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_visitor.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965/vs: Fix leak of an empty hash_table structure per compile.
Eric Anholt
2012-01-18
1
-4
/
+0
*
i965/vs: Try to emit more components of constant vectors at once.
Eric Anholt
2012-01-11
1
-2
/
+27
*
i965/vs: Use the proper dimensionality for the sampler result register.
Kenneth Graunke
2012-01-04
1
-1
/
+1
*
i965: Silence gcc warning about uninitialized "inst" in assert() case.
Eric Anholt
2012-01-02
1
-1
/
+1
*
i965/vs: Implement EXT_texture_swizzle support for VS texturing.
Kenneth Graunke
2011-12-19
1
-1
/
+50
*
i965/vs: Add support for texel offsets.
Kenneth Graunke
2011-12-19
1
-1
/
+5
*
i965/vs: Implement vec4_visitor::visit(ir_texture *).
Kenneth Graunke
2011-12-19
1
-7
/
+120
*
i965: Add support for gl_VertexID and gl_InstanceID.
Eric Anholt
2011-11-11
1
-0
/
+21
*
i965: Add support for integral vertex attributes.
Paul Berry
2011-11-02
1
-0
/
+1
*
i965: Fix flat integral varyings.
Paul Berry
2011-10-31
1
-1
/
+3
*
i965: Use glsl_type::column_type instead of open-coding it
Ian Romanick
2011-10-28
1
-3
/
+1
*
i965/vs: Fix comparisons with uint negation.
Eric Anholt
2011-10-20
1
-0
/
+22
*
i965: silence signed/unsigned comparison warning
Brian Paul
2011-10-19
1
-1
/
+2
*
intel: Convert from GLboolean to 'bool' from stdbool.h.
Kenneth Graunke
2011-10-18
1
-1
/
+1
*
mesa: Use gl_shader_program::_LinkedShaders instead of VertexProgram
Ian Romanick
2011-10-07
1
-1
/
+2
*
i965 Gen6+: De-compact clip planes.
Paul Berry
2011-10-06
1
-12
/
+24
*
i965 VS: Change nr_userclip to nr_userclip_planes.
Paul Berry
2011-10-06
1
-2
/
+2
*
i965: Make brw_compute_vue_map's userclip dependency a boolean.
Paul Berry
2011-10-06
1
-2
/
+2
*
i965: Move ClipPlanesEnabled state to VS cache key.
Paul Berry
2011-10-06
1
-1
/
+1
*
i965 Gen6: Implement gl_ClipVertex.
Paul Berry
2011-10-05
1
-2
/
+22
*
i965/vs: Implement integer quotient and remainder math operations.
Kenneth Graunke
2011-10-02
1
-3
/
+19
*
i965/vs: Fix swizzle related assertion
Ian Romanick
2011-10-01
1
-1
/
+2
*
i965: Assign instead of compare inside assert
Chris Wilson
2011-09-30
1
-1
/
+1
*
i965/vs: Add support for bit-shift operations.
Eric Anholt
2011-09-28
1
-1
/
+7
*
i965 new VS: Fix bugs in pre-GEN6 psiz/flags computation
Paul Berry
2011-09-28
1
-5
/
+5
*
i965 new VS: don't share clip plane constants in pre-GEN6
Paul Berry
2011-09-28
1
-2
/
+20
*
i965: Set up clip distance VUE slots appropriately for gl_ClipDistance.
Paul Berry
2011-09-23
1
-21
/
+27
*
i965/vs: Return a dummy value when visiting ir_texture.
Eric Anholt
2011-09-21
1
-0
/
+1
*
i965/vs: Do VUE writes using the MRF file instead of hardware register.
Eric Anholt
2011-09-20
1
-4
/
+6
*
i965/vs: Keep track of indices into a per-register array for virtual GRFs.
Eric Anholt
2011-09-08
1
-0
/
+6
*
i965/vs: Fix variable indexed array access with more than one array.
Eric Anholt
2011-09-08
1
-1
/
+1
*
i965/vs: Add annotation to more of the URB write.
Eric Anholt
2011-09-08
1
-1
/
+4
*
i965/vs: Fix point size handling on gen4.
Eric Anholt
2011-09-06
1
-4
/
+5
*
i965/vs: Add support for vector comparison ops resulting in bool cond codes.
Eric Anholt
2011-09-06
1
-19
/
+31
*
i965/vs: Fix gen4 comparisons used for predication.
Eric Anholt
2011-09-06
1
-1
/
+4
*
i965: Remove two_side_color from brw_compute_vue_map().
Paul Berry
2011-09-06
1
-1
/
+1
*
i965: new VS: Compute urb entry size based on the VUE map.
Paul Berry
2011-09-06
1
-7
/
+2
*
i965: new VS: Clarify comments about max_usable_mrf and add an assertion.
Paul Berry
2011-09-06
1
-4
/
+8
*
i965: new VS: use the VUE map to write out vertex attributes.
Paul Berry
2011-09-06
1
-111
/
+54
*
i965: new VS: move clip distance computation (GEN5+) to a separate function.
Paul Berry
2011-09-06
1
-13
/
+22
*
i965: new VS: Move PSIZ/flags computation to a separate function.
Paul Berry
2011-09-06
1
-17
/
+22
*
i965: new VS: move NDC computation (GEN4-5) to a separate function.
Paul Berry
2011-09-06
1
-2
/
+8
*
i965: new VS: Use output_reg[] to find NDC and HPOS registers.
Paul Berry
2011-09-06
1
-7
/
+13
*
i965/vs: Avoid the emit(), remove(), insert_before() for array instructions.
Eric Anholt
2011-08-31
1
-46
/
+50
*
i965/vs: Move logic for weird CMP type handling to CMP generators.
Eric Anholt
2011-08-31
1
-32
/
+23
*
i965/vs: Convert emit() calls to the new instruction generators.
Eric Anholt
2011-08-31
1
-166
/
+127
*
i965/vs: Convert gen6 userclip handling to new generators.
Eric Anholt
2011-08-31
1
-3
/
+3
*
i965/vs: Create instruction generators outside of the emit() functions.
Eric Anholt
2011-08-31
1
-0
/
+70
*
i965/vs: Fix GL_FIXED setup when a writemask is present.
Eric Anholt
2011-08-30
1
-0
/
+12
*
i965/vs: Pack live uniform vectors together in the push constant upload.
Eric Anholt
2011-08-30
1
-0
/
+6
[next]