zink: enable PIPE_CAP_POLYGON_OFFSET_CLAMP

this is already handled

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 08:54:53 -04:00 committed by Marge Bot
parent 670b79ffd5
commit 3d7d55c2cf
1 changed files with 1 additions and 0 deletions

View File

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