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/docs/source | |
parent | 5aedf4871358f2dc60c2b54de8896b95d8102a93 (diff) |
gallium: add PIPE_CAP_PREFER_COMPUTE_BLIT_FOR_MULTIMEDIA
Diffstat (limited to 'src/gallium/docs/source')
-rw-r--r-- | src/gallium/docs/source/screen.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/docs/source/screen.rst b/src/gallium/docs/source/screen.rst index f2fa7856ad2..57554d0681d 100644 --- a/src/gallium/docs/source/screen.rst +++ b/src/gallium/docs/source/screen.rst @@ -521,6 +521,8 @@ The integer capabilities: execution. 0 = throttling is disabled. * ``PIPE_CAP_DMABUF``: Whether Linux DMABUF handles are supported by resource_from_handle and resource_get_handle. +* ``PIPE_CAP_PREFER_COMPUTE_BLIT_FOR_MULTIMEDIA``: Whether VDPAU, VAAPI, and + OpenMAX should use a compute-based blit instead of pipe_context::blit. .. _pipe_capf: |