diff options
author | Nicolai Hähnle <[email protected]> | 2017-03-29 20:44:57 +0200 |
---|---|---|
committer | Nicolai Hähnle <[email protected]> | 2017-03-31 07:56:25 +0200 |
commit | d0c7f924a36f5a93c5a432baf3c653b9b07e006b (patch) | |
tree | 5193b685a5fa5480b6d145d27eacbd91a155f71d /src/gallium/docs | |
parent | 44125b29d1924e3a24ee86c022c69749aaa38e07 (diff) |
gallium: add PIPE_CAP_TGSI CLOCK
Reviewed-by: Samuel Pitoiset <[email protected]>
Reviewed-by: Marek Olšák <[email protected]>
Diffstat (limited to 'src/gallium/docs')
-rw-r--r-- | src/gallium/docs/source/screen.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/docs/source/screen.rst b/src/gallium/docs/source/screen.rst index 00c9503f55f..947b843b799 100644 --- a/src/gallium/docs/source/screen.rst +++ b/src/gallium/docs/source/screen.rst @@ -376,6 +376,7 @@ The integer capabilities: operations are supported. * ``PIPE_CAP_TGSI_TEX_TXF_LZ``: Whether TEX_LZ and TXF_LZ opcodes are supported. +* ``PIPE_CAP_TGSI_CLOCK``: Whether the CLOCK opcode is supported. .. _pipe_capf: |