zink: enable pipeline statistics cap

Acked-by: Dave Airlie <airlied@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9072>
This commit is contained in:
Mike Blumenkrantz 2020-08-20 15:13:31 -04:00 committed by Marge Bot
parent 5a4f5d1bb5
commit cb5957e13d
1 changed files with 1 additions and 0 deletions

View File

@ -184,6 +184,7 @@ zink_get_param(struct pipe_screen *pscreen, enum pipe_cap param)
case PIPE_CAP_DRAW_PARAMETERS:
case PIPE_CAP_POLYGON_OFFSET_CLAMP:
case PIPE_CAP_QUERY_SO_OVERFLOW:
case PIPE_CAP_QUERY_PIPELINE_STATISTICS_SINGLE:
return 1;
case PIPE_CAP_ROBUST_BUFFER_ACCESS_BEHAVIOR: