projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e9b16c7
)
radv: drop support for VK_AMD_NEGATIVE_VIEWPORT_HEIGHT
author
Andres Rodriguez
<andresx7@gmail.com>
Fri, 27 Jan 2017 05:09:58 +0000
(
00:09
-0500)
committer
Dave Airlie
<airlied@redhat.com>
Sat, 28 Jan 2017 01:02:35 +0000
(11:02 +1000)
This extension was not correctly supported, and it conflicts with the
VK_KHR_MAINTENANCE1 spec.
Reviewed-by: Fredrik Höglund <fredrik@kde.org>
Signed-off-by: Dave Airlie <airlied@redhat.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 5ee18e745c27de65fdfcf40add1a0d80a4214e87..1505498c4bf4f99bddd6885eafdd329e1d1fc637 100644
(file)
--- a/
src/amd/vulkan/radv_device.c
+++ b/
src/amd/vulkan/radv_device.c
@@
-115,10
+115,6
@@
static const VkExtensionProperties common_device_extensions[] = {
.extensionName = VK_AMD_DRAW_INDIRECT_COUNT_EXTENSION_NAME,
.specVersion = 1,
},
- {
- .extensionName = VK_AMD_NEGATIVE_VIEWPORT_HEIGHT_EXTENSION_NAME,
- .specVersion = 1,
- },
{
.extensionName = VK_KHR_GET_PHYSICAL_DEVICE_PROPERTIES_2_EXTENSION_NAME,
.specVersion = 1,