i965: Remove the create_raw_surface vtbl hook.
[mesa.git] / src / mesa / drivers / dri / i965 / brw_fs_peephole_predicated_break.cpp
2014-11-07 Matt Turneri965/fs: Wire up control flow correctly in predicated...
2014-10-01 Matt Turneri965/fs: Extend predicated break pass to predicate...
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/fs: Connect cfg properly in predicated break peephole.
2014-08-22 Matt Turneri965/fs: Preserve CFG in predicated break pass.
2014-08-22 Matt Turneri965/fs: Rename variable in predicated break pass.
2014-08-19 Matt Turneri965: Add and use foreach_block macro.
2014-07-21 Matt Turneri965: Replace cfg instances with calls to calculate_cfg().
2013-12-05 Matt Turneri965/fs: New peephole optimization to flatten IF/BREAK...