intel/compiler: Allow MESA_SHADER_KERNEL
[mesa.git] / src / intel / compiler / brw_fs_register_coalesce.cpp
2020-04-29 Jason Ekstrandintel/fs: Don't delete coalesced MOVs if they have...
2020-04-21 Jason Ekstrandintel/fs: Coalesce when the src live range is contained...
2020-04-21 Jason Ekstrandintel/fs: Rename block to scan_block in can_coalesce_vars
2020-03-06 Francisco Jerezintel/compiler/fs: Switch liveness analysis to IR analy...
2020-03-06 Francisco Jerezintel/compiler: Pass detailed dependency classes to...
2020-03-06 Francisco Jerezintel/compiler: Introduce backend_shader method to...
2020-01-17 Francisco Jerezintel/fs: Rework fs_inst::is_copy_payload() into multip...
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-01-10 Matt Turnerintel/compiler: Prevent warnings in the following patch
2017-03-13 Jason Ekstrandi965: Move the back-end compiler to src/intel/compiler