i965: Move pre-draw resolve buffers to dd::UpdateState
[mesa.git] / src / mesa / drivers / dri / i965 / brw_fs_sel_peephole.cpp
2014-07-24 Matt Turneri965/fs: Decide predicate/predicate_inverse outside...
2014-07-24 Matt Turneri965/fs: Swap if/else conditions in SEL peephole.
2014-07-21 Matt Turneri965: Replace cfg instances with calls to calculate_cfg().
2014-01-08 Tapani Pällii965/fs: do SEL optimization only when src type for...
2013-12-05 Matt Turneri965/fs: Emit a MOV instead of a SEL if the sources...
2013-12-05 Matt Turneri965/fs: Extend SEL peephole to handle only matching...
2013-12-05 Matt Turneri965/fs: New peephole optimization to generate SEL.