diff options
author | Timothy Arceri <[email protected]> | 2017-08-17 20:12:42 +1000 |
---|---|---|
committer | Timothy Arceri <[email protected]> | 2017-09-15 11:42:55 +1000 |
commit | c96e45ebf055f221021d4bd4533702ac2d9a5ad9 (patch) | |
tree | fe98b1936a5c69b5f124aac57ec21e7db0881aac /src/gallium/docs/source/screen.rst | |
parent | b4401cc1045decc7d67647bc9653ad6498ea9ac2 (diff) |
gallium: introduce PIPE_CAP_LOAD_CONSTBUF
Reviewed-by: Marek Olšák <[email protected]>
Diffstat (limited to 'src/gallium/docs/source/screen.rst')
-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 93d94a48e6b..bf5b65a2d4c 100644 --- a/src/gallium/docs/source/screen.rst +++ b/src/gallium/docs/source/screen.rst @@ -404,6 +404,8 @@ The integer capabilities: for a driver that does not support multiple output streams (i.e., ``PIPE_CAP_MAX_VERTEX_STREAMS`` is 1), both query types are identical. * ``PIPE_CAP_MEMOBJ``: Whether operations on memory objects are supported. +* ``PIPE_CAP_LOAD_CONSTBUF``: True if the driver supports TGSI_OPCODE_LOAD use + with constant buffers. .. _pipe_capf: |