summaryrefslogtreecommitdiffstats
path: root/src/intel/vulkan/anv_entrypoints_gen.py
diff options
context:
space:
mode:
authorJason Ekstrand <[email protected]>2017-01-24 15:13:31 -0800
committerJason Ekstrand <[email protected]>2017-04-03 13:51:08 -0700
commit0817110969e35eb265dc41fc5fd5d2fe2236db17 (patch)
tree1d426fefc057bf60e99e17b3e34a853504acb335 /src/intel/vulkan/anv_entrypoints_gen.py
parentbe1ecd8c6e3fbc20f62870c52b8e95ab2a5931ee (diff)
anv: Implement VK_KHR_incremental_present
Reviewed-by: Lionel Landwerlin <[email protected]> Reviewed-by: Daniel Stone <[email protected]>
Diffstat (limited to 'src/intel/vulkan/anv_entrypoints_gen.py')
-rw-r--r--src/intel/vulkan/anv_entrypoints_gen.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/intel/vulkan/anv_entrypoints_gen.py b/src/intel/vulkan/anv_entrypoints_gen.py
index 203df4597df..1a7d75309c4 100644
--- a/src/intel/vulkan/anv_entrypoints_gen.py
+++ b/src/intel/vulkan/anv_entrypoints_gen.py
@@ -35,6 +35,7 @@ MAX_API_VERSION = 1.0
SUPPORTED_EXTENSIONS = [
'VK_KHR_descriptor_update_template',
'VK_KHR_get_physical_device_properties2',
+ 'VK_KHR_incremental_present',
'VK_KHR_maintenance1',
'VK_KHR_push_descriptor',
'VK_KHR_sampler_mirror_clamp_to_edge',