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@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to