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
/
vbo
/
vbo_save_draw.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace the _mesa_*printf() wrappers with the plain libc versions
Kristian Høgsberg
2010-02-19
1
-1
/
+1
*
vbo: Avoid extra validation of DrawElements.
Eric Anholt
2009-08-12
1
-0
/
+1
*
vbo: cache last dlist vertex in malloced memory
Keith Whitwell
2009-04-16
1
-10
/
+21
*
vbo: Silence integer-to-pointer warnings.
Michal Krol
2009-03-15
1
-3
/
+3
*
mesa: merge gallium-0.2 into gallium-master-merge
Brian Paul
2009-02-09
1
-8
/
+25
|
\
|
*
mesa: replace GLuint with GLbitfield to be clearer about usage
Brian Paul
2008-10-07
1
-1
/
+1
|
*
mesa: update state after binding vertex list in dlist path
Keith Whitwell
2008-10-07
1
-0
/
+5
|
*
mesa: avoid generating constant vertex attributes in fixedfunc programs
Keith Whitwell
2008-10-03
1
-0
/
+4
|
*
mesa: add new internal state for tracking current vertex attribs
Keith Whitwell
2008-10-03
1
-8
/
+16
|
*
mesa: improved gl_buffer_object reference counting
Brian Paul
2008-09-04
1
-8
/
+20
|
*
fix an attr/src mix-up when setting-up/binding vertex arrays
Brian Paul
2008-05-16
1
-4
/
+6
*
|
mesa: fix GLSL issue preventing use of all 16 generic vertex attributes
Brian Paul
2009-02-02
1
-1
/
+17
*
|
mesa: set the new array->Format field in VBO code
Brian Paul
2009-01-23
1
-0
/
+1
*
|
mesa: improved gl_buffer_object reference counting
Brian Paul
2008-09-04
1
-8
/
+20
*
|
fix an attr/src mix-up when setting-up/binding vertex arrays
Brian Paul
2008-05-16
1
-1
/
+1
*
|
fix memory access error in vbo_bind_vertex_list
Xiang, Haihao
2007-09-20
1
-1
/
+1
*
|
mesa: bind VBO_ATTRIB_XXX to correct input array when
Xiang, Haihao
2007-09-14
1
-2
/
+4
|
/
*
Be more consistant with paths in #includes. Eventually, eliminate a bunch of...
Brian
2007-07-04
1
-7
/
+7
*
s/version/vertex/
Brian
2007-04-12
1
-1
/
+1
*
fix bug in _playback_copy_to_current(): need to skip version position data (s...
Brian
2007-04-12
1
-0
/
+2
*
Merge branch 'origin' into glsl-compiler-1
Brian
2007-03-09
1
-1
/
+1
|
\
|
*
Fix #10071 - wrong max_index in vbo draw_prims. (Papadakos Panagiotis)
Aapo Tahkola
2007-02-26
1
-1
/
+1
*
|
XXX comments about shaders
Brian
2007-02-22
1
-0
/
+1
|
/
*
Fix invalid enums passed to MapBuffer
Aapo Tahkola
2007-01-18
1
-1
/
+1
*
Merge branch 'master' of git+ssh://
[email protected]
/git/mesa/mesa i...
Keith Whitwell
2007-01-16
1
-6
/
+11
*
Fix typo in display list attrib binding.
Keith Whitwell
2006-11-02
1
-1
/
+1
*
Move edgeflag into the VERT_ATTRIB_SEVEN slot. This means that our
Keith Whitwell
2006-10-30
1
-12
/
+10
*
better handling of current attributes. Trivial dlist and varray tests work
Keith Whitwell
2006-10-30
1
-3
/
+25
*
Checkpoint of new vbo-building code. Currently builds regular arrays
Keith Whitwell
2006-10-29
1
-0
/
+202