Files
mesa/src
Eric Anholt 6754ec831e i965: Fix accumulator_contains() test to also reject swizzles of the dst.
When faced with this sequence:

	MOV	R1, c[1];
	MAD	R0, R2, R1.x, R1.y;

we were concluding that the MOV of R1 set up our accumulator and so we could
just use the previous result.  Only, it's got R1.xyzw in it instead of the
r1.y we're looking for.

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=46784
NOTE: This is a candidate for the 8.0 branch.
2012-08-26 09:58:40 -07:00
..
2011-01-12 16:54:21 +00:00
2012-08-24 11:08:19 -07:00
2012-08-22 11:08:06 -07:00
2012-08-14 10:54:39 -07:00
2012-08-24 11:08:19 -07:00