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_api.c
Age
Commit message (
Expand
)
Author
2008-06-20
mesa: added _vbo_Materialfv()
Brian Paul
2008-06-20
mesa: _vbo_Color4f, _vbo_Normal3f, _vbo_MultiTexCoord4f functions
Brian Paul
2008-06-18
mesa: s/GL_POLYGON+1/PRIM_OUTSIDE_BEGIN_END/
Brian Paul
2008-06-10
mesa: refactor: move #define FEATURE flags into new mfeatures.h file
Brian Paul
2008-04-11
mesa: Fix glBegin-time test for invalid programs/shaders.
Brian Paul
2008-03-14
mesa: revert fast-track glColor and similar calls when not immediate mode ren...
Brian
2008-03-10
mesa: fast-track glColor and similar calls when not immediate mode rendering
Keith Whitwell
2007-08-20
fix VBO clean-up in vbo_exec_vtx_destroy()
Brian
2007-08-17
added vbo_use_buffer_objects() to specify that immediate mode data should be ...
Brian
2007-07-04
Be more consistant with paths in #includes. Eventually, eliminate a bunch of...
Brian
2007-06-28
a variety of fixes for MingW
zhang
2007-04-06
for evaluators, loop to VBO_ATTRIB_TEX7, not VBO_ATTRIB_INDEX. See bug 10543
Brian
2007-02-22
XXX comments about shaders
Brian
2006-10-30
Move edgeflag into the VERT_ATTRIB_SEVEN slot. This means that our
Keith Whitwell
2006-10-29
Checkpoint of new vbo-building code. Currently builds regular arrays
Keith Whitwell