i965: Simplify VS push constant upload code since removal of old path.
authorEric Anholt <eric@anholt.net>
Thu, 24 Jan 2013 00:00:29 +0000 (16:00 -0800)
committerEric Anholt <eric@anholt.net>
Mon, 11 Feb 2013 21:14:51 +0000 (13:14 -0800)
commite07457d0aec96970a39a2dd1cb4e46da6107eb77
tree26f64172b82ef4dfbb32a6a75844ad72bba19260
parent11766b1bbb730d2f22a23d8293c67b138b364fce
i965: Simplify VS push constant upload code since removal of old path.

We used to have clip planes optionally included in the push constants,
resulting in a variable amount of data uploaded, but no more.  This also
means less wasted space in the batch for our push constants.

v2: Update _NEW_TRANSFORM state bit information.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org> (v1)
src/mesa/drivers/dri/i965/gen6_vs_state.c