intel/compiler: Fix pointer arithmetic when reading shader assembly
[mesa.git] / src / intel / compiler / brw_fs_cse.cpp
2020-03-06 Francisco Jerezintel/compiler/fs: Switch liveness analysis to IR analy...
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...
2020-02-14 Francisco Jerezintel/fs: Add virtual instruction to load mask of live...
2020-02-14 Francisco Jerezintel/fs/cse: Make HALT instruction act as CSE barrier.
2020-01-17 Francisco Jerezintel/fs: Rework fs_inst::is_copy_payload() into multip...
2020-01-10 Francisco Jerezintel/fs/cse: Fix non-deterministic behavior due to...
2019-04-25 Juan A. Suarez RomeroRevert "intel/compiler: split is_partial_write() into...
2019-04-18 Iago Toral Quirogaintel/compiler: split is_partial_write() into two variants
2019-02-01 Jason Ekstrandintel/fs: Properly handle 64-bit types in LOAD_PAYLOAD
2019-02-01 Jason Ekstrandintel/fs/cse: Split create_copy_instr into three cases
2019-01-29 Jason Ekstrandintel/fs: Use SHADER_OPCODE_SEND for varying UBO pulls...
2019-01-29 Jason Ekstrandintel/fs: Add a generic SEND opcode
2018-05-29 Francisco Jerezintel/fs: Replace the CINTERP opcode with a simple MOV
2017-03-13 Jason Ekstrandi965: Move the back-end compiler to src/intel/compiler