i965/vec4: Add a test for copy propagation behavior.
[mesa.git] / src / mesa / drivers / dri / i965 / brw_fs_cse.cpp
2014-04-05 Matt Turneri965/fs: Name temporary ralloc contexts something other...
2013-12-05 Matt Turneri965/cfg: Clean up cfg_t constructors.
2013-11-09 Matt Turneri965/fs: Don't perform CSE on inst HW_REG dests (unless...
2013-10-31 Matt Turneri965/fs: Perform CSE on CMP(N) instructions.
2013-10-31 Matt Turneri965/fs: Don't emit null MOVs in CSE.
2013-10-25 Matt Turneri965/fs: Match commutative expressions with reversed...
2013-10-25 Matt Turneri965: s/Muchnik/Muchnick/.
2013-10-10 Kenneth Graunkei965/fs: Create a helper function for invalidating...
2013-10-07 Matt Turneri965/fs: Disable CSE on instructions writing to HW_REG.
2013-09-05 Matt Turneri965: Remove never used RSR and RSL opcodes.
2013-08-12 Kenneth Graunkei965/fs: Explicitly disallow CSE on predicated instruct...
2013-05-09 Eric Anholti965/fs: Make virtual grf live intervals actually cover...
2013-04-12 Eric Anholti965/fs: Add a helper function for checking for partial...
2013-04-01 Eric Anholti965/fs: Allow CSE on pre-gen7 varying-index uniform...
2013-04-01 Eric Anholti965/fs: Use LD messages for pre-gen7 varying-index...
2013-04-01 Eric Anholti965/fs: Bake regs_written into the IR instead of recom...
2013-04-01 Eric Anholti965/fs: Do CSE on gen7's varying-index pull constant...
2013-03-11 Eric Anholti965/fs: Improve CSE performance by expiring some avail...
2013-02-28 Kenneth Graunkei965/fs: Use the LRP instruction for ir_triop_lrp when...
2013-02-19 Eric Anholti965/fs: Enable CSE on uniform pull constant loads.
2013-02-19 Eric Anholti965/fs: Only do CSE when the dst types match.
2012-10-17 Eric Anholti965: Make the cfg reusable from the VS.
2012-10-17 Eric Anholti965: Share the predicate field between FS and VS.
2012-10-17 Eric Anholti965: Rename fs_cfg types to not mention fs.
2012-10-17 Eric Anholti965: Move brw_fs_cfg.* to brw_cfg.*.
2012-07-18 Eric Anholti965/fs.h: Refactor tests for instructions modifying...
2012-05-14 Kenneth Graunkei965/fs: Add a local common subexpression elimination...