summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
diff options
context:
space:
mode:
authorAlyssa Rosenzweig <[email protected]>2019-05-15 04:32:51 +0000
committerKenneth Graunke <[email protected]>2019-05-14 21:34:49 -0700
commita9cef4f0e5e447468e192889609b8c73ef5c5bda (patch)
tree13dd35c6639d2d2d63d211d81b4dbfb295c0480c /src/gallium/auxiliary
parenteca53f00aa64b5d43a5a8980593bc9c62a297c8f (diff)
gallium: Add default check for PIPE_CAP_FRAGMENT_SHADER_INTERLOCK
Fixes: c704c0226 ("gallium: Add a PIPE_CAP_FRAGMENT_SHADER_INTERLOCK") Signed-off-by: Alyssa Rosenzweig <[email protected]> Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/gallium/auxiliary')
-rw-r--r--src/gallium/auxiliary/util/u_screen.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/util/u_screen.c b/src/gallium/auxiliary/util/u_screen.c
index f1f9bfa0d62..b3a5a93e4f7 100644
--- a/src/gallium/auxiliary/util/u_screen.c
+++ b/src/gallium/auxiliary/util/u_screen.c
@@ -326,6 +326,7 @@ u_pipe_screen_get_param_defaults(struct pipe_screen *pscreen,
case PIPE_CAP_TGSI_SKIP_SHRINK_IO_ARRAYS:
case PIPE_CAP_IMAGE_LOAD_FORMATTED:
case PIPE_CAP_PREFER_COMPUTE_BLIT_FOR_MULTIMEDIA:
+ case PIPE_CAP_FRAGMENT_SHADER_INTERLOCK:
return 0;
case PIPE_CAP_MAX_GS_INVOCATIONS: