i965: Initialize unused VUE map slots to BRW_VARYING_SLOT_PAD.
authorKenneth Graunke <kenneth@whitecape.org>
Thu, 10 Sep 2015 03:21:59 +0000 (20:21 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Sat, 26 Sep 2015 18:59:56 +0000 (11:59 -0700)
commit268008f98c3810b9f276df985dc93efc0c49f33e
treedc77667bfc06e1d97d08bbdc2904de99fd375228
parent39d4b553a87228fd93bfdd7100d0687e55aec4b7
i965: Initialize unused VUE map slots to BRW_VARYING_SLOT_PAD.

Nothing actually relies on unused slots being initialized to
BRW_VARYING_SLOT_COUNT.  Soon, we're going to have VUE maps with holes
in them, at which point pre-filling with BRW_VARYING_SLOT_PAD make a lot
more sense.

Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Chris Forbes <chrisf@ijw.co.nz>
src/mesa/drivers/dri/i965/brw_vue_map.c