i965: Drop VECTOR_MASK_ENABLE in Broadwell's 3DSTATE_VS packet.
authorKenneth Graunke <kenneth@whitecape.org>
Mon, 3 Feb 2014 18:45:31 +0000 (10:45 -0800)
committerKenneth Graunke <kenneth@whitecape.org>
Tue, 11 Feb 2014 23:25:29 +0000 (15:25 -0800)
commitb0e90ea09fa24306d13304a4acad9a85291623c0
treed31c9d016b430300c011d146d8b404a0b47cc2bf
parent4dd1002518505f65e112dc9be1a68593724a86f2
i965: Drop VECTOR_MASK_ENABLE in Broadwell's 3DSTATE_VS packet.

We never set it on previous generations, but I had to set it in
3DSTATE_PS for correct behavior.  For symmetry, I set it in 3DSTATE_VS
as well, but there's no actual need to do so.  Piglit works fine either
way.  The documentation also remarks that there should never be a need
to program this.

Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Eric Anholt <eric@anholt.net>
src/mesa/drivers/dri/i965/gen8_vs_state.c