summaryrefslogtreecommitdiff
path: root/src/mesa/vbo
AgeCommit message (Expand)Author
2009-03-03Merge commit 'origin/gallium-0.1'Keith Whitwell
2009-03-03vbo: missing line from previous commitKeith Whitwell
2009-03-03vbo: use MapBufferRange where availableKeith Whitwell
2009-03-03mesa: Add BeginVertices driver callKeith Whitwell
2009-03-02mesa: save some useful VBO debug/dump code (disabled)Brian Paul
2009-02-11mesa: get rid of _math_init()Brian Paul
2009-02-09mesa: merge gallium-0.2 into gallium-master-mergeBrian Paul
2009-02-02mesa: fix GLSL issue preventing use of all 16 generic vertex attributesBrian Paul
2009-01-31mesa: display list clean-upsBrian
2009-01-23mesa: set the new array->Format field in VBO codeBrian Paul
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