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
Commit message (
Expand
)
Author
Age
Files
Lines
*
glsl/builtins: Fix invalid vecN constants in hyperbolic functions.
Kenneth Graunke
2011-09-07
5
-21
/
+21
*
varray.c: fix logic around BGRA with ARB_vertex_type_2_10_10_10_rev.
Dave Airlie
2011-09-07
1
-4
/
+11
*
mesa/vbo: s/inline/INLINE/
Vinson Lee
2011-09-06
1
-6
/
+6
*
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
*
state_trackers/dri/sw: Implement texture_from_pixmap.
Stéphane Marchesin
2011-09-06
1
-7
/
+43
*
Duplicate state_tracker/dri/sw/dri_drawable.c
Stéphane Marchesin
2011-09-06
1
-1
/
+269
*
Enable GLX_EXT_texture_from_pixmap in software.
nobled
2011-09-06
1
-2
/
+81
*
st/mesa: remove unneeded #include
Brian Paul
2011-09-06
1
-1
/
+0
*
mesa: whitespace fixes, just to be consistent
Brian Paul
2011-09-06
1
-2
/
+7
*
mesa: put _mesa_ prefix on vert_result_to_frag_attrib()
Brian Paul
2011-09-06
5
-9
/
+9
*
mesa: fix vert_result_to_frag_attrib() parameter type
Brian Paul
2011-09-06
1
-2
/
+2
*
mesa: s/inline/INLINE/ to fix MSVC build
Brian Paul
2011-09-06
1
-2
/
+2
*
Drop some Glide remnants
Adam Jackson
2011-09-06
5
-407
/
+0
*
Remove an AmiWin leftover
Adam Jackson
2011-09-06
1
-6
/
+0
*
Remove dead glfbdev.h
Adam Jackson
2011-09-06
1
-152
/
+0
*
Drop documentation references for deleted backends
Adam Jackson
2011-09-06
10
-1686
/
+0
*
rtasm,translate: Disable on Mingw-w64.
José Fonseca
2011-09-06
2
-2
/
+2
*
docs: skeleton file for 7.12 release notes
Ian Romanick
2011-09-06
2
-0
/
+65
*
mesa: Remove support for unpacking from client memory to color-index pixels
Ian Romanick
2011-09-06
1
-40
/
+12
*
swrast: Use GL_STENCIL_INDEX for address calculations
Ian Romanick
2011-09-06
1
-1
/
+1
*
mesa: Remove GL_COLOR_INDEX from _mesa_{dest,source}_buffer_exists
Ian Romanick
2011-09-06
1
-2
/
+0
*
mesa: Remove GL_COLOR_INDEX from base format assertions
Ian Romanick
2011-09-06
1
-2
/
+0
*
swrast: Remove GL_COLOR_INDEX from assertions
Ian Romanick
2011-09-06
1
-4
/
+0
*
mesa: Remove unused struct gl_color_table
Ian Romanick
2011-09-06
2
-20
/
+0
*
mesa: Remove unused functions _mesa_lookup_rgba_{float,ubyte}
Ian Romanick
2011-09-06
2
-270
/
+0
*
mesa: Remove all mention of GL_COLOR_INDEX*_EXT
Ian Romanick
2011-09-06
3
-36
/
+2
*
mesa: Remove dd_function_table::CopyColorTable, ::CopyColorSubTable, and ::Up...
Ian Romanick
2011-09-06
4
-103
/
+0
*
mesa: Remove API facing bits of EXT_paletted_texture and EXT_shared_texture_p...
Ian Romanick
2011-09-06
13
-817
/
+27
*
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
[next]