intel/compiler: Allow MESA_SHADER_KERNEL
[mesa.git] / src / intel / compiler / brw_fs_cmod_propagation.cpp
2020-07-11 Yevhenii Kolesnikovintel/compiler: don't propagate cmp to add if add is...
2020-03-11 Yevhenii Kolesnikovintel/compiler: fix cmod propagation optimisations
2020-03-06 Francisco Jerezintel/compiler: Pass detailed dependency classes to...
2020-03-06 Francisco Jerezintel/compiler: Introduce backend_shader method to...
2019-06-06 Ian Romanickintel/fs: Allow cmod propagation across reads and write...
2019-06-06 Ian Romanickintel/fs: Fix flag_subreg handling in cmod propagation
2019-05-14 Ian Romanickintel/fs: Allow cmod propagation to instructions with...
2019-04-25 Juan A. Suarez RomeroRevert "intel/compiler: split is_partial_write() into...
2019-04-18 Iago Toral Quirogaintel/compiler: fix cmod propagation for non 32-bit...
2019-04-18 Iago Toral Quirogaintel/compiler: split is_partial_write() into two variants
2019-03-01 Ian Romanickintel/fs: Relax type matching rules in cmod propagation...
2019-02-15 Matt Turnerintel/compiler: Avoid propagating inequality cmods...
2018-09-17 Ian Romanicki965/fs: Don't propagate conditional modifiers from...
2018-06-16 Ian Romanicki965/fs: Propagate conditional modifiers from not instr...
2018-06-16 Ian Romanicki965/fs: Rearrange code to remove most of the gotos
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