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_inplace.c
Age
Commit message (
Expand
)
Author
2011-01-18
vbo: initialize num_instances in a few places
Brian Paul
2011-01-17
vbo: init num_instances in split_prims()
Brian Paul
2010-10-13
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-02-03
vbo: fix void * arithmetic warning
Keith Whitwell
2010-02-03
vbo: Fix up in-place splitting for non-contiguous/indexed primitives.
Francisco Jerez
2009-08-12
vbo: Avoid extra validation of DrawElements.
Eric Anholt
2009-07-30
vbo: Fix build on windows.
Michal Krol
2009-07-08
mesa/vbo: always recalculate min_index and max_index when splitting vertices
Maciej Cencora
2009-05-07
mesa: move the NullBufferObj from GLcontext to gl_shared_state
Brian Paul
2008-09-23
mesa: Apply MSVC portability fixes from Alan Hourihane.
José Fonseca
2007-07-04
Be more consistant with paths in #includes. Eventually, eliminate a bunch of...
Brian
2007-01-30
Use new rebase helper. Remove other rebase code.
Keith Whitwell
2007-01-15
Remove debug, reenable inplace splitting.
keithw
2007-01-15
New files to manage splitting drawing commands
keithw