summaryrefslogtreecommitdiffstats
path: root/src/gallium/docs
diff options
context:
space:
mode:
authorRob Clark <robclark@freedesktop.org>2015-06-26 19:04:39 -0400
committerRob Clark <robclark@freedesktop.org>2015-07-03 08:56:09 -0400
commitfc73f8ab8cd3975993546b5e0312d595b76d03be (patch)
tree87682df3058b3fb882410b9a114df0d6dcaa095d /src/gallium/docs
parent7abc1e3286bc4729e144d3a247c2a275e46aaf53 (diff)
downloadexternal_mesa3d-fc73f8ab8cd3975993546b5e0312d595b76d03be.zip
external_mesa3d-fc73f8ab8cd3975993546b5e0312d595b76d03be.tar.gz
external_mesa3d-fc73f8ab8cd3975993546b5e0312d595b76d03be.tar.bz2
tgsi: update docs for ArrayID usage
Signed-off-by: Rob Clark <robclark@freedesktop.org> Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Diffstat (limited to 'src/gallium/docs')
-rw-r--r--src/gallium/docs/source/tgsi.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/docs/source/tgsi.rst b/src/gallium/docs/source/tgsi.rst
index 89ca172..4e869e7 100644
--- a/src/gallium/docs/source/tgsi.rst
+++ b/src/gallium/docs/source/tgsi.rst
@@ -2603,6 +2603,7 @@ not relative to the specified declaration
If no ArrayID is specified with an indirect addressing operand the whole
register file might be accessed by this operand. This is strongly discouraged
and will prevent packing of scalar/vec2 arrays and effective alias analysis.
+This is only legal for TEMP and CONST register files.
Declaration Semantic
^^^^^^^^^^^^^^^^^^^^^^^^