diff options
author | Marek Olšák <[email protected]> | 2019-04-18 17:01:52 -0400 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2019-04-24 15:47:41 -0400 |
commit | 7fc3d21646ca1ad37eae61363b418bdab55cb599 (patch) | |
tree | 6d7d488e68c451ae755877aec847aa3456704e60 /src/gallium/auxiliary/util | |
parent | 5aedf4871358f2dc60c2b54de8896b95d8102a93 (diff) |
gallium: add PIPE_CAP_PREFER_COMPUTE_BLIT_FOR_MULTIMEDIA
Diffstat (limited to 'src/gallium/auxiliary/util')
-rw-r--r-- | src/gallium/auxiliary/util/u_screen.c | 1 |
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 384e0ac5db6..27f51e0898e 100644 --- a/src/gallium/auxiliary/util/u_screen.c +++ b/src/gallium/auxiliary/util/u_screen.c @@ -325,6 +325,7 @@ u_pipe_screen_get_param_defaults(struct pipe_screen *pscreen, case PIPE_CAP_TGSI_ATOMFADD: case PIPE_CAP_TGSI_SKIP_SHRINK_IO_ARRAYS: case PIPE_CAP_IMAGE_LOAD_FORMATTED: + case PIPE_CAP_PREFER_COMPUTE_BLIT_FOR_MULTIMEDIA: return 0; case PIPE_CAP_MAX_GS_INVOCATIONS: |