aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_fs_live_variables.h
Commit message (Expand)AuthorAgeFilesLines
* i965/fs: Use per-channel interference for register_coalesce_2().Eric Anholt2013-10-101-0/+3
* i965/fs: Use the new per-channel live ranges for dead code elimination.Eric Anholt2013-10-101-0/+2
* i965/fs: Track live variable ranges on a per-channel level.Eric Anholt2013-10-101-0/+9
* i965/fs: Factor def[]/use[] setup out to a separate function.Eric Anholt2013-10-101-0/+2
* i965/fs: Do live variables dataflow analysis on a per-channel level.Eric Anholt2013-10-101-0/+12
* i965/fs: Rename num_vars to num_vgrfs in live interval analysis.Kenneth Graunke2013-10-101-1/+1
* i965: Switch fs_live_variables to the non-zeroing allocator.Francisco Jerez2013-10-011-1/+1
* i965, mesa: Use the new DECLARE_R[Z]ALLOC_CXX_OPERATORS macros.Kenneth Graunke2013-09-211-9/+1
* i965/fs: Improve live variables calculation performance.Eric Anholt2013-03-111-4/+6
* i965: Rename fs_cfg types to not mention fs.Eric Anholt2012-10-171-2/+2
* i965/fs: Remove a dead member from live variables analysis.Eric Anholt2012-08-291-5/+0
* i965: Add support for live variable analysis using dataflow analysis.Eric Anholt2012-04-191-0/+86