diff options
author | Marek Olšák <[email protected]> | 2017-03-07 02:09:03 +0100 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2017-03-15 18:17:41 +0100 |
commit | bf3cdf0fd39028260076fe68931e9f59fa4bdc76 (patch) | |
tree | d7d8d3b660fe294d0d96f3962add4089b78e0b4e /src/gallium/docs | |
parent | 7751ed39e40e08e5aa0633d018c9f25ad17f9bb0 (diff) |
gallium: add PIPE_CAP_TGSI_TEX_TXF_LZ
Diffstat (limited to 'src/gallium/docs')
-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 044640a2995..00c9503f55f 100644 --- a/src/gallium/docs/source/screen.rst +++ b/src/gallium/docs/source/screen.rst @@ -374,6 +374,8 @@ The integer capabilities: * ``PIPE_CAP_INT64``: Whether 64-bit integer operations are supported. * ``PIPE_CAP_INT64_DIVMOD``: Whether 64-bit integer division/modulo operations are supported. +* ``PIPE_CAP_TGSI_TEX_TXF_LZ``: Whether TEX_LZ and TXF_LZ opcodes are + supported. .. _pipe_capf: |