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:
Caio Marcelo de Oliveira Filho
2019-12-13 13:21:44 -08:00
committed by Jason Ekstrand
parent 8004cb256a
commit 28e94e0a94
2 changed files with 2 additions and 1 deletions

View File

@@ -1 +1 @@
VK_KHR_shader_non_semantic_info on Intel.
VK_KHR_shader_non_semantic_info on Intel, RADV.

View File

@@ -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),