aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_vec4.cpp
Commit message (Expand)AuthorAgeFilesLines
* i965/vs: Add support for compute-to-MRF.Eric Anholt2011-09-201-0/+177
* i965/vs: Add a function for how many MRFs get written as part of a SEND.Eric Anholt2011-09-201-0/+37
* i965/vs: Add support for simple algebraic optimizations.Eric Anholt2011-09-201-0/+92
* i965/vs: Add support for copy propagation of the UNIFORM and ATTR files.Eric Anholt2011-09-081-0/+13
* i965/vs: Add constant propagation to a few opcodes.Eric Anholt2011-09-081-0/+16
* i965/vs: Add support for overflowing the number of available push constants.Eric Anholt2011-09-081-0/+85
* i965/vs: Pack live uniform vectors together in the push constant upload.Eric Anholt2011-08-301-0/+89
* i965/vs: Track uniforms as separate vectors once we've done array access.Eric Anholt2011-08-301-0/+30
* i965/vs: Add simple dead code elimination.Eric Anholt2011-08-191-0/+31
* i965/vs: Copy the live intervals calculation over from the FS.Eric Anholt2011-08-191-0/+130