mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-06 02:20:11 +01:00
asahi: Unset GL_CLAMP
Use the Zink lowering for the legacy mode, it's not too many instructions on AGX anyway. Fixes texwrap tests. Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20017>
This commit is contained in:
parent
47cb8278be
commit
63d4f30aa7
1 changed files with 1 additions and 0 deletions
|
|
@ -1367,6 +1367,7 @@ agx_get_param(struct pipe_screen* pscreen, enum pipe_cap param)
|
|||
case PIPE_CAP_FLATSHADE:
|
||||
case PIPE_CAP_TWO_SIDED_COLOR:
|
||||
case PIPE_CAP_ALPHA_TEST:
|
||||
case PIPE_CAP_GL_CLAMP:
|
||||
case PIPE_CAP_POINT_SIZE_FIXED:
|
||||
case PIPE_CAP_CLIP_PLANES:
|
||||
case PIPE_CAP_NIR_IMAGES_AS_DEREF:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue