projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0253845
)
turnip: advertise VK_KHR_external_memory
author
Chia-I Wu
<olvaffe@gmail.com>
Fri, 1 Feb 2019 18:27:28 +0000
(10:27 -0800)
committer
Chia-I Wu
<olvaffe@gmail.com>
Mon, 11 Mar 2019 17:02:13 +0000
(10:02 -0700)
AFAICT, it is supported. We don't need to handle any of the new
structs because our BOs can always be exported.
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 1ac7bb95c5ed6463b24ad1d7f70d7a62354f958e..53e696902807acb6cb563d8478265734fab30c9a 100644
(file)
--- a/
src/freedreno/vulkan/tu_extensions.py
+++ b/
src/freedreno/vulkan/tu_extensions.py
@@
-72,6
+72,7
@@
EXTENSIONS = [
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),
+ Extension('VK_KHR_external_memory', 1, True),
]
class VkVersion: