Mesa (master): anv: Advertise VK_KHR_spirv_1_4

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Mon Oct 14 16:13:25 UTC 2019


Module: Mesa
Branch: master
Commit: 58286c79696e191d556688c3efe26d67749dfd00
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=58286c79696e191d556688c3efe26d67749dfd00

Author: Caio Marcelo de Oliveira Filho <caio.oliveira at intel.com>
Date:   Fri May 17 10:38:04 2019 -0700

anv: Advertise VK_KHR_spirv_1_4

Reviewed-by: Jason Ekstrand <jason at jlekstrand.net>

---

 docs/relnotes/new_features.txt     | 1 +
 src/intel/vulkan/anv_extensions.py | 1 +
 2 files changed, 2 insertions(+)

diff --git a/docs/relnotes/new_features.txt b/docs/relnotes/new_features.txt
index 10f76955c6d..2f7944e929c 100644
--- a/docs/relnotes/new_features.txt
+++ b/docs/relnotes/new_features.txt
@@ -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.
diff --git a/src/intel/vulkan/anv_extensions.py b/src/intel/vulkan/anv_extensions.py
index 809789b832f..84284398b6a 100644
--- a/src/intel/vulkan/anv_extensions.py
+++ b/src/intel/vulkan/anv_extensions.py
@@ -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'),




More information about the mesa-commit mailing list