iris: Enable PIPE_CAP_COMPACT_ARRAYS

This commit is contained in:
Kenneth Graunke 2019-01-23 02:58:59 -08:00
parent 1db394f46b
commit edd3ce5a63
1 changed files with 1 additions and 0 deletions

View File

@ -171,6 +171,7 @@ iris_get_param(struct pipe_screen *pscreen, enum pipe_cap param)
case PIPE_CAP_TGSI_ARRAY_COMPONENTS:
case PIPE_CAP_GLSL_TESS_LEVELS_AS_INPUTS:
case PIPE_CAP_LOAD_CONSTBUF:
case PIPE_CAP_NIR_COMPACT_ARRAYS:
return true;
case PIPE_CAP_TGSI_FS_FBFETCH:
case PIPE_CAP_POST_DEPTH_COVERAGE: