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