diff options
author | Ilia Mirkin <[email protected]> | 2014-04-26 23:44:57 -0400 |
---|---|---|
committer | Ilia Mirkin <[email protected]> | 2014-05-07 20:40:46 -0400 |
commit | d95df4f4e4ecbdf91c44ab19034bf6eb1b476592 (patch) | |
tree | c7dc1b278b23448e2c503bda6ed4734ea118e991 /src/gallium/docs | |
parent | 9ced3fc649ec04710a5f5c855bfb582b898cff83 (diff) |
gallium: add a cap for supporting 4-offset TG4 opcodes
Signed-off-by: Ilia Mirkin <[email protected]>
Reviewed-by: Roland Scheidegger <[email protected]>
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 e22435cd46a..b2922572a5b 100644 --- a/src/gallium/docs/source/screen.rst +++ b/src/gallium/docs/source/screen.rst @@ -200,6 +200,8 @@ The integer capabilities: * ``PIPE_CAP_SAMPLE_SHADING``: Whether there is support for per-sample shading. The context->set_min_samples function will be expected to be implemented. +* ``PIPE_CAP_TEXTURE_GATHER_OFFSETS``: Whether the ``TG4`` instruction can + accept 4 offsets. .. _pipe_capf: |