aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/vbo
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* mesa: improved gl_buffer_object reference countingBrian Paul2008-09-045-26/+69
* remove unnecessary swrast, tnl includesBrian Paul2008-06-101-3/+0
* fix an attr/src mix-up when setting-up/binding vertex arraysBrian Paul2008-05-162-2/+2
* drop stray includes of glapiGeorge Sapountzis2008-04-231-1/+0
* Fix glBegin-time test for invalid programs/shaders.Brian2008-02-203-8/+41
* fix vbo display list memleak upon context destructionBrian2008-01-012-0/+16
* Update of OpenVMS makefiles for the use of "new" include file conventionJouk2007-10-031-1/+3
* fix memory access error in vbo_bind_vertex_listXiang, Haihao2007-09-201-1/+1
* mesa: bind VBO_ATTRIB_XXX to correct input array whenXiang, Haihao2007-09-141-2/+4
* fix vbo_split_copy related bug 9962Xiang, Haihao2007-08-071-1/+8
* Remove some code that was never hit (bug 11811).Brian2007-08-021-5/+3
* Fix an error in _save_OBE_DrawElementsXiang, Haihao2007-07-311-0/+3
* Be more consistant with paths in #includes. Eventually, eliminate a bunch of...Brian2007-07-0417-82/+82
* a variety of fixes for MingWzhang2007-06-282-0/+9
* s/version/vertex/Brian2007-04-121-1/+1
* fix bug in _playback_copy_to_current(): need to skip version position data (s...Brian2007-04-121-0/+2
* for evaluators, loop to VBO_ATTRIB_TEX7, not VBO_ATTRIB_INDEX. See bug 10543Brian2007-04-062-4/+4
* Merge branch 'origin' into glsl-compiler-1Brian2007-03-094-2/+63
|\
| * Updates of the OpenVMS makefiles.J.Jansen2007-03-081-0/+60
| * fix mem leakBrian2007-02-261-0/+1
| * Fix #10071 - wrong max_index in vbo draw_prims. (Papadakos Panagiotis)Aapo Tahkola2007-02-262-2/+2
* | XXX comments about shadersBrian2007-02-222-0/+2
* | use ctx->VertexProgram._Current instead of ctx->VertexProgram._EnabledBrian2007-02-221-2/+2
|/
* fix typo preventing generic arrays from working with ARB_vp (bug #9952)Roland Scheidegger2007-02-141-1/+1
* array overflow fixZou Nan hai2007-02-091-2/+2
* fix missing ADD_POINTERS, fixes crashes if the index elements are in a vbo.Roland Scheidegger2007-02-011-5/+7
* Use new rebase helper. Remove other rebase code.Keith Whitwell2007-01-305-73/+79
* Helper for rebasing draw requests where min_index != 0.Keith Whitwell2007-01-302-0/+235
* do not rebase index buffers as it does not work currently (tested with r200 a...Roland Scheidegger2007-01-251-2/+3
* allocate larger minimum dstelt bufferRoland Scheidegger2007-01-251-1/+1
* fix dstelt memory allocation to avoid hash corruptionRoland Scheidegger2007-01-251-1/+1
* re-fix bug 9062 in vbo codeRoland Scheidegger2007-01-251-0/+5
* typo fix. this case still fails.Aapo Tahkola2007-01-181-1/+1
* Fix invalid enums passed to MapBufferAapo Tahkola2007-01-181-1/+1
* Fix invalid enums passed to MapBufferAapo Tahkola2007-01-183-4/+4
* Merge branch 'master' of git+ssh://[email protected]/git/mesa/mesa i...Keith Whitwell2007-01-164-14/+30
* Remove unused index buffer.Keith Whitwell2007-01-152-10/+1
* Correctly initialize current attribute sizes.Keith Whitwell2007-01-151-2/+9
* Remove debug, reenable inplace splitting.keithw2007-01-153-18/+3