intel/compiler: Allow MESA_SHADER_KERNEL
[mesa.git] / src / intel / compiler / brw_vec4_cmod_propagation.cpp
2020-03-06 Francisco Jerezintel/compiler: Pass detailed dependency classes to...
2020-03-06 Francisco Jerezintel/compiler: Introduce backend_shader method to...
2019-02-27 Lionel Landwerlinintel/compiler: use correct swizzle for replacement
2018-12-17 Ian Romanicki965/vec4: Propagate conditional modifiers from more...
2018-07-03 Ian Romanicki965/vec4: Don't cmod propagate from CMP to ADD if...
2018-03-26 Ian Romanicki965/vec4: Propagate conditional modifiers from compare...
2018-03-26 Ian Romanicki965/vec4: Allow cmod propagation when src0 is a unifor...
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