mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-04 17:50:11 +01:00
This extension only allows HLSL shader compilers to optionally embed unambiguous type information which can be safely ignored by the driver. This fixes a crash with the recent Vulkan backend of Path Of Exile (it uses the extension without checking if it's supported). Cc: <mesa-stable@lists.freedesktop.org> Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Tested-by: Edmondo Tommasina <edmondo.tommasina@gmail.com> Reviewed-by: Jason Ekstrand <jason@jlekstrand.net> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5237>
6 lines
242 B
Text
6 lines
242 B
Text
GL_ARB_compute_variable_group_size on Iris.
|
|
VK_AMD_texture_gather_bias_lod on RADV.
|
|
VK_EXT_private_data on ANV and RADV.
|
|
VK_EXT_custom_border_color on RADV.
|
|
VK_EXT_pipeline_creation_cache_control on RADV.
|
|
VK_GOOGLE_user_type on ANV and RADV.
|