mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 00:58:05 +02:00
anv: Don't advertise pipelineStatisticsQuery
We don't support that just yet. Reported-by: Jacek Konieczny <jajcus@jajcus.net>
This commit is contained in:
parent
635c0e92b7
commit
9d8bae6137
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue