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
Commit message (
Expand
)
Author
Age
Files
Lines
*
meta: added _mesa_meta_GetTexImage()
Brian Paul
2011-09-08
3
-1
/
+232
*
meta: move texcoord setup into setup_texture_coords()
Brian Paul
2011-09-08
1
-92
/
+176
*
i965/fs: Implement ir_u2f opcode.
Kenneth Graunke
2011-09-07
1
-1
/
+1
*
i965: Fix disassembly for intdiv/intmod math functions.
Kenneth Graunke
2011-09-07
1
-2
/
+2
*
i965: Use proper texture alignment units for cubemaps on Gen5+.
Kenneth Graunke
2011-09-07
1
-1
/
+4
*
i965/vs: Fix point size handling on gen4.
Eric Anholt
2011-09-06
1
-4
/
+5
*
i965/vs: Use write commits on scratch writes in pre-gen6.
Eric Anholt
2011-09-06
1
-2
/
+22
*
i965/vs: Fix setup of scratch space pointer on pre-gen6.
Eric Anholt
2011-09-06
1
-0
/
+10
*
i965/vs: Fix message setup for array read/writes on pre-gen6.
Eric Anholt
2011-09-06
1
-18
/
+14
*
i965/vs: Fix constant-indexed array read/write addresses on pre-gen6.
Eric Anholt
2011-09-06
1
-1
/
+1
*
i965/vs: Add support for vector comparison ops resulting in bool cond codes.
Eric Anholt
2011-09-06
2
-21
/
+33
*
i965/vs: Make pre-gen6 math operate in vector mode instead of scalar.
Eric Anholt
2011-09-06
1
-1
/
+1
*
i965/vs: Fix copy-and-paste disaster in pre-gen6 POW support.
Eric Anholt
2011-09-06
1
-5
/
+0
*
i965/vs: Fix gen4 comparisons used for predication.
Eric Anholt
2011-09-06
1
-1
/
+4
*
i965/vs: Fix GPU hangs in shaders with large virtual GRFs pre-gen6.
Eric Anholt
2011-09-06
1
-1
/
+2
*
i965: add casts to silence int/enum conversion warnings
Brian Paul
2011-09-06
1
-2
/
+2
*
mesa: put _mesa_ prefix on vert_result_to_frag_attrib()
Brian Paul
2011-09-06
4
-5
/
+5
*
Drop some Glide remnants
Adam Jackson
2011-09-06
5
-407
/
+0
*
Remove an AmiWin leftover
Adam Jackson
2011-09-06
1
-6
/
+0
*
mesa: Remove dd_function_table::CopyColorTable, ::CopyColorSubTable, and ::Up...
Ian Romanick
2011-09-06
3
-80
/
+0
*
i965: Remove two_side_color from brw_compute_vue_map().
Paul Berry
2011-09-06
12
-22
/
+11
*
i965: For GEN6+, always make front/back colors adjacent in VUE.
Paul Berry
2011-09-06
1
-16
/
+12
*
i965: GS: Use the VUE map to compute URB size.
Paul Berry
2011-09-06
2
-17
/
+15
*
i965: clip: Remove no-longer-needed variables.
Paul Berry
2011-09-06
2
-33
/
+1
*
i965: clip: Remove assumption about VUE header from brw_clip_interp_vertex()
Paul Berry
2011-09-06
1
-5
/
+8
*
i965: clip: Change computation of nr_regs to use VUE map.
Paul Berry
2011-09-06
1
-5
/
+5
*
i965: clip: Convert computations to ..._to_offset() for clarity.
Paul Berry
2011-09-06
3
-19
/
+51
*
i965: clip: Add a function to determine whether a vert_result is in use.
Paul Berry
2011-09-06
3
-9
/
+22
*
i965: clip: Rework brw_clip_interp_vertex() to use the VUE map.
Paul Berry
2011-09-06
1
-5
/
+5
*
i965: clip: Modify brw_clip_interp_vertex() to use the VUE map.
Paul Berry
2011-09-06
1
-2
/
+2
*
i965: clip: Move header_regs into brw_clip_compile.
Paul Berry
2011-09-06
2
-5
/
+5
*
i965: clip: Modify brw_clip_tri_alloc_regs() to use the VUE map.
Paul Berry
2011-09-06
1
-2
/
+5
*
i965: clip: Move hpos_offest and ndc_offset into local functions.
Paul Berry
2011-09-06
6
-17
/
+29
*
i965: clip: rename header_position_offset to the more correct ndc_offset.
Paul Berry
2011-09-06
4
-4
/
+4
*
i965: clip: Add VUE map computation to clip stage for Gen4-5.
Paul Berry
2011-09-06
2
-1
/
+7
*
i965: SF: Change gen{6,7}_sf_state.c to compute URB read length based on VUE ...
Paul Berry
2011-09-06
2
-8
/
+24
*
i965: SF: Move outputs_written to a local variable for clarity.
Paul Berry
2011-09-06
2
-4
/
+6
*
i965: SF: New implementation of get_attr_override using the VUE map.
Paul Berry
2011-09-06
3
-47
/
+78
*
i965: SF: Remove unnecessary variables.
Paul Berry
2011-09-06
2
-6
/
+2
*
i965: SF: Stop using nr_setup_attrs in compute_masks.
Paul Berry
2011-09-06
1
-1
/
+1
*
i965: SF: Remove attr_to_idx and idx_to_attr.
Paul Berry
2011-09-06
2
-13
/
+1
*
i965: SF: Change calculate_masks to use the VUE map.
Paul Berry
2011-09-06
1
-4
/
+4
*
i965: SF: Change the flags that refer to "attr" to be based on gl_vert_result.
Paul Berry
2011-09-06
1
-5
/
+6
*
i965: SF: change get_vert_attr to use the VUE map, and rename it.
Paul Berry
2011-09-06
1
-9
/
+14
*
i965: SF: Modify calculate_point_sprite_mask to use the VUE map.
Paul Berry
2011-09-06
3
-13
/
+32
*
i965: SF: Move the computation of urb_entry_read_offset.
Paul Berry
2011-09-06
2
-4
/
+17
*
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
2
-113
/
+55
*
i965: new VS: move clip distance computation (GEN5+) to a separate function.
Paul Berry
2011-09-06
2
-13
/
+23
[next]