From d95df4f4e4ecbdf91c44ab19034bf6eb1b476592 Mon Sep 17 00:00:00 2001 From: Ilia Mirkin Date: Sat, 26 Apr 2014 23:44:57 -0400 Subject: gallium: add a cap for supporting 4-offset TG4 opcodes Signed-off-by: Ilia Mirkin Reviewed-by: Roland Scheidegger --- src/gallium/docs/source/screen.rst | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/gallium/docs/source') 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: -- cgit v1.2.3