[Mesa-dev] vulkan: features.pipelineStatisticsQuery is true, but vkCreateQueryPool fails for VK_QUERY_TYPE_PIPELINE_STATISTICS
Jacek Konieczny
jajcus at jajcus.net
Sun Feb 28 13:01:55 UTC 2016
Hi,
Even if it is unfinished, this probably should not be that inconsistent:
anv_GetPhysicalDeviceFeatures() in anv_device.c:
.pipelineStatisticsQuery = true,
anv_CreateQueryPool() in anv_query.c:
case VK_QUERY_TYPE_PIPELINE_STATISTICS:
return VK_ERROR_INCOMPATIBLE_DRIVER;
Jacek
More information about the mesa-dev
mailing list