i965: Move must_use/has_separate_stencil fields to brw_context.
[mesa.git] / src / mesa / drivers / dri / i965 / brw_vec4_copy_propagation.cpp
2013-07-09 Kenneth Graunkei965: Remove pointless intel_context parameter from...
2013-06-10 Eric Anholti965/vs: Allow copy propagation into MUL/MACH.
2013-06-10 Eric Anholti965/vs: Use the MAD instruction when possible.
2013-05-06 Matt Turneri965/vs: Add support for bit instructions.
2013-04-26 Matt Turneri965/vs: Add support for LRP instruction.
2013-03-28 Eric Anholti965/vs: Teach copy propagation about sends from GRFs.
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.