i965/cfg: Clean up cfg_t constructors.
[mesa.git] / src / mesa / drivers / dri / i965 / brw_fs_live_variables.cpp
2013-12-05 Matt Turneri965/cfg: Clean up cfg_t constructors.
2013-10-29 Francisco Jerezi965: Handle deallocation of some private ralloc contex...
2013-10-25 Matt Turneri965: s/Muchnik/Muchnick/.
2013-10-10 Eric Anholti965/fs: Convert gen7 to using GRFs for texture messages.
2013-10-10 Eric Anholti965/fs: Use per-channel interference for register_coal...
2013-10-10 Eric Anholti965/fs: Keep a copy of the live variables class around.
2013-10-10 Kenneth Graunkei965/fs: Remove start/end aliases in compute_live_inter...
2013-10-10 Eric Anholti965/fs: Track live variable ranges on a per-channel...
2013-10-10 Eric Anholti965/fs: Factor def[]/use[] setup out to a separate...
2013-10-10 Kenneth Graunkei965/fs: Create a helper function for invalidating...
2013-10-10 Eric Anholti965/fs: Do live variables dataflow analysis on a per...
2013-10-10 Kenneth Graunkei965/fs: Rename num_vars to num_vgrfs in live interval...
2013-10-10 Kenneth Graunkei965/fs: Short-circuit a loop in live variable analysis.
2013-05-29 Eric Anholti965/fs: Fix test for smearing enabled on an instruction.
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-12 Eric Anholtmesa: Add a macro to bitset for determining bitset...
2013-04-01 Eric Anholti965/fs: Bake regs_written into the IR instead of recom...
2013-03-11 Eric Anholti965/fs: Improve live variables calculation performance.
2013-03-11 Eric Anholti965/fs: Fix register allocation for uniform pull const...
2012-11-27 Kenneth Graunkei965/fs: Move brw_wm_compile::dispatch_width into fs_vi...
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-09-07 Eric Anholti965: Fix virtual_grf_interferes() between calculate_li...
2012-08-30 Eric Anholti965/fs: Remove a dead member from live variables analysis.
2012-07-18 Eric Anholti965/fs: Rename virtual_grf_next to virtual_grf_count.
2012-07-18 Eric Anholti965/fs: Move a block out of a loop in live variables...
2012-05-14 Eric Anholti965/fs: Remove the requirement of no dead code for...
2012-05-14 Eric Anholti965/fs: When doing no work for live interval calculati...
2012-04-20 Eric Anholti965: Convert live interval computation to using live...
2012-04-20 Eric Anholti965: Move the old live interval analysis code next...
2012-04-20 Eric Anholti965: Add support for live variable analysis using...