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:
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
5ee18e7
..
1505498
100644
(file)
--- a/
src/amd/vulkan/radv_device.c
+++ b/
src/amd/vulkan/radv_device.c
@@
-116,10
+116,6
@@
static const VkExtensionProperties common_device_extensions[] = {
.specVersion = 1,
},
{
- .extensionName = VK_AMD_NEGATIVE_VIEWPORT_HEIGHT_EXTENSION_NAME,
- .specVersion = 1,
- },
- {
.extensionName = VK_KHR_GET_PHYSICAL_DEVICE_PROPERTIES_2_EXTENSION_NAME,
.specVersion = 1,
},