mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 00:58:05 +02:00
anv: Enable VK_EXT_shader_subgroup_{ballot,vote}
Anvil now supports and passes Vulkan CTS tests matching
dEQP-VK.subgroups.*.ext_shader_subgroup_ballot.*
dEQP-VK.subgroups.*.ext_shader_subgroup_vote.*
and crucible tests matching
func.shader-ballot.*
func.shader-subgroup-vote.*
Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
This commit is contained in:
parent
b453b29fc7
commit
9560c9b498
1 changed files with 2 additions and 0 deletions
|
|
@ -152,6 +152,8 @@ EXTENSIONS = [
|
|||
Extension('VK_EXT_separate_stencil_usage', 1, True),
|
||||
Extension('VK_EXT_shader_demote_to_helper_invocation', 1, True),
|
||||
Extension('VK_EXT_shader_stencil_export', 1, 'device->info.gen >= 9'),
|
||||
Extension('VK_EXT_shader_subgroup_ballot', 1, True),
|
||||
Extension('VK_EXT_shader_subgroup_vote', 1, True),
|
||||
Extension('VK_EXT_shader_viewport_index_layer', 1, True),
|
||||
Extension('VK_EXT_subgroup_size_control', 2, True),
|
||||
Extension('VK_EXT_texel_buffer_alignment', 1, True),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue