intel/nir: Pass the nir_builder by reference in lower_alpha_to_coverage
[mesa.git] / src / intel / compiler / brw_vec4_cse.cpp
2020-05-20 Andrii Simikliti965/vec4: Ignore swizzle of VGRF for use by var_range_...
2020-03-06 Francisco Jerezintel/compiler/vec4: Switch liveness analysis to IR...
2020-03-06 Francisco Jerezintel/compiler: Move all live interval analysis results...
2020-03-06 Francisco Jerezintel/compiler: Pass detailed dependency classes to...
2020-03-06 Francisco Jerezintel/compiler: Introduce backend_shader method to...
2018-03-08 Ian Romanicki965/vec4: Allow CSE on subset VF constant loads
2018-03-08 Ian Romanicki965/vec4: Relax writemask condition in CSE
2017-03-13 Jason Ekstrandi965: Move the back-end compiler to src/intel/compiler