mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-20 18:10:11 +01:00
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:
parent
670b79ffd5
commit
3d7d55c2cf
1 changed files with 1 additions and 0 deletions
|
|
@ -182,6 +182,7 @@ zink_get_param(struct pipe_screen *pscreen, enum pipe_cap param)
|
||||||
case PIPE_CAP_TEXTURE_BARRIER:
|
case PIPE_CAP_TEXTURE_BARRIER:
|
||||||
case PIPE_CAP_TGSI_VOTE:
|
case PIPE_CAP_TGSI_VOTE:
|
||||||
case PIPE_CAP_DRAW_PARAMETERS:
|
case PIPE_CAP_DRAW_PARAMETERS:
|
||||||
|
case PIPE_CAP_POLYGON_OFFSET_CLAMP:
|
||||||
return 1;
|
return 1;
|
||||||
|
|
||||||
case PIPE_CAP_ROBUST_BUFFER_ACCESS_BEHAVIOR:
|
case PIPE_CAP_ROBUST_BUFFER_ACCESS_BEHAVIOR:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue