summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_compiler.h
diff options
context:
space:
mode:
authorKenneth Graunke <kenneth@whitecape.org>2015-10-26 01:02:18 -0700
committerKenneth Graunke <kenneth@whitecape.org>2015-10-28 22:05:08 -0700
commit6ae47a3eb4e30fa92dd60e4a16e016e8585c3c48 (patch)
treee1604164e80fea34af376ce8fa6e27b66b9b071a /src/mesa/drivers/dri/i965/brw_compiler.h
parent5227e915803079e5e72a0b2fde3a11d62af8df99 (diff)
downloadexternal_mesa3d-6ae47a3eb4e30fa92dd60e4a16e016e8585c3c48.zip
external_mesa3d-6ae47a3eb4e30fa92dd60e4a16e016e8585c3c48.tar.gz
external_mesa3d-6ae47a3eb4e30fa92dd60e4a16e016e8585c3c48.tar.bz2
i965: Update stale comment about unused VUE map slots.
I changed this from COUNT to PAD in commit 268008f98c3810b9f276df985dc93ef. Signed-off-by: Kenneth Graunke <kenneth@whitecape.org> Reviewed-by: Chris Forbes <chrisf@ijw.co.nz>
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_compiler.h')
-rw-r--r--src/mesa/drivers/dri/i965/brw_compiler.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_compiler.h b/src/mesa/drivers/dri/i965/brw_compiler.h
index bb2fbd4..91eabaf 100644
--- a/src/mesa/drivers/dri/i965/brw_compiler.h
+++ b/src/mesa/drivers/dri/i965/brw_compiler.h
@@ -441,9 +441,7 @@ struct brw_vue_map {
* directly correspond to a gl_varying_slot, the value comes from
* brw_varying_slot.
*
- * For slots that are not in use, the value is BRW_VARYING_SLOT_COUNT (this
- * simplifies code that uses the value stored in slot_to_varying to
- * create a bit mask).
+ * For slots that are not in use, the value is BRW_VARYING_SLOT_PAD.
*/
signed char slot_to_varying[BRW_VARYING_SLOT_COUNT];