summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/tgsi/tgsi_exec.h
diff options
context:
space:
mode:
authorMichal Krol <michal@vmware.com>2009-11-23 10:40:05 +0100
committerMichal Krol <michal@vmware.com>2009-11-23 10:40:05 +0100
commitb7590cde4a475cd785030d7c7909846ae72608e5 (patch)
tree6fa42ca5c9f2a567a1d3167b2ee91a3f3c02b45d /src/gallium/auxiliary/tgsi/tgsi_exec.h
parentcde758a2b50da8d7a8db5467f5629ce366380c41 (diff)
tgsi: Bring BGNFOR/ENDFOR implementation up to spec.
Diffstat (limited to 'src/gallium/auxiliary/tgsi/tgsi_exec.h')
-rw-r--r--src/gallium/auxiliary/tgsi/tgsi_exec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/tgsi/tgsi_exec.h b/src/gallium/auxiliary/tgsi/tgsi_exec.h
index 471f591dd6..f0aaca92b3 100644
--- a/src/gallium/auxiliary/tgsi/tgsi_exec.h
+++ b/src/gallium/auxiliary/tgsi/tgsi_exec.h
@@ -252,7 +252,7 @@ struct tgsi_exec_machine
uint LoopLabelStack[TGSI_EXEC_MAX_LOOP_NESTING];
int LoopLabelStackTop;
- /** Loop counter stack (x = count, y = current, z = step) */
+ /** Loop counter stack (x = index, y = counter, z = step) */
struct tgsi_exec_vector LoopCounterStack[TGSI_EXEC_MAX_LOOP_NESTING];
int LoopCounterStackTop;