i965: Add a note about an unsafe-looking state check.
[mesa.git] / src / mesa / drivers / dri / i965 / brw_vec4_copy_propagation.cpp
2011-10-20 Eric Anholti965/vs: Fix comparisons with uint negation.
2011-09-26 Eric Anholti965/vs: Fix access beyond array bounds for non-GRF...
2011-09-19 Paul Berryi965 new VS: Fix copy propagation of double negatives.
2011-09-09 Eric Anholti965/vs: Allow copy propagation on GRFs.
2011-09-09 Eric Anholti965/vs: Clear tracked copy propagation values whose...
2011-09-09 Eric Anholti965/vs: Add support for copy propagation of the UNIFOR...
2011-09-09 Eric Anholti965/vs: Add constant propagation to a few opcodes.