intel/nir: Stop using nir_lower_vars_to_scratch
[mesa.git] / src / intel / compiler / brw_vec4.h
2020-04-29 Francisco Jerezintel/ir: Use brw::performance object instead of CFG...
2020-04-29 Francisco Jerezintel/ir: Import shader performance analysis pass.
2020-04-21 Kenneth Graunkeintel/compiler: Drop nir_lower_to_source_mods() and...
2020-03-09 Matt Turnerintel/compiler: Mark some methods and parameters const
2020-03-09 Matt Turnerintel/vec4: Make implied_mrf_writes() a vec4_instructio...
2020-03-06 Francisco Jerezintel/compiler: Drop invalidate_live_intervals()
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: Mark virtual_grf_interferes and vars_in...
2020-03-06 Francisco Jerezintel/compiler: Introduce backend_shader method to...
2020-03-06 Francisco Jerezintel/compiler: Reverse inclusion dependency between...
2019-08-12 Jason Ekstrandintel/compiler: Fill a compiler statistics struct
2019-07-24 Kenneth Graunkei965: Use NIR to lower legacy userclipping.
2019-07-11 Ian Romanickintel/vec4: Try to emit a single load for multiple...
2019-07-11 Ian Romanickintel/vec4: Refactor operand fixing for ffma and flrp
2019-07-08 Ian Romanickintel/vec4: Delete vec4_visitor::emit_lrp
2019-01-10 Matt Turnerintel/compiler: Prevent warnings in the following patch
2018-11-08 Jason Ekstrandintel/fs,vec4: Clean up a repeated pattern with SSBOs
2018-03-26 Ian Romanicki965/vec4: Fix null destination register in 3-source...
2018-03-02 Kenneth Graunkeintel: Drop program size pointer from vec4/fs assembly...
2017-11-07 Jason Ekstrandintel/compiler: Move the destructor from vec4_visitor...
2017-05-09 Jason Ekstrandi965/vec4: Delete the system value infastructure
2017-05-09 Jason Ekstrandi965/vec4: Use NIR to do GS input remapping
2017-04-14 Samuel Iglesias... i965/vec4: use vec4_builder to emit instructions in...
2017-03-14 Jason Ekstrandi965/vec4: Get rid of the type parameter from to/from_d...
2017-03-13 Jason Ekstrandi965: Move the back-end compiler to src/intel/compiler