aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_fs_live_variables.cpp
Commit message (Expand)AuthorAgeFilesLines
* i965: Fix virtual_grf_interferes() between calculate_live_intervals() and DCE.Eric Anholt2012-09-071-0/+24
* i965/fs: Remove a dead member from live variables analysis.Eric Anholt2012-08-291-1/+0
* i965/fs: Rename virtual_grf_next to virtual_grf_count.Eric Anholt2012-07-181-2/+2
* i965/fs: Move a block out of a loop in live variables setup.Eric Anholt2012-07-181-4/+5
* i965/fs: Remove the requirement of no dead code for interference checks.Eric Anholt2012-05-141-12/+12
* i965/fs: When doing no work for live interval calculation, do no allocation.Eric Anholt2012-05-141-7/+7
* i965: Convert live interval computation to using live variable analysis.Eric Anholt2012-04-191-39/+26
* i965: Move the old live interval analysis code next to the new live vars code.Eric Anholt2012-04-191-0/+122
* i965: Add support for live variable analysis using dataflow analysis.Eric Anholt2012-04-191-0/+158