summaryrefslogtreecommitdiff
path: root/src/mesa/vbo
AgeCommit message (Expand)Author
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-16mesa: fix display list regression (check if save->prim_count > 0 in vbo_save_...Brian Paul
2008-09-15mesa: get another class of degenerate dlists workingKeith Whitwell
2008-09-04mesa: improved gl_buffer_object reference countingBrian Paul
2008-06-10remove unnecessary swrast, tnl includesBrian 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-02-20Fix glBegin-time test for invalid programs/shaders.Brian
2008-01-01fix vbo display list memleak upon context destructionBrian
2007-10-03 Update of OpenVMS makefiles for the use of "new" include file conventionJouk
2007-09-20fix memory access error in vbo_bind_vertex_listXiang, Haihao
2007-09-14mesa: bind VBO_ATTRIB_XXX to correct input array whenXiang, Haihao
2007-08-07fix vbo_split_copy related bug 9962Xiang, Haihao
2007-08-02Remove some code that was never hit (bug 11811).Brian
2007-07-31Fix an error in _save_OBE_DrawElementsXiang, Haihao
2007-07-04Be more consistant with paths in #includes. Eventually, eliminate a bunch of...Brian
2007-06-28a variety of fixes for MingWzhang
2007-04-12s/version/vertex/Brian
2007-04-12fix bug in _playback_copy_to_current(): need to skip version position data (s...Brian
2007-04-06for evaluators, loop to VBO_ATTRIB_TEX7, not VBO_ATTRIB_INDEX. See bug 10543Brian
2007-03-09Merge branch 'origin' into glsl-compiler-1Brian
2007-03-08 Updates of the OpenVMS makefiles.J.Jansen
2007-02-26fix mem leakBrian
2007-02-26Fix #10071 - wrong max_index in vbo draw_prims. (Papadakos Panagiotis)Aapo Tahkola
2007-02-22XXX comments about shadersBrian
2007-02-22use ctx->VertexProgram._Current instead of ctx->VertexProgram._EnabledBrian
2007-02-14fix typo preventing generic arrays from working with ARB_vp (bug #9952)Roland Scheidegger
2007-02-09 array overflow fixZou Nan hai
2007-02-01fix missing ADD_POINTERS, fixes crashes if the index elements are in a vbo.Roland Scheidegger
2007-01-30Use new rebase helper. Remove other rebase code.Keith Whitwell
2007-01-30Helper for rebasing draw requests where min_index != 0.Keith Whitwell
2007-01-25do not rebase index buffers as it does not work currently (tested with r200 a...Roland Scheidegger
2007-01-25allocate larger minimum dstelt bufferRoland Scheidegger
2007-01-25fix dstelt memory allocation to avoid hash corruptionRoland Scheidegger
2007-01-25re-fix bug 9062 in vbo codeRoland Scheidegger
2007-01-18typo fix. this case still fails.Aapo Tahkola
2007-01-18Fix invalid enums passed to MapBufferAapo Tahkola
2007-01-18Fix invalid enums passed to MapBufferAapo Tahkola
2007-01-16Merge branch 'master' of git+ssh://keithw@git.freedesktop.org/git/mesa/mesa i...Keith Whitwell
2007-01-15Remove unused index buffer.Keith Whitwell
2007-01-15Correctly initialize current attribute sizes.Keith Whitwell
2007-01-15Remove debug, reenable inplace splitting.keithw