i965/nir/vec4: Implement load_const intrinsic
[mesa.git] / src / mesa / drivers / dri / i965 / brw_fs_peephole_predicated_break.cpp
2015-07-29 Francisco Jerezi965/fs: Initialize a builder explicitly in opt_peephol...
2015-06-09 Francisco Jerezi965/fs: Migrate opt_peephole_predicated_break to the...
2015-04-22 Jason Ekstrandi965: Add a devinfo field to backend_visitor and use...
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...