Mesa (master): tgsi: update docs for ArrayID usage

Rob Clark robclark at kemper.freedesktop.org
Fri Jul 3 12:57:13 UTC 2015


Module: Mesa
Branch: master
Commit: fc73f8ab8cd3975993546b5e0312d595b76d03be
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=fc73f8ab8cd3975993546b5e0312d595b76d03be

Author: Rob Clark <robclark at freedesktop.org>
Date:   Fri Jun 26 19:04:39 2015 -0400

tgsi: update docs for ArrayID usage

Signed-off-by: Rob Clark <robclark at freedesktop.org>
Reviewed-by: Marek Olšák <marek.olsak at amd.com>

---

 src/gallium/docs/source/tgsi.rst |    1 +
 1 file changed, 1 insertion(+)

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
 ^^^^^^^^^^^^^^^^^^^^^^^^




More information about the mesa-commit mailing list