aboutsummaryrefslogtreecommitdiffstats
path: root/src/intel/compiler/brw_fs_reg_allocate.cpp
Commit message (Expand)AuthorAgeFilesLines
* intel/compiler: split is_partial_write() into two variantsIago Toral Quiroga2019-04-181-1/+1
* intel/fs: Do the grf127 hack on SIMD8 instructions in SIMD16 modeJason Ekstrand2019-02-011-7/+6
* intel/fs: Add interference between SENDS sourcesJason Ekstrand2019-01-291-0/+27
* intel/fs: Add a generic SEND opcodeJason Ekstrand2019-01-291-2/+4
* intel/compiler: Prevent warnings in the following patchMatt Turner2019-01-091-1/+1
* intel/compiler: fix node interference of simd16 instructionsIago Toral Quiroga2018-11-091-19/+17
* i965/fs: unspills shoudn't use grf127 as dest since Gen8+Jose Maria Casanova Crespo2018-07-121-5/+22
* i965/fs: Register allocator shoudn't use grf127 for sends destJose Maria Casanova Crespo2018-07-101-0/+25
* intel/fs: Take into account amount of data read in spilling cost heuristic.Francisco Jerez2017-04-241-1/+1
* intel/fs: Use regs_written() in spilling cost heuristic for improved accuracy.Francisco Jerez2017-04-241-2/+1
* i965/fs: Take into account lower frequency of conditional blocks in spilling ...Francisco Jerez2017-04-111-5/+14
* i965: Move the back-end compiler to src/intel/compilerJason Ekstrand2017-03-131-0/+992