projects
/
platform
/
upstream
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
515da29
)
radv: Remove NV dedicated alloc extension.
author
Bas Nieuwenhuizen
<bas@basnieuwenhuizen.nl>
Sat, 15 Jul 2017 17:55:47 +0000
(19:55 +0200)
committer
Bas Nieuwenhuizen
<bas@basnieuwenhuizen.nl>
Sat, 15 Jul 2017 18:10:43 +0000
(20:10 +0200)
To not confuse apps in thinking it might be faster.
Signed-off-by: Bas Nieuwenhuizen <basni@google.com>
Reviewed-by: Andres Rodriguez <andresx7@gmail.com>
src/amd/vulkan/radv_device.c
patch
|
blob
|
history
diff --git
a/src/amd/vulkan/radv_device.c
b/src/amd/vulkan/radv_device.c
index
630f35f
..
2670d47
100644
(file)
--- a/
src/amd/vulkan/radv_device.c
+++ b/
src/amd/vulkan/radv_device.c
@@
-138,10
+138,6
@@
static const VkExtensionProperties common_device_extensions[] = {
.specVersion = 1,
},
{
- .extensionName = VK_NV_DEDICATED_ALLOCATION_EXTENSION_NAME,
- .specVersion = 1,
- },
- {
.extensionName = VK_KHR_GET_MEMORY_REQUIREMENTS_2_EXTENSION_NAME,
.specVersion = 1,
},