index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
/
i965
/
brw_vec4.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965/vs: Implement integer quotient and remainder math operations.
Kenneth Graunke
2011-10-02
1
-0
/
+2
*
i965/vs: Add support for compute-to-MRF.
Eric Anholt
2011-09-20
1
-0
/
+177
*
i965/vs: Add a function for how many MRFs get written as part of a SEND.
Eric Anholt
2011-09-20
1
-0
/
+37
*
i965/vs: Add support for simple algebraic optimizations.
Eric Anholt
2011-09-20
1
-0
/
+92
*
i965/vs: Add support for copy propagation of the UNIFORM and ATTR files.
Eric Anholt
2011-09-08
1
-0
/
+13
*
i965/vs: Add constant propagation to a few opcodes.
Eric Anholt
2011-09-08
1
-0
/
+16
*
i965/vs: Add support for overflowing the number of available push constants.
Eric Anholt
2011-09-08
1
-0
/
+85
*
i965/vs: Pack live uniform vectors together in the push constant upload.
Eric Anholt
2011-08-30
1
-0
/
+89
*
i965/vs: Track uniforms as separate vectors once we've done array access.
Eric Anholt
2011-08-30
1
-0
/
+30
*
i965/vs: Add simple dead code elimination.
Eric Anholt
2011-08-19
1
-0
/
+31
*
i965/vs: Copy the live intervals calculation over from the FS.
Eric Anholt
2011-08-19
1
-0
/
+130