diff options
author | Marek Olšák <[email protected]> | 2015-08-24 01:19:35 +0200 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2015-10-28 11:52:17 +0100 |
commit | ce9db16e1c101204cdb6b2482aa1b4c7d0c59d41 (patch) | |
tree | c6c18075f51239b81ae5d2800be1ef2b46d021dd /src/gallium/docs | |
parent | e82c527f1fc2f8ddc64954ecd06b0de3cea92e93 (diff) |
gallium: add PIPE_CAP_COPY_BETWEEN_COMPRESSED_AND_PLAIN_FORMATS
For ARB_copy_image.
Reviewed-by: Brian Paul <[email protected]>
Diffstat (limited to 'src/gallium/docs')
-rw-r--r-- | src/gallium/docs/source/screen.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/gallium/docs/source/screen.rst b/src/gallium/docs/source/screen.rst index 151afb2dffe..91fdb43cfbb 100644 --- a/src/gallium/docs/source/screen.rst +++ b/src/gallium/docs/source/screen.rst @@ -278,7 +278,9 @@ The integer capabilities: in the shader. * ``PIPE_CAP_SHAREABLE_SHADERS``: Whether shader CSOs can be used by any pipe_context. - +* ``PIPE_CAP_COPY_BETWEEN_COMPRESSED_AND_PLAIN_FORMATS``: + Whether copying between compressed and plain formats is supported where + a compressed block is copied to/from a plain pixel of the same size. .. _pipe_capf: |