i965: Fix up VS DP4 sequences to avoid dependency control.
authorEric Anholt <eric@anholt.net>
Thu, 11 Mar 2010 01:16:39 +0000 (17:16 -0800)
committerEric Anholt <eric@anholt.net>
Fri, 12 Mar 2010 23:12:01 +0000 (15:12 -0800)
commit512d8ca2f34bcaa96e18daace4ae9f95e679471e
tree7375d6a06bb58275748dbaf9295eaa42117775b7
parent52cea5090ceb56105464d60b989c2c36ec9c4b16
i965: Fix up VS DP4 sequences to avoid dependency control.

This is recommended by the B-Spec.  I wasn't able to measure any
difference in ETQW.
src/mesa/drivers/dri/i965/Makefile
src/mesa/drivers/dri/i965/brw_eu.h
src/mesa/drivers/dri/i965/brw_optimize.c [new file with mode: 0644]
src/mesa/drivers/dri/i965/brw_vs_emit.c