anv: Don't advertise pipelineStatisticsQuery
authorKristian Høgsberg Kristensen <kristian.h.kristensen@intel.com>
Mon, 29 Feb 2016 18:55:39 +0000 (10:55 -0800)
committerKristian Høgsberg Kristensen <kristian.h.kristensen@intel.com>
Mon, 29 Feb 2016 18:55:39 +0000 (10:55 -0800)
We don't support that just yet.

Reported-by: Jacek Konieczny <jajcus@jajcus.net>
src/intel/vulkan/anv_device.c

index 857c4b1d1f4b3040901c455b217b7ef2d89ada15..c68280fe8d730db71691c4d9eb53096e30decec0 100644 (file)
@@ -373,7 +373,7 @@ void anv_GetPhysicalDeviceFeatures(
       .textureCompressionASTC_LDR               = true,
       .textureCompressionBC                     = true,
       .occlusionQueryPrecise                    = true,
-      .pipelineStatisticsQuery                  = true,
+      .pipelineStatisticsQuery                  = false,
       .vertexPipelineStoresAndAtomics           = pdevice->info->gen >= 8,
       .fragmentStoresAndAtomics                 = true,
       .shaderTessellationAndGeometryPointSize   = true,