i965/blorp: Allow caller to provide sampler settings
[mesa.git] / src / mesa / drivers / dri / i965 / brw_dead_control_flow.cpp
2014-11-11 Matt Turneri965/cfg: Remove if_block/else_block.
2014-09-24 Matt Turneri965: Add and use functions to get next/prev blocks.
2014-09-24 Matt Turneri965: Make instruction lists local to the bblocks.
2014-09-24 Matt Turneri965/fs: Don't iterate between blocks with inst->next...
2014-09-24 Matt Turneri965: Remove now unneeded calls to calculate_cfg().
2014-09-24 Matt Turneri965: Remove cfg-invalidating parameter from invalidate...
2014-09-05 Matt Turneri965: Update if_block/else_block in the dead control...
2014-08-22 Matt Turneri965: Preserve CFG when deleting dead control flow.
2014-08-19 Matt Turneri965: Add and use foreach_block macro.
2014-07-24 Matt Turneri965: Improve dead control flow elimination.
2014-07-21 Matt Turneri965: Add cfg to backend_visitor.
2013-12-05 Matt Turneri965/cfg: Clean up cfg_t constructors.
2013-12-05 Matt Turneri965/cfg: Rework to make IF & ELSE blocks flow into...
2013-11-20 Matt Turneri965: Add a pass to remove dead control flow.