projects
/
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 89ca172080e24883234bcd59f35d9716f0083dc4..4e869e72b2415a36792369d243266c256fce1cd6 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
^^^^^^^^^^^^^^^^^^^^^^^^