intel/schedule_instructions: Move some comments
[mesa.git] / src / intel / compiler / brw_schedule_instructions.cpp
2019-02-28 Jason Ekstrandintel/schedule_instructions: Move some comments
2019-02-28 Jason Ekstrandintel/compiler: Drop unused surface opcodes
2019-02-01 Jason Ekstrandintel/fs: Implement nir_intrinsic_global_atomic_*
2019-02-01 Jason Ekstrandintel/fs: Implement load/store_global with A64 untyped...
2019-01-29 Jason Ekstrandintel/fs: Use SHADER_OPCODE_SEND for varying UBO pulls...
2019-01-29 Jason Ekstrandintel/fs: Use SHADER_OPCODE_SEND for texturing on gen7+
2019-01-29 Jason Ekstrandintel/fs: Use SHADER_OPCODE_SEND for surface messages
2019-01-29 Jason Ekstrandintel/fs: Add a generic SEND opcode
2019-01-10 Matt Turnerintel/compiler: Heap-allocate temporary storage
2019-01-10 Matt Turnerintel/compiler: Prevent warnings in the following patch
2018-08-23 Ian Romanickintel/compiler: Implement untyped atomic float min...
2018-04-24 Ian Romanickintel/compiler: Add scheduler deps for instructions...
2018-04-24 Ian Romanickintel/compiler: Silence unused parameter warnings in...
2018-03-02 Francisco Jerezintel/ir: Allow representing additional flag subregiste...
2017-12-07 Francisco Jerezintel/fs: Teach instruction scheduler about GRF bank...
2017-10-19 Kenneth Graunkei965: Use is_scheduling_barrier instead of schedule_nod...
2017-03-13 Jason Ekstrandi965: Move the back-end compiler to src/intel/compiler