projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
27433b2
)
anv: expose support for VK_KHR_sampler_mirror_clamp_to_edge
author
Ilia Mirkin
<imirkin@alum.mit.edu>
Wed, 30 Nov 2016 05:56:48 +0000
(
00:56
-0500)
committer
Ilia Mirkin
<imirkin@alum.mit.edu>
Thu, 1 Dec 2016 01:49:04 +0000
(20:49 -0500)
This is already supported in genX_state.c, expose the extension string.
Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu>
Reviewed-by: Jason Ekstrand <jason.ekstrand@intel.com>
src/intel/vulkan/anv_device.c
patch
|
blob
|
history
diff --git
a/src/intel/vulkan/anv_device.c
b/src/intel/vulkan/anv_device.c
index 0b0f610ef343a04441de687c79f0adabff29086d..d594df7d3beb5273dc5834cabc2901544f1a5609 100644
(file)
--- a/
src/intel/vulkan/anv_device.c
+++ b/
src/intel/vulkan/anv_device.c
@@
-260,6
+260,10
@@
static const VkExtensionProperties device_extensions[] = {
.extensionName = VK_KHR_SWAPCHAIN_EXTENSION_NAME,
.specVersion = 68,
},
+ {
+ .extensionName = VK_KHR_SAMPLER_MIRROR_CLAMP_TO_EDGE_EXTENSION_NAME,
+ .specVersion = 1,
+ }
};
static void *