radv: Advertise VK_KHR_shader_non_semantic_info
Reviewed-by: Jason Ekstrand <jason@jlekstrand.net> Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3856> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3856>
This commit is contained in:

committed by
Jason Ekstrand

parent
8004cb256a
commit
28e94e0a94
@@ -1 +1 @@
|
||||
VK_KHR_shader_non_semantic_info on Intel.
|
||||
VK_KHR_shader_non_semantic_info on Intel, RADV.
|
||||
|
@@ -93,6 +93,7 @@ EXTENSIONS = [
|
||||
Extension('VK_KHR_shader_draw_parameters', 1, True),
|
||||
Extension('VK_KHR_shader_float_controls', 1, True),
|
||||
Extension('VK_KHR_shader_float16_int8', 1, '!device->use_aco'),
|
||||
Extension('VK_KHR_shader_non_semantic_info', 1, True),
|
||||
Extension('VK_KHR_shader_subgroup_extended_types', 1, True),
|
||||
Extension('VK_KHR_spirv_1_4', 1, True),
|
||||
Extension('VK_KHR_storage_buffer_storage_class', 1, True),
|
||||
|
Reference in New Issue
Block a user