projects
/
platform
/
upstream
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7abc1e3
)
tgsi: update docs for ArrayID usage
author
Rob Clark
<robclark@freedesktop.org>
Fri, 26 Jun 2015 23:04:39 +0000
(19:04 -0400)
committer
Rob Clark
<robclark@freedesktop.org>
Fri, 3 Jul 2015 12:56:09 +0000
(08:56 -0400)
Signed-off-by: Rob Clark <robclark@freedesktop.org>
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
src/gallium/docs/source/tgsi.rst
patch
|
blob
|
history
diff --git
a/src/gallium/docs/source/tgsi.rst
b/src/gallium/docs/source/tgsi.rst
index
89ca172
..
4e869e7
100644
(file)
--- 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
^^^^^^^^^^^^^^^^^^^^^^^^