mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 07:28:11 +02:00
zink: enable fbfetch pipe cap
Reviewed-by: Dave Airlie <airlied@redhat.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/12603>
This commit is contained in:
parent
3b04a3c797
commit
1bbab34660
1 changed files with 3 additions and 0 deletions
|
|
@ -314,6 +314,9 @@ zink_get_param(struct pipe_screen *pscreen, enum pipe_cap param)
|
|||
return modes;
|
||||
}
|
||||
|
||||
case PIPE_CAP_FBFETCH:
|
||||
return 1;
|
||||
|
||||
case PIPE_CAP_QUERY_MEMORY_INFO:
|
||||
case PIPE_CAP_NPOT_TEXTURES:
|
||||
case PIPE_CAP_TGSI_TEXCOORD:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue