[Mesa-dev] vulkan: features.pipelineStatisticsQuery is true, but vkCreateQueryPool fails for VK_QUERY_TYPE_PIPELINE_STATISTICS

Kristian Høgsberg krh at bitplanet.net
Mon Feb 29 18:57:19 UTC 2016


Ah, yes, we don't support that just yet. I've disabled the bit for now, thanks.

Kristian

On Sun, Feb 28, 2016 at 5:01 AM, Jacek Konieczny <jajcus at jajcus.net> wrote:
> 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
> _______________________________________________
> mesa-dev mailing list
> mesa-dev at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/mesa-dev


More information about the mesa-dev mailing list