summaryrefslogtreecommitdiff
path: root/src/mesa/vbo
AgeCommit message (Expand)Author
2008-10-10Merge commit 'origin/gallium-0.1' into gallium-0.2Keith Whitwell
2008-10-07mesa: replace GLuint with GLbitfield to be clearer about usageBrian Paul
2008-10-07mesa: update state after binding vertex list in dlist pathKeith Whitwell
2008-10-03mesa: avoid generating constant vertex attributes in fixedfunc programsKeith Whitwell
2008-10-03mesa: add new internal state for tracking current vertex attribsKeith Whitwell
2008-09-26Merge commit 'origin/master' into HEADKeith Whitwell
2008-09-25mesa: fix some VBO buffer object issuesBrian Paul
2008-09-23vbo: unmap and remap immediate vbo before/after each draw.Keith Whitwell
2008-09-23added vbo_use_buffer_objects() to specify that immediate mode data should be ...Brian
2008-09-23vbo: seed initial max_element value with a more likely candidateKeith Whitwell
2008-09-23mesa: s/GL_POLYGON+1/PRIM_OUTSIDE_BEGIN_END/Brian Paul
2008-09-23mesa: Apply MSVC portability fixes from Alan Hourihane.José Fonseca
2008-09-21mesa: point size arraysBrian Paul
2008-09-21mesa: refactor: move #define FEATURE flags into new mfeatures.h fileKeith Whitwell
2008-09-21mesa: remove dead fileKeith Whitwell
2008-09-18Merge commit 'origin/gallium-0.1' into gallium-0.2Keith Whitwell
2008-09-18Merge commit 'origin/master' into gallium-0.2Keith Whitwell
2008-09-16mesa: fix display list regression (check if save->prim_count > 0 in vbo_save_...Brian Paul
2008-09-16mesa: fix display list regression (check if save->prim_count > 0 in vbo_save_...Brian Paul
2008-09-16mesa: protect against double-free in _vbo_DestroyContext()Brian Paul
2008-09-15mesa: get another class of degenerate dlists workingKeith Whitwell
2008-09-15mesa: get another class of degenerate dlists workingKeith Whitwell
2008-09-11Merge commit 'origin/gallium-0.1' into gallium-0.2Keith Whitwell
2008-09-11Merge branch 'master' of git+ssh://git.freedesktop.org/git/mesa/mesa into gal...Alan Hourihane
2008-09-11Merge branch 'gallium-0.1' into gallium-0.2Keith Whitwell
2008-09-04mesa: improved gl_buffer_object reference countingBrian Paul
2008-09-04mesa: improved gl_buffer_object reference countingBrian Paul
2008-08-26vbo: seed initial max_element value with a more likely candidateKeith Whitwell
2008-07-07mesa: added GLAPIENTRY keywordsJonathan White
2008-07-03mesa: added _vbo_VertexAttrib4f()Brian Paul
2008-06-25mesa: point size arraysBrian Paul
2008-06-20mesa: added _vbo_Materialfv()Brian Paul
2008-06-20mesa: _vbo_Color4f, _vbo_Normal3f, _vbo_MultiTexCoord4f functionsBrian Paul
2008-06-18mesa: s/GL_POLYGON+1/PRIM_OUTSIDE_BEGIN_END/Brian Paul
2008-06-10mesa: refactor: move #define FEATURE flags into new mfeatures.h fileBrian Paul
2008-06-10mesa: remove unnecessary swrast, tnl includesBrian Paul
2008-06-10remove unnecessary swrast, tnl includesBrian Paul
2008-06-09mesa: remove unused api_eval.h header fileBrian Paul
2008-06-05mesa: added _mesa_DrawArrays, DrawElements, DrawRangeElements() wrappers for ...Brian Paul
2008-05-31mesa: Apply MSVC portability fixes from Alan Hourihane.José Fonseca
2008-05-30Fix segfault in _save_OBE_DrawElements() when using VBO and display list (bug...Brian Paul
2008-05-16fix an attr/src mix-up when setting-up/binding vertex arraysBrian Paul
2008-05-16fix an attr/src mix-up when setting-up/binding vertex arraysBrian Paul
2008-04-23drop stray includes of glapiGeorge Sapountzis
2008-04-11mesa: Fix glBegin-time test for invalid programs/shaders.Brian Paul
2008-03-14mesa: revert fast-track glColor and similar calls when not immediate mode ren...Brian
2008-03-10mesa: fast-track glColor and similar calls when not immediate mode renderingKeith Whitwell
2008-02-25Remove files of unsupported build systems.José Fonseca
2008-02-20Fix glBegin-time test for invalid programs/shaders.Brian
2008-01-01fix vbo display list memleak upon context destructionBrian