index
:
android-x86-mesa.git
envsa_r300
froyo-x86
r300
Androïd/x86 port of Mesa drivers
Hugues Hiegel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mesa
/
vbo
/
vbo_save_draw.c
Age
Commit message (
Expand
)
Author
2009-08-12
vbo: Avoid extra validation of DrawElements.
Eric Anholt
2009-04-16
vbo: cache last dlist vertex in malloced memory
Keith Whitwell
2009-03-15
vbo: Silence integer-to-pointer warnings.
Michal Krol
2009-02-09
mesa: merge gallium-0.2 into gallium-master-merge
Brian Paul
2009-02-02
mesa: fix GLSL issue preventing use of all 16 generic vertex attributes
Brian Paul
2009-01-23
mesa: set the new array->Format field in VBO code
Brian Paul
2008-10-07
mesa: replace GLuint with GLbitfield to be clearer about usage
Brian Paul
2008-10-07
mesa: update state after binding vertex list in dlist path
Keith Whitwell
2008-10-03
mesa: avoid generating constant vertex attributes in fixedfunc programs
Keith Whitwell
2008-10-03
mesa: add new internal state for tracking current vertex attribs
Keith Whitwell
2008-09-04
mesa: improved gl_buffer_object reference counting
Brian Paul
2008-09-04
mesa: improved gl_buffer_object reference counting
Brian Paul
2008-05-16
fix an attr/src mix-up when setting-up/binding vertex arrays
Brian Paul
2008-05-16
fix an attr/src mix-up when setting-up/binding vertex arrays
Brian Paul
2007-09-20
fix memory access error in vbo_bind_vertex_list
Xiang, Haihao
2007-09-14
mesa: bind VBO_ATTRIB_XXX to correct input array when
Xiang, Haihao
2007-07-04
Be more consistant with paths in #includes. Eventually, eliminate a bunch of...
Brian
2007-04-12
s/version/vertex/
Brian
2007-04-12
fix bug in _playback_copy_to_current(): need to skip version position data (s...
Brian
2007-03-09
Merge branch 'origin' into glsl-compiler-1
Brian
2007-02-26
Fix #10071 - wrong max_index in vbo draw_prims. (Papadakos Panagiotis)
Aapo Tahkola
2007-02-22
XXX comments about shaders
Brian
2007-01-18
Fix invalid enums passed to MapBuffer
Aapo Tahkola
2007-01-16
Merge branch 'master' of git+ssh://keithw@git.freedesktop.org/git/mesa/mesa i...
Keith Whitwell
2006-11-02
Fix typo in display list attrib binding.
Keith Whitwell
2006-10-30
Move edgeflag into the VERT_ATTRIB_SEVEN slot. This means that our
Keith Whitwell
2006-10-30
better handling of current attributes. Trivial dlist and varray tests work
Keith Whitwell
2006-10-29
Checkpoint of new vbo-building code. Currently builds regular arrays
Keith Whitwell