i965/fs: Refactor propagation of conditional modifiers from compares to adds
[mesa.git] / src / intel / compiler / brw_fs_cmod_propagation.cpp
2018-06-16 Ian Romanicki965/fs: Refactor propagation of conditional modifiers...
2018-03-26 Ian Romanicki965/fs: Propagate conditional modifiers from compares...
2018-03-26 Ian Romanicki965/fs: Allow cmod propagation when src0 is a uniform...
2017-10-05 Jason Ekstrandintel/compiler: Don't propagate cmod into integer multi...
2017-10-05 Jason Ekstrandintel/compiler: Don't cmod propagate into a saturated...
2017-03-13 Jason Ekstrandi965: Move the back-end compiler to src/intel/compiler