intel/fs/ra: Do the spill loop inside RA
[mesa.git] / src / intel / compiler / brw_fs_reg_allocate.cpp
2019-05-14 Jason Ekstrandintel/fs/ra: Do the spill loop inside RA
2019-05-14 Jason Ekstrandintel/fs/ra: Only add MRF hack interference if we're...
2019-05-14 Jason Ekstrandintel/fs/ra: Pull the guts of RA into its own class
2019-05-14 Jason Ekstrandintel/fs/ra: Move assign_regs further down in the file
2019-05-14 Jason Ekstrandintel/fs/ra: Split building the interference graph...
2019-05-14 Jason Ekstrandintel/fs/ra: Initialize grf_used with first_non_payload_grf
2019-05-14 Jason Ekstrandintel/fs/ra: Stop adding RA interference to too many...
2019-05-14 Jason Ekstrandintel/fs/ra: Only add dest interference to sources...
2019-04-25 Juan A. Suarez RomeroRevert "intel/compiler: split is_partial_write() into...
2019-04-18 Jason Ekstrandintel/fs: Account for live range lengths in spill costs
2019-04-18 Iago Toral Quirogaintel/compiler: split is_partial_write() into two variants
2019-02-01 Jason Ekstrandintel/fs: Do the grf127 hack on SIMD8 instructions...
2019-01-29 Jason Ekstrandintel/fs: Add interference between SENDS sources
2019-01-29 Jason Ekstrandintel/fs: Add a generic SEND opcode
2019-01-10 Matt Turnerintel/compiler: Prevent warnings in the following patch
2018-11-09 Iago Toral Quirogaintel/compiler: fix node interference of simd16 instruc...
2018-07-12 Jose Maria Casanov... i965/fs: unspills shoudn't use grf127 as dest since...
2018-07-09 Jose Maria Casanov... i965/fs: Register allocator shoudn't use grf127 for...
2017-04-24 Francisco Jerezintel/fs: Take into account amount of data read in...
2017-04-24 Francisco Jerezintel/fs: Use regs_written() in spilling cost heuristic...
2017-04-11 Francisco Jerezi965/fs: Take into account lower frequency of condition...
2017-03-13 Jason Ekstrandi965: Move the back-end compiler to src/intel/compiler