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_split_copy.c
Age
Commit message (
Expand
)
Author
2009-05-07
mesa: move the NullBufferObj from GLcontext to gl_shared_state
Brian Paul
2009-05-07
mesa: use _mesa_sizeof_type() in vbo split code
Brian Paul
2009-05-07
mesa: vbo code reformatting, clean-up, comments
Brian Paul
2009-05-07
mesa: in vbo split code, map buffers read-only, not write-only
Brian Paul
2009-01-23
mesa: set the new array->Format field in VBO code
Brian Paul
2007-08-07
fix vbo_split_copy related bug 9962
Xiang, Haihao
2007-07-04
Be more consistant with paths in #includes. Eventually, eliminate a bunch of...
Brian
2007-02-01
fix missing ADD_POINTERS, fixes crashes if the index elements are in a vbo.
Roland Scheidegger
2007-01-30
Use new rebase helper. Remove other rebase code.
Keith Whitwell
2007-01-25
allocate larger minimum dstelt buffer
Roland Scheidegger
2007-01-25
fix dstelt memory allocation to avoid hash corruption
Roland Scheidegger
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
2007-01-15
New files to manage splitting drawing commands
keithw