intel/compiler: Allow MESA_SHADER_KERNEL
[mesa.git] / src / intel / compiler / brw_fs_reg_allocate.cpp
2020-04-21 Dylan Bakerreplace _mesa_logbase2 with util_logbase2
2020-03-09 Matt Turnerintel/compiler: Mark some methods and parameters const
2020-03-09 Matt Turnerintel/compiler: Remove unnecessary local variables
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-01-17 Francisco Jerezintel/fs/gen6: Generalize aligned_pairs_class to SIMD16...
2020-01-17 Francisco Jerezintel/fs/gen4-6: Allocate registers from aligned_pairs_...
2020-01-10 Francisco Jerezintel/fs: Make implied_mrf_writes() an fs_inst method.
2020-01-10 Francisco Jerezintel/fs/gen8+: Fix r127 dst/src overlap RA workaround...
2019-06-04 Jason Ekstrandintel/fs: Skip registers faster when setting spill...
2019-05-16 Jason Ekstrandintel/fs/ra: Choose a spill reg before throwing away...
2019-05-16 Jason Ekstrandintel/fs/ra: Add spill costs to the graph on-demand
2019-05-16 Jason Ekstrandintel/fs/ra: Add a helper for discarding the interferen...
2019-05-14 Jason Ekstrandintel/fs/ra: Spill without destroying the interference...
2019-05-14 Jason Ekstrandintel/fs/ra: Put the VGRFs at the end of the nodes
2019-05-14 Jason Ekstrandintel/fs/ra: Re-arrange interference setup
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