mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 13:58:04 +02:00
panfrost: Disable some CAPs we want lowered
Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
This commit is contained in:
parent
71df7c69bc
commit
62d056d8e3
1 changed files with 3 additions and 0 deletions
|
|
@ -252,6 +252,9 @@ panfrost_get_param(struct pipe_screen *screen, enum pipe_cap param)
|
|||
return 16;
|
||||
|
||||
case PIPE_CAP_ALPHA_TEST:
|
||||
case PIPE_CAP_FLATSHADE:
|
||||
case PIPE_CAP_TWO_SIDED_COLOR:
|
||||
case PIPE_CAP_CLIP_PLANES:
|
||||
return 0;
|
||||
|
||||
default:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue