projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
de89436
)
turnip: advertise VK_KHR_external_memory_capabilities
author
Chia-I Wu
<olvaffe@gmail.com>
Fri, 1 Feb 2019 18:12:38 +0000
(10:12 -0800)
committer
Chia-I Wu
<olvaffe@gmail.com>
Mon, 11 Mar 2019 17:02:13 +0000
(10:02 -0700)
AFAICT, it is supported.
src/freedreno/vulkan/tu_extensions.py
patch
|
blob
|
history
diff --git
a/src/freedreno/vulkan/tu_extensions.py
b/src/freedreno/vulkan/tu_extensions.py
index 37b4f0ca0f0d00b41c2dee366674c65920ddebb1..1ac7bb95c5ed6463b24ad1d7f70d7a62354f958e 100644
(file)
--- a/
src/freedreno/vulkan/tu_extensions.py
+++ b/
src/freedreno/vulkan/tu_extensions.py
@@
-71,6
+71,7
@@
EXTENSIONS = [
Extension('VK_EXT_display_surface_counter', 1, 'VK_USE_PLATFORM_DISPLAY_KHR'),
Extension('VK_EXT_display_control', 1, 'VK_USE_PLATFORM_DISPLAY_KHR'),
Extension('VK_EXT_debug_report', 9, True),
+ Extension('VK_KHR_external_memory_capabilities', 1, True),
]
class VkVersion: