i965: Use unreachable() instead of unconditional assert().
[mesa.git] / src / mesa / drivers / dri / i965 / brw_fs_sel_peephole.cpp
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.