summaryrefslogtreecommitdiffstats
path: root/src/amd/vulkan/radv_entrypoints_gen.py
diff options
context:
space:
mode:
authorDave Airlie <[email protected]>2017-02-26 23:52:08 +0000
committerDave Airlie <[email protected]>2017-02-27 00:22:51 +0000
commit15f47027ad624d3f2f3d5aac68ee540b912a7717 (patch)
tree9f6c63db8ce3622469957b34a2fbea107ea9ec7d /src/amd/vulkan/radv_entrypoints_gen.py
parent35189d32797af4fd7759f4a88e7d8f1b3e6994c8 (diff)
radv: add support for NV_dedicated_allocation
This adds initial support for NV_dedicated_allocation, then uses it for the wsi image/memory allocation paths internally in the driver. Reviewed-by: Bas Nieuwenhuizen <[email protected]> Signed-off-by: Dave Airlie <[email protected]>
Diffstat (limited to 'src/amd/vulkan/radv_entrypoints_gen.py')
-rw-r--r--src/amd/vulkan/radv_entrypoints_gen.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/amd/vulkan/radv_entrypoints_gen.py b/src/amd/vulkan/radv_entrypoints_gen.py
index 420de2c7871..b7b2bcf97e4 100644
--- a/src/amd/vulkan/radv_entrypoints_gen.py
+++ b/src/amd/vulkan/radv_entrypoints_gen.py
@@ -29,6 +29,7 @@ max_api_version = 1.0
supported_extensions = [
'VK_AMD_draw_indirect_count',
+ 'VK_NV_dedicated_allocation',
'VK_KHR_get_physical_device_properties2',
'VK_KHR_maintenance1',
'VK_KHR_sampler_mirror_clamp_to_edge',