From 41b85158abca39c64c9dc9b215f1a6ea8c8132d2 Mon Sep 17 00:00:00 2001 From: Marek Olšák Date: Tue, 26 Sep 2017 15:56:15 +0200 Subject: gallium: add PIPE_CAP_TGSI_ANY_REG_AS_ADDRESS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reviewed-by: Brian Paul Reviewed-by: Nicolai Hähnle --- 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 553b8e661a4..b968b8c5733 100644 --- a/src/gallium/docs/source/screen.rst +++ b/src/gallium/docs/source/screen.rst @@ -406,6 +406,8 @@ The integer capabilities: * ``PIPE_CAP_MEMOBJ``: Whether operations on memory objects are supported. * ``PIPE_CAP_LOAD_CONSTBUF``: True if the driver supports TGSI_OPCODE_LOAD use with constant buffers. +* ``PIPE_CAP_TGSI_ANY_REG_AS_ADDRESS``: Any TGSI register can be used as + an address for indirect register indexing. .. _pipe_capf: -- cgit v1.2.3