From: Kristian Høgsberg Kristensen Date: Mon, 29 Feb 2016 18:55:39 +0000 (-0800) Subject: anv: Don't advertise pipelineStatisticsQuery X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9d8bae613779e0cc7382c9252ccd7f5e7cd5cada;p=mesa.git anv: Don't advertise pipelineStatisticsQuery We don't support that just yet. Reported-by: Jacek Konieczny --- diff --git a/src/intel/vulkan/anv_device.c b/src/intel/vulkan/anv_device.c index 857c4b1d1f4..c68280fe8d7 100644 --- a/src/intel/vulkan/anv_device.c +++ b/src/intel/vulkan/anv_device.c @@ -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,