summaryrefslogtreecommitdiffstats
path: root/src/mesa/vbo
Commit message (Expand)AuthorAgeFilesLines
* vbo: Silence integer-to-pointer warnings.Michal Krol2009-03-151-3/+3
* vbo: yet tighter still usage of FLUSH_NEED_CURRENTKeith Whitwell2009-03-091-3/+3
* vbo: stricter checks on Driver.NeedFlushKeith Whitwell2009-03-091-4/+6
* mesa: s/int/GLsizeiptr/ to silence warning with 64-bit buildBrian Paul2009-03-071-1/+1
* vbo: make bind_array_obj() code a little more conciseBrian Paul2009-03-071-12/+13
* mesa: Follow ARB_map_buffer_range more stricly.José Fonseca2009-03-041-6/+9
* Merge commit 'origin/master' into gallium-map-rangeJosé Fonseca2009-03-042-1/+10
|\
| * vbo: second attempt - avoid getting buffer_ptr and buffer_map out of syncKeith Whitwell2009-03-042-1/+10
| * Revert "vbo: avoid getting buffer_ptr and buffer_map out of sync"Keith Whitwell2009-03-042-8/+1
| * vbo: avoid getting buffer_ptr and buffer_map out of syncKeith Whitwell2009-03-042-1/+8
* | Merge commit 'origin/master' into gallium-map-rangeJosé Fonseca2009-03-041-6/+4
|\ \ | |/
| * vbo: use FLUSH_UPDATE_CURRENT flag to indicate whether the vbo module is activeKeith Whitwell2009-03-041-6/+4
* | mesa: Implement and use FlushMappedBufferRange.José Fonseca2009-03-041-0/+7
* | mesa: Massage the interface to more closely resemble ARB_map_buffer_rangeJosé Fonseca2009-03-031-5/+2
|/
* Merge commit 'origin/gallium-0.1'Keith Whitwell2009-03-036-59/+166
|\
| * vbo: missing line from previous commitKeith Whitwell2009-03-031-1/+1
| * vbo: use MapBufferRange where availableKeith Whitwell2009-03-035-57/+154
| * mesa: Add BeginVertices driver callKeith Whitwell2009-03-033-0/+13
* | mesa: save some useful VBO debug/dump code (disabled)Brian Paul2009-03-021-0/+42
* | mesa: get rid of _math_init()Brian Paul2009-02-111-0/+3
* | mesa: merge gallium-0.2 into gallium-master-mergeBrian Paul2009-02-096-43/+192
|\ \
| * \ Merge commit 'origin/gallium-0.1' into gallium-0.2Keith Whitwell2008-10-104-33/+92
| |\ \ | | |/
| | * mesa: replace GLuint with GLbitfield to be clearer about usageBrian Paul2008-10-073-3/+3
| | * mesa: update state after binding vertex list in dlist pathKeith Whitwell2008-10-071-0/+5
| | * mesa: avoid generating constant vertex attributes in fixedfunc programsKeith Whitwell2008-10-033-7/+46
| | * mesa: add new internal state for tracking current vertex attribsKeith Whitwell2008-10-032-26/+42
| * | Merge commit 'origin/master' into HEADKeith Whitwell2008-09-262-13/+16
| |\ \
| * \ \ Merge commit 'origin/gallium-0.1' into gallium-0.2Keith Whitwell2008-09-181-4/+6
| |\ \ \ | | | |/ | | |/|
| | * | mesa: fix display list regression (check if save->prim_count > 0 in vbo_save_...Brian Paul2008-09-161-5/+7
| | * | mesa: protect against double-free in _vbo_DestroyContext()Brian Paul2008-09-161-4/+6
| | * | mesa: get another class of degenerate dlists workingKeith Whitwell2008-09-151-0/+24
| * | | Merge commit 'origin/master' into gallium-0.2Keith Whitwell2008-09-181-0/+26
| |\ \ \
| * \ \ \ Merge commit 'origin/gallium-0.1' into gallium-0.2Keith Whitwell2008-09-111-1/+13
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | mesa: improved gl_buffer_object reference countingBrian Paul2008-09-045-26/+69
| * | | | Merge branch 'master' of git+ssh://git.freedesktop.org/git/mesa/mesa into gal...Alan Hourihane2008-09-115-38/+70
| |\ \ \ \
| * \ \ \ \ Merge branch 'gallium-0.1' into gallium-0.2Keith Whitwell2008-09-119-25/+203
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | vbo: seed initial max_element value with a more likely candidateKeith Whitwell2008-08-261-6/+6
| | * | | | mesa: added GLAPIENTRY keywordsJonathan White2008-07-072-10/+10
| | * | | | mesa: added _vbo_VertexAttrib4f()Brian Paul2008-07-032-0/+9
| | * | | | mesa: point size arraysBrian Paul2008-06-251-0/+4
| | * | | | mesa: added _vbo_Materialfv()Brian Paul2008-06-202-0/+8
| | * | | | mesa: _vbo_Color4f, _vbo_Normal3f, _vbo_MultiTexCoord4f functionsBrian Paul2008-06-202-0/+31
| | * | | | mesa: s/GL_POLYGON+1/PRIM_OUTSIDE_BEGIN_END/Brian Paul2008-06-182-6/+6
| | * | | | mesa: refactor: move #define FEATURE flags into new mfeatures.h fileBrian Paul2008-06-104-3/+13
| | * | | | mesa: remove unnecessary swrast, tnl includesBrian Paul2008-06-101-3/+0
| | * | | | mesa: remove unused api_eval.h header fileBrian Paul2008-06-091-1/+0
| | * | | | mesa: added _mesa_DrawArrays, DrawElements, DrawRangeElements() wrappers for ...Brian Paul2008-06-051-0/+27
| | * | | | mesa: Apply MSVC portability fixes from Alan Hourihane.José Fonseca2008-05-312-2/+2
| | * | | | Fix segfault in _save_OBE_DrawElements() when using VBO and display list (bug...Brian Paul2008-05-301-0/+3
| | * | | | fix an attr/src mix-up when setting-up/binding vertex arraysBrian Paul2008-05-162-5/+7