diff options
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: |