summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_vec4_live_variables.h
Commit message (Expand)AuthorAgeFilesLines
* i965/vec4: Replace dst/src_reg::reg_offset with dst/src_reg::offset expressed...Francisco Jerez2016-09-141-4/+4
* i965: Rename GRF to VGRF.Matt Turner2015-11-131-2/+2
* i965: Use brw_reg's nr field to store register number.Matt Turner2015-11-131-6/+6
* i965/vec4: Calculate live intervals with subregister granularity.Francisco Jerez2015-03-231-4/+7
* i965/vec4: Define helper functions to convert a register to a variable index.Francisco Jerez2015-03-231-0/+16
* i965/vec4: Remove dependency of vec4_live_variables on the visitor.Francisco Jerez2015-03-231-2/+2
* util: Move Mesa's bitset.h to util/.Eric Anholt2015-02-201-1/+1
* i965/vec4: Track liveness of the flag register.Matt Turner2014-12-011-0/+5
* i965: Use local pointer to block_data in live intervals.Matt Turner2014-12-011-1/+1
* i965: Mark fields in the live interval classes protected.Matt Turner2014-07-011-6/+7
* i965/vec4: Reduce working set size of live variables computation.Eric Anholt2013-10-291-4/+6
* i965: Switch vec4_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/vs: Improve live interval calculation.Eric Anholt2012-10-171-0/+81