From 89e65dd227cd624a5f8545e623e2aaa2bf4c8089 Mon Sep 17 00:00:00 2001 From: Mary Guillemard Date: Thu, 17 Oct 2024 12:36:47 +0200 Subject: [PATCH] panvk: Expose precise occlusion queries Signed-off-by: Mary Guillemard Reviewed-by: Boris Brezillon Part-of: --- src/panfrost/vulkan/panvk_physical_device.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/panfrost/vulkan/panvk_physical_device.c b/src/panfrost/vulkan/panvk_physical_device.c index ac01c3828a6..9861d5009cd 100644 --- a/src/panfrost/vulkan/panvk_physical_device.c +++ b/src/panfrost/vulkan/panvk_physical_device.c @@ -262,6 +262,7 @@ get_features(const struct panvk_physical_device *device, .logicOp = true, .wideLines = true, .largePoints = true, + .occlusionQueryPrecise = true, .samplerAnisotropy = true, .textureCompressionETC2 = true, .textureCompressionASTC_LDR = true,