i915: Remove most of the code under gen >= 4 checks.
[mesa.git] / src / mesa / drivers / dri / i965 / brw_fs_copy_propagation.cpp
2013-04-12 Eric Anholti965/fs: Add a helper function for checking for partial...
2013-04-12 Eric Anholtmesa: Add a macro to bitset for determining bitset...
2013-04-01 Eric Anholti965/fs: Allow constant propagation into MACH.
2013-03-28 Eric Anholti965/fs: Improve performance of copy propagation datafl...
2013-02-19 Eric Anholti965/fs: Fix copy propagation with smearing.
2013-01-12 Kenneth Graunkei965: Fix build error with clang.
2012-12-05 Eric Anholti965/fs: Restrict optimization that would fail for...
2012-12-05 Eric Anholti965/fs: Rename the existing pull constant load opcode.
2012-11-08 Eric Anholti965/fs: Add support for global copy propagation.
2012-11-04 Eric Anholti965/fs: Fix a comment in copy propagation.
2012-11-04 Eric Anholti965/fs: Allow copy-propagation on pull constant load...
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-10-08 Eric Anholti965/fs: Improve performance of copy/constant propagation.
2012-10-08 Eric Anholti965/fs: Move constant propagation to the same codebase...
2012-07-18 Eric Anholti965/fs.h: Refactor tests for instructions modifying...
2012-07-06 Eric Anholti965/fs: Invalidate live intervals after copy propagation.
2012-07-03 Eric Anholti965/fs: Allow copy propagation on uniforms.
2012-07-03 Eric Anholti965/fs: Allow copy propagation with source modifiers.
2012-07-03 Eric Anholti965/fs: Move copy propagation test out to a separate...
2012-05-14 Eric Anholti965/fs: Add support for copy propagation.