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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
i965: new VS: use the VUE map to write out vertex attributes.
Paul Berry
2011-09-06
1
-2
/
+1
*
i965: new VS: move clip distance computation (GEN5+) to a separate function.
Paul Berry
2011-09-06
1
-0
/
+1
*
i965: new VS: Move PSIZ/flags computation to a separate function.
Paul Berry
2011-09-06
1
-0
/
+1
*
i965: new VS: move NDC computation (GEN4-5) to a separate function.
Paul Berry
2011-09-06
1
-0
/
+1
*
i965: new VS: Use output_reg[] to find NDC and HPOS registers.
Paul Berry
2011-09-06
1
-1
/
+1
*
i965/vs: Avoid the emit(), remove(), insert_before() for array instructions.
Eric Anholt
2011-08-31
1
-0
/
+6
*
i965/vs: Move logic for weird CMP type handling to CMP generators.
Eric Anholt
2011-08-31
1
-8
/
+0
*
i965/vs: Create instruction generators outside of the emit() functions.
Eric Anholt
2011-08-31
1
-0
/
+20
*
i965/vs: Pack live uniform vectors together in the push constant upload.
Eric Anholt
2011-08-30
1
-0
/
+1
*
i965/vs: Track uniforms as separate vectors once we've done array access.
Eric Anholt
2011-08-30
1
-0
/
+1
*
i965/vs: Add support for pull constant loads for uniform arrays.
Eric Anholt
2011-08-30
1
-0
/
+11
*
i965/vs: Restructure emit() functions around a vec4_instruction constructor.
Eric Anholt
2011-08-30
1
-0
/
+8
*
i965: Fix Android build by removing relative includes
Chad Versace
2011-08-30
1
-1
/
+1
*
i965/vs: Add simple dead code elimination.
Eric Anholt
2011-08-19
1
-0
/
+1
[next]