mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-27 05:30:24 +01:00
anv: Advertise VK_KHR_spirv_1_4
Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
This commit is contained in:
parent
90a7893ca8
commit
58286c7969
2 changed files with 2 additions and 0 deletions
|
|
@ -5,6 +5,7 @@ OpenGL 4.6 on i965, iris.
|
|||
VK_ANDROID_external_memory_android_hardware_buffer on RADV.
|
||||
VK_KHR_shader_clock on Intel, RADV.
|
||||
VK_KHR_shader_float_controls on Intel.
|
||||
VK_KHR_spirv_1_4 on Intel.
|
||||
VK_EXT_shader_subgroup_ballot on Intel.
|
||||
VK_EXT_shader_subgroup_vote on Intel.
|
||||
VK_EXT_texel_buffer_alignment on RADV.
|
||||
|
|
|
|||
|
|
@ -113,6 +113,7 @@ EXTENSIONS = [
|
|||
Extension('VK_KHR_shader_float16_int8', 1, 'device->info.gen >= 8'),
|
||||
Extension('VK_KHR_shader_float_controls', 1, 'device->info.gen >= 8'),
|
||||
Extension('VK_KHR_shader_subgroup_extended_types', 1, 'device->info.gen >= 8'),
|
||||
Extension('VK_KHR_spirv_1_4', 1, True),
|
||||
Extension('VK_KHR_storage_buffer_storage_class', 1, True),
|
||||
Extension('VK_KHR_surface', 25, 'ANV_HAS_SURFACE'),
|
||||
Extension('VK_KHR_surface_protected_capabilities', 1, 'ANV_HAS_SURFACE'),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue