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: Add asserts to check that we don't realloc ParameterValues.
Eric Anholt
2012-12-28
1
-0
/
+9
*
i965: Generalize VS compute-to-MRF for compute-to-another-GRF, too.
Eric Anholt
2012-12-14
1
-58
/
+71
*
i965/vs: Extend opt_compute_to_mrf to handle limited "reswizzling"
Eric Anholt
2012-12-14
1
-9
/
+90
*
i965: Scale shader_time to compensate for resets.
Eric Anholt
2012-12-14
1
-1
/
+3
*
i965: Adjust the split between shader_time_end() and shader_time_write().
Eric Anholt
2012-12-14
1
-24
/
+25
*
i965: Add a debug flag for counting cycles spent in each compiled shader.
Eric Anholt
2012-12-05
1
-0
/
+106
*
i965: Include codegen time in the INTEL_DEBUG=perf stall detection.
Eric Anholt
2012-12-03
1
-9
/
+12
*
i965: Don't leak the IR annotation into later instructions.
Eric Anholt
2012-12-03
1
-0
/
+1
*
i965/vs: Move struct brw_compile (p) entirely inside vec4_generator.
Kenneth Graunke
2012-11-28
1
-2
/
+0
*
i965/vs: Split final assembly code generation out of vec4_visitor.
Kenneth Graunke
2012-11-28
1
-8
/
+2
*
i965/vs: Move uses of brw_compile from do_vs_prog to brw_vs_emit.
Kenneth Graunke
2012-11-28
1
-4
/
+12
*
i965/vs: Rework memory contexts for shader compilation data.
Kenneth Graunke
2012-11-28
1
-2
/
+3
*
i965/vs: Pass the brw_context pointer into vec4_visitor and do_vs_prog.
Kenneth Graunke
2012-11-28
1
-4
/
+5
*
i965/vs: Move some functions from brw_vec4_emit.cpp to brw_vec4.cpp.
Kenneth Graunke
2012-11-28
1
-0
/
+265
*
i965/vs: Don't lose the MRF writemask when doing compute-to-MRF.
Kenneth Graunke
2012-10-25
1
-0
/
+1
*
i965/vs: include format argument in debug printf
Tapani Pälli
2012-10-19
1
-1
/
+1
*
i965/vs: Improve live interval calculation.
Eric Anholt
2012-10-17
1
-96
/
+0
*
i965/vs: Add a little bit of IR-level debug ability.
Eric Anholt
2012-10-17
1
-0
/
+83
*
i965/vs: Add support for splitting virtual GRFs.
Eric Anholt
2012-10-10
1
-0
/
+60
*
i965/vs: Move the other two src_reg/dst_reg constructors to brw_vec4.cpp.
Eric Anholt
2012-07-06
1
-0
/
+43
*
i965/vs: Move class functions to brw_vec4.cpp.
Eric Anholt
2012-07-06
1
-0
/
+113
*
i965/vs: Add vec4_instruction::is_tex() query.
Kenneth Graunke
2011-12-18
1
-0
/
+10
*
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