index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
/
i965
/
brw_vec4.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Generalize VS compute-to-MRF for compute-to-another-GRF, too.
Eric Anholt
2012-12-14
1
-1
/
+1
*
i965/vs: Extend opt_compute_to_mrf to handle limited "reswizzling"
Eric Anholt
2012-12-14
1
-0
/
+2
*
i965/vs: Fix gen6+ math operand quirks in one place
Chris Forbes
2012-12-14
1
-0
/
+1
*
i965: Adjust the split between shader_time_end() and shader_time_write().
Eric Anholt
2012-12-14
1
-1
/
+1
*
i965: Add a debug flag for counting cycles spent in each compiled shader.
Eric Anholt
2012-12-05
1
-0
/
+9
*
i965: Add a flag for instructions with normal writemasking disabled.
Eric Anholt
2012-12-05
1
-0
/
+1
*
i965/vs: Split final assembly code generation out of vec4_visitor.
Kenneth Graunke
2012-11-28
1
-4
/
+40
*
i965/vs: Rework memory contexts for shader compilation data.
Kenneth Graunke
2012-11-28
1
-1
/
+3
*
i965/vs: Pass the brw_context pointer into vec4_visitor and do_vs_prog.
Kenneth Graunke
2012-11-28
1
-1
/
+2
*
i965/fs: Move struct brw_compile (p) entirely inside fs_generator.
Kenneth Graunke
2012-11-26
1
-0
/
+1
*
i965: emit w/a for packed attribute formats in VS
Chris Forbes
2012-11-26
1
-0
/
+1
*
i965/vs: add support for emitting SHL, SHR, ASR
Chris Forbes
2012-11-26
1
-0
/
+3
*
i965/vs: Remove dead vec4_visitor::src_reg_for_float prototype.
Kenneth Graunke
2012-11-15
1
-2
/
+0
*
i965/vs: Replace brw_vs_emit.c with dumping code into the vec4_visitor.
Kenneth Graunke
2012-11-01
1
-2
/
+14
*
i965/vs: Refactor min/max handling to share code.
Kenneth Graunke
2012-11-01
1
-0
/
+2
*
i965/vs: Add support for emitting DPH opcodes.
Kenneth Graunke
2012-11-01
1
-0
/
+1
*
i965: Share the predicate field between FS and VS.
Eric Anholt
2012-10-17
1
-2
/
+0
*
i965: Make the FS and VS share a few visitor/instruction fields.
Eric Anholt
2012-10-17
1
-11
/
+2
*
i965/vs: Do the temporary allocation in emit_scratch_write().
Eric Anholt
2012-10-17
1
-1
/
+0
*
i965/vs: Simplify emit_scratch_write() prototype.
Eric Anholt
2012-10-17
1
-1
/
+0
*
i965/vs: Add a little bit of IR-level debug ability.
Eric Anholt
2012-10-17
1
-0
/
+3
*
i965/vs: Add support for splitting virtual GRFs.
Eric Anholt
2012-10-10
1
-0
/
+1
*
i965/vs: Try again when we've successfully spilled a reg.
Eric Anholt
2012-10-10
1
-2
/
+2
*
i965/vs: Implement register spilling.
Kenneth Graunke
2012-10-10
1
-0
/
+3
*
i965/vs: Add a surface index to VS_OPCODE_PULL_CONSTANT instructions.
Eric Anholt
2012-08-07
1
-1
/
+2
*
i965/vs: Move class functions to brw_vec4.cpp.
Eric Anholt
2012-07-06
1
-106
/
+13
*
i965/vs: Avoid allocating registers in to the gen7 MRF hack region.
Eric Anholt
2012-01-30
1
-0
/
+1
*
i965/vs: Implement EXT_texture_swizzle support for VS texturing.
Kenneth Graunke
2011-12-19
1
-0
/
+2
*
i965/vs: Add support for texel offsets.
Kenneth Graunke
2011-12-19
1
-0
/
+1
*
i965/vs: Implement vec4_visitor::generate_tex().
Kenneth Graunke
2011-12-19
1
-0
/
+4
*
i965/vs: Add a new dst_reg constructor for file, number, type, and mask.
Kenneth Graunke
2011-12-18
1
-0
/
+10
*
i965/vs: Add vec4_instruction::is_tex() query.
Kenneth Graunke
2011-12-18
1
-0
/
+1
*
i965: Enable faster workaround-free math on Ivybridge.
Kenneth Graunke
2011-11-07
1
-0
/
+4
*
i965/vs: Fix comparisons with uint negation.
Eric Anholt
2011-10-20
1
-0
/
+1
*
intel: Convert from GLboolean to 'bool' from stdbool.h.
Kenneth Graunke
2011-10-18
1
-1
/
+1
*
i965: make swizzle_for_size() return unsigned
Brian Paul
2011-10-07
1
-2
/
+2
*
i965: make size_swizzles[] static const
Brian Paul
2011-10-07
1
-1
/
+1
*
i965 new VS: Fix src_reg(uint32_t) constructor.
Paul Berry
2011-09-28
1
-1
/
+1
*
i965 new VS: don't share clip plane constants in pre-GEN6
Paul Berry
2011-09-28
1
-0
/
+2
*
i965: Set up clip distance VUE slots appropriately for gl_ClipDistance.
Paul Berry
2011-09-23
1
-0
/
+1
*
i965/vs: Add support for compute-to-MRF.
Eric Anholt
2011-09-20
1
-0
/
+1
*
i965/vs: Add a function for how many MRFs get written as part of a SEND.
Eric Anholt
2011-09-20
1
-0
/
+2
*
i965/vs: Remove dead fields of src_reg.
Eric Anholt
2011-09-20
1
-2
/
+0
*
i965/vs: Add support for simple algebraic optimizations.
Eric Anholt
2011-09-20
1
-0
/
+3
*
i965/vs: Add support for copy propagation of the UNIFORM and ATTR files.
Eric Anholt
2011-09-08
1
-0
/
+2
*
i965/vs: Add constant propagation to a few opcodes.
Eric Anholt
2011-09-08
1
-0
/
+3
*
i965/vs: Keep track of indices into a per-register array for virtual GRFs.
Eric Anholt
2011-09-08
1
-0
/
+9
*
i965/vs: Add support for overflowing the number of available push constants.
Eric Anholt
2011-09-08
1
-0
/
+1
*
i965/vs: Add annotation to more of the URB write.
Eric Anholt
2011-09-08
1
-0
/
+1
*
i965/vs: Add support for vector comparison ops resulting in bool cond codes.
Eric Anholt
2011-09-06
1
-2
/
+2
[next]