radv: advertise VK_NV_cooperative_matrix2/cooperativeMatrixConversions behind an env var

Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Reviewed-by: Rhys Perry <pendingchaos02@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/34793>
This commit is contained in:
Georg Lehmann
2025-04-23 17:25:13 +02:00
committed by Marge Bot
parent 249ccc6b4c
commit 8256097c0c
5 changed files with 33 additions and 0 deletions
+1
View File
@@ -42,6 +42,7 @@ Application bugs worked around in this file:
<option name="radv_zero_vram" value="true" />
<option name="radv_disable_aniso_single_level" value="true" />
<option name="radv_disable_trunc_coord" value="true" />
<option name="radv_cooperative_matrix2_nv" value="true" />
</engine>
<engine engine_name_match="DXVK">
+4
View File
@@ -788,6 +788,10 @@
DRI_CONF_OPT_B(radv_disable_hiz_his_gfx12, def, \
"Disable HiZ/HiS on GFX12 (RDNA4) to workaround a hw bug that causes random GPU hangs")
#define DRI_CONF_RADV_COOPERATIVE_MATRIX2_NV(def) \
DRI_CONF_OPT_B(radv_cooperative_matrix2_nv, def, \
"Expose VK_NV_cooperative_matrix2 on supported hardware.")
/**
* \brief ANV specific configuration options
*/