i965/vs: Preserve the type when copy propagating into an instruction.
[mesa.git] / src / mesa / drivers / dri / i965 / brw_vec4_copy_propagation.cpp
2012-10-25 Kenneth Graunkei965/vs: Preserve the type when copy propagating into...
2012-01-07 Kenneth Graunkei965/vs: Fix invalid array access in copy propagation.
2011-12-27 Kenneth Graunkei965/vs: Properly clear cur_value when propagating...
2011-12-27 Kenneth Graunkei965/vs: Fix incorrect subscript when resetting copy...
2011-11-04 Paul Berryi965: Fix constant propagation into 32-bit integer...
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.