glsl: move to compiler/
[mesa.git] / src / mesa / drivers / dri / i965 / brw_fs_live_variables.cpp
2015-11-30 Kenneth Graunkei965: Add src/dst interference for certain instructions...
2015-11-13 Matt Turneri965: Rename GRF to VGRF.
2015-10-14 Iago Toral Quirogai965/fs: Fix indentation in fs_live_variables::compute_...
2015-06-24 Jason Ekstrandi965/fs_live_variables: Do liveness analysis bottom...
2015-02-10 Francisco Jerezi965/fs: Remove dependency of fs_inst on the visitor...
2015-02-10 Francisco Jerezi965: Factor out virtual GRF allocation to a separate...
2014-12-02 Matt Turneri965/fs: Use const fs_reg & rather than a copy or pointer.
2014-12-02 Matt Turneri965/fs: Track liveness of the flag register.
2014-12-02 Matt Turneri965: Use local pointer to block_data in live intervals.
2014-09-30 Jason Ekstrandi965/fs: Use instruction execution sizes instead of...
2014-09-30 Jason Ekstrandi965/fs_live_variables: Use var_from_vgrf insead of...
2014-09-24 Matt Turneri965: Remove now unneeded calls to calculate_cfg().
2014-09-24 Matt Turneri965: Remove cfg-invalidating parameter from invalidate...
2014-08-22 Matt Turneri965: Add invalidate_cfg parameter to invalidate_live_i...
2014-08-19 Matt Turneri965: Add and use foreach_block macro.
2014-07-21 Matt Turneri965: Add cfg to backend_visitor.
2014-07-01 Matt Turneri965/fs: Pass cfg to calculate_live_intervals().
2014-07-01 Matt Turneri965: Add and use foreach_inst_in_block macros.
2014-06-01 Matt Turneri965/fs: Loop from 0 to inst->sources, not 0 to 3.
2014-05-15 Matt Turneri965/cfg: Embed exec_node in bblock_link.
2014-05-12 Eric Anholti965: Generalize the pixel_x/y workaround for all UW...
2014-04-08 Eric Anholti965/fs: Fix vgrf0 live interval when no interpolation...
2014-02-12 Francisco Jerezi965/fs: Remove fs_reg::smear.
2014-02-12 Francisco Jerezi965/fs: Add support for specifying register horizontal...
2014-01-21 Matt Turneri965/fs: Assert that var < num_vars.
2014-01-21 Matt Turneri965/fs: Fix the example about overwriting uniforms...
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...