From: Rob Clark Date: Fri, 26 Jun 2015 23:04:39 +0000 (-0400) Subject: tgsi: update docs for ArrayID usage X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=fc73f8ab8cd3975993546b5e0312d595b76d03be;p=mesa.git tgsi: update docs for ArrayID usage Signed-off-by: Rob Clark Reviewed-by: Marek Olšák --- diff --git a/src/gallium/docs/source/tgsi.rst b/src/gallium/docs/source/tgsi.rst index 89ca172080e..4e869e72b24 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 ^^^^^^^^^^^^^^^^^^^^^^^^