turnip: Support pipeline statistics query
[mesa.git] / src / freedreno / vulkan / tu_device.c
index 4ad383384deadfa5eaa13c16ca89a92e4c88e835..3d68a70204779ee42a42bec58a4111b1553b98ec 100644 (file)
@@ -395,7 +395,7 @@ tu_GetPhysicalDeviceFeatures(VkPhysicalDevice physicalDevice,
       .textureCompressionASTC_LDR = true,
       .textureCompressionBC = true,
       .occlusionQueryPrecise = true,
-      .pipelineStatisticsQuery = false,
+      .pipelineStatisticsQuery = true,
       .vertexPipelineStoresAndAtomics = true,
       .fragmentStoresAndAtomics = true,
       .shaderTessellationAndGeometryPointSize = false,