anv: Don't advertise pipelineStatisticsQuery

We don't support that just yet.

Reported-by: Jacek Konieczny <jajcus@jajcus.net>
This commit is contained in:
Kristian Høgsberg Kristensen 2016-02-29 10:55:39 -08:00
parent 635c0e92b7
commit 9d8bae6137
1 changed files with 1 additions and 1 deletions

View 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,