[Mesa-dev] [PATCH] anv: expose imageCubeArray functionality
Ilia Mirkin
imirkin at alum.mit.edu
Sun Nov 27 19:41:42 UTC 2016
This appears to be fully supported already.
Signed-off-by: Ilia Mirkin <imirkin at alum.mit.edu>
---
On a SKL:
./deqp-vk --deqp-visibility=hidden --deqp-case='*cube_array*'
Test run totals:
Passed: 3255/4196 (77.6%)
Failed: 0/4196 (0.0%)
Not supported: 941/4196 (22.4%)
Warnings: 0/4196 (0.0%)
src/intel/vulkan/anv_device.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/intel/vulkan/anv_device.c b/src/intel/vulkan/anv_device.c
index 7ad1970..fbf0967 100644
--- a/src/intel/vulkan/anv_device.c
+++ b/src/intel/vulkan/anv_device.c
@@ -404,7 +404,7 @@ void anv_GetPhysicalDeviceFeatures(
*pFeatures = (VkPhysicalDeviceFeatures) {
.robustBufferAccess = true,
.fullDrawIndexUint32 = true,
- .imageCubeArray = false,
+ .imageCubeArray = true,
.independentBlend = true,
.geometryShader = true,
.tessellationShader = false,
--
2.7.3
More information about the mesa-dev
mailing list