lavapipe: add mesh query support
Reviewed-by: Mike Blumenkrantz <michael.blumenkrantz@gmail.com> Reviewed-by: Roland Scheidegger <sroland@vmware.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23066>
This commit is contained in:
@@ -47,6 +47,7 @@ VKAPI_ATTR VkResult VKAPI_CALL lvp_CreateQueryPool(
|
||||
pipeq = PIPE_QUERY_PIPELINE_STATISTICS;
|
||||
break;
|
||||
case VK_QUERY_TYPE_PRIMITIVES_GENERATED_EXT:
|
||||
case VK_QUERY_TYPE_MESH_PRIMITIVES_GENERATED_EXT:
|
||||
pipeq = PIPE_QUERY_PRIMITIVES_GENERATED;
|
||||
break;
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user