nir: Add a flag to lower_io to force "sample" interpolation
[mesa.git] / src / mesa / drivers / dri / i965 / brw_fs_cse.cpp
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...