[Mesa-dev] [PATCH 1/4] tgsi: update docs for ArrayID usage
Marek Olšák
maraeo at gmail.com
Wed Jul 1 09:46:46 PDT 2015
This patch:
Reviewed-by: Marek Olšák <marek.olsak at amd.com>
Marek
On Wed, Jul 1, 2015 at 5:02 PM, Rob Clark <robdclark at gmail.com> wrote:
> From: Rob Clark <robclark at freedesktop.org>
>
> Signed-off-by: Rob Clark <robclark at freedesktop.org>
> ---
> 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
> ^^^^^^^^^^^^^^^^^^^^^^^^
> --
> 2.4.3
>
More information about the mesa-dev
mailing list