intel/fs: Account for live range lengths in spill costs
[mesa.git] / src / intel / compiler / brw_fs_reg_allocate.cpp
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