panfrost: Disable some CAPs we want lowered

Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
This commit is contained in:
Alyssa Rosenzweig 2019-12-27 15:33:33 -05:00
parent 71df7c69bc
commit 62d056d8e3
1 changed files with 3 additions and 0 deletions

View File

@ -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: