aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/vbo
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'origin/gallium-0.1' into gallium-0.2Keith Whitwell2008-10-104-33/+92
|\
| * mesa: replace GLuint with GLbitfield to be clearer about usageBrian Paul2008-10-073-3/+3
| * mesa: update state after binding vertex list in dlist pathKeith Whitwell2008-10-071-0/+5
| * mesa: avoid generating constant vertex attributes in fixedfunc programsKeith Whitwell2008-10-033-7/+46
| * mesa: add new internal state for tracking current vertex attribsKeith Whitwell2008-10-032-26/+42
* | Merge commit 'origin/master' into HEADKeith Whitwell2008-09-262-13/+16
|\ \
| * | mesa: fix some VBO buffer object issuesBrian Paul2008-09-252-11/+23
| * | vbo: unmap and remap immediate vbo before/after each draw.Keith Whitwell2008-09-231-0/+16
| * | added vbo_use_buffer_objects() to specify that immediate mode data should be ...Brian2008-09-233-2/+51
| * | vbo: seed initial max_element value with a more likely candidateKeith Whitwell2008-09-231-6/+6
| * | mesa: s/GL_POLYGON+1/PRIM_OUTSIDE_BEGIN_END/Brian Paul2008-09-232-6/+6
| * | mesa: Apply MSVC portability fixes from Alan Hourihane.José Fonseca2008-09-232-2/+2
| * | mesa: point size arraysBrian Paul2008-09-211-0/+4
| * | mesa: refactor: move #define FEATURE flags into new mfeatures.h fileKeith Whitwell2008-09-214-3/+13
| * | mesa: remove dead fileKeith Whitwell2008-09-211-1/+0
* | | Merge commit 'origin/gallium-0.1' into gallium-0.2Keith Whitwell2008-09-181-4/+6
|\ \ \ | | |/ | |/|
| * | mesa: fix display list regression (check if save->prim_count > 0 in vbo_save_...Brian Paul2008-09-161-5/+7
| * | mesa: protect against double-free in _vbo_DestroyContext()Brian Paul2008-09-161-4/+6
| * | mesa: get another class of degenerate dlists workingKeith Whitwell2008-09-151-0/+24
* | | Merge commit 'origin/master' into gallium-0.2Keith Whitwell2008-09-181-0/+26
|\ \ \ | | |/ | |/|
| * | mesa: fix display list regression (check if save->prim_count > 0 in vbo_save_...Brian Paul2008-09-161-5/+7
| * | mesa: get another class of degenerate dlists workingKeith Whitwell2008-09-151-0/+24
* | | Merge commit 'origin/gallium-0.1' into gallium-0.2Keith Whitwell2008-09-111-1/+13
|\ \ \ | | |/ | |/|
| * | mesa: improved gl_buffer_object reference countingBrian Paul2008-09-045-26/+69
* | | Merge branch 'master' of git+ssh://git.freedesktop.org/git/mesa/mesa into gal...Alan Hourihane2008-09-115-38/+70
|\ \ \ | | |/ | |/|
| * | mesa: improved gl_buffer_object reference countingBrian Paul2008-09-045-26/+69
* | | Merge branch 'gallium-0.1' into gallium-0.2Keith Whitwell2008-09-119-25/+203
|\ \ \ | |/ / |/| / | |/
| * vbo: seed initial max_element value with a more likely candidateKeith Whitwell2008-08-261-6/+6
| * mesa: added GLAPIENTRY keywordsJonathan White2008-07-072-10/+10
| * mesa: added _vbo_VertexAttrib4f()Brian Paul2008-07-032-0/+9
| * mesa: point size arraysBrian Paul2008-06-251-0/+4
| * mesa: added _vbo_Materialfv()Brian Paul2008-06-202-0/+8
| * mesa: _vbo_Color4f, _vbo_Normal3f, _vbo_MultiTexCoord4f functionsBrian Paul2008-06-202-0/+31
| * mesa: s/GL_POLYGON+1/PRIM_OUTSIDE_BEGIN_END/Brian Paul2008-06-182-6/+6
| * mesa: refactor: move #define FEATURE flags into new mfeatures.h fileBrian Paul2008-06-104-3/+13
| * mesa: remove unnecessary swrast, tnl includesBrian Paul2008-06-101-3/+0
| * mesa: remove unused api_eval.h header fileBrian Paul2008-06-091-1/+0
| * mesa: added _mesa_DrawArrays, DrawElements, DrawRangeElements() wrappers for ...Brian Paul2008-06-051-0/+27
| * mesa: Apply MSVC portability fixes from Alan Hourihane.José Fonseca2008-05-312-2/+2
| * Fix segfault in _save_OBE_DrawElements() when using VBO and display list (bug...Brian Paul2008-05-301-0/+3
| * fix an attr/src mix-up when setting-up/binding vertex arraysBrian Paul2008-05-162-5/+7
| * mesa: Fix glBegin-time test for invalid programs/shaders.Brian Paul2008-04-113-8/+41
| * mesa: revert fast-track glColor and similar calls when not immediate mode ren...Brian2008-03-141-9/+2
| * mesa: fast-track glColor and similar calls when not immediate mode renderingKeith Whitwell2008-03-101-2/+9
| * Remove files of unsupported build systems.José Fonseca2008-02-251-60/+0
| * fix vbo display list memleak upon context destructionBrian2008-01-012-0/+16
| * vbo: unmap and remap immediate vbo before/after each draw.Keith Whitwell2007-12-181-0/+16
| * New vbo_set_draw_func() to keep vbo context opaque to state tracker and tnl m...Brian2007-12-072-0/+15
| * Rename 'mms-config.' to 'mms.config'.Michal Krol2007-10-291-1/+1
| * fix VBO clean-up in vbo_exec_vtx_destroy()Brian2007-08-201-4/+13