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_exec.h
Age
Commit message (
Expand
)
Author
2010-10-13
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-05-27
vbo: remove unused prototype
Brian Paul
2009-12-01
vbo: make flush recursion check code per-context
Brian Paul
2009-11-04
Merge branch 'mesa_7_6_branch'
Brian Paul
2009-11-04
vbo: fix out-of-bounds array access
Brian Paul
2009-09-30
mesa/main: New feature FEATURE_beginend.
Chia-I Wu
2009-05-21
vbo: move vp_mode enum to vbo_exec.h, use enum instead of GLuint
Brian Paul
2009-03-03
vbo: use MapBufferRange where available
Keith Whitwell
2009-03-03
mesa: Add BeginVertices driver call
Keith Whitwell
2008-04-11
mesa: Fix glBegin-time test for invalid programs/shaders.
Brian Paul
2007-07-04
Be more consistant with paths in #includes. Eventually, eliminate a bunch of...
Brian
2007-01-15
Remove unused index buffer.
Keith Whitwell
2006-10-31
move public structure definitions to vbo.h
Keith Whitwell
2006-10-30
Move edgeflag into the VERT_ATTRIB_SEVEN slot. This means that our
Keith Whitwell
2006-10-30
Remove wakeup functions. This code is intended to be active all the
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