Mesa (master): anv: add VK_EXT_extended_dynamic_state but leave it disabled

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sun Aug 2 17:53:42 UTC 2020


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

Author: Tapani Pälli <tapani.palli at intel.com>
Date:   Fri May 29 11:57:07 2020 +0300

anv: add VK_EXT_extended_dynamic_state but leave it disabled

This is needed to ensure the function prototypes are declared.

v2: tweak commit message (Jason)

Signed-off-by: Tapani Pälli <tapani.palli at intel.com>
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin at intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5604>

---

 src/intel/vulkan/anv_extensions.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/intel/vulkan/anv_extensions.py b/src/intel/vulkan/anv_extensions.py
index ce587ef3cb0..5245500cb7e 100644
--- a/src/intel/vulkan/anv_extensions.py
+++ b/src/intel/vulkan/anv_extensions.py
@@ -130,6 +130,7 @@ EXTENSIONS = [
     Extension('VK_EXT_direct_mode_display',               1, 'VK_USE_PLATFORM_DISPLAY_KHR'),
     Extension('VK_EXT_display_control',                   1, 'VK_USE_PLATFORM_DISPLAY_KHR'),
     Extension('VK_EXT_display_surface_counter',           1, 'VK_USE_PLATFORM_DISPLAY_KHR'),
+    Extension('VK_EXT_extended_dynamic_state',            1, False),
     Extension('VK_EXT_external_memory_dma_buf',           1, True),
     Extension('VK_EXT_external_memory_host',              1, True),
     Extension('VK_EXT_fragment_shader_interlock',         1, 'device->info.gen >= 9'),



More information about the mesa-commit mailing list