diff options
author | Michal Krol <[email protected]> | 2009-11-23 10:40:05 +0100 |
---|---|---|
committer | Michal Krol <[email protected]> | 2009-11-23 10:40:05 +0100 |
commit | b7590cde4a475cd785030d7c7909846ae72608e5 (patch) | |
tree | 6fa42ca5c9f2a567a1d3167b2ee91a3f3c02b45d /src/gallium/auxiliary/tgsi/tgsi_exec.h | |
parent | cde758a2b50da8d7a8db5467f5629ce366380c41 (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.h | 2 |
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 471f591dd6e..f0aaca92b30 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; |