aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/vbo
Commit message (Expand)AuthorAgeFilesLines
...
* | mesa: use Elements() for loop limitBrian Paul2009-05-221-1/+1
* | vbo: s/32/VERT_ATTRIB_MAX/Brian Paul2009-05-221-2/+2
* | vbo: asst. reformatting, clean-upsBrian Paul2009-05-221-34/+46
* | Merge branch 'mesa_7_5_branch'Brian Paul2009-05-221-0/+1
|\|
| * vbo: fix crash in vbo_exec_bind_arrays()Brian Paul2009-05-221-0/+1
* | mesa: rename MAX_VERTEX_ATTRIBS to MAX_VERTEX_GENERIC_ATTRIBSBrian Paul2009-05-222-10/+10
* | vbo: fix build breakage...oopsBrian Paul2009-05-211-1/+1
* | vbo: comments, whitespace clean-upsBrian Paul2009-05-211-19/+26
* | Merge branch 'mesa_7_5_branch'Brian Paul2009-05-211-2/+5
|\|
| * vbo: fix incorrect loop limit in bind_array_obj()Brian Paul2009-05-211-1/+4
| * mesa: use MAX_ values instead of literalsBrian Paul2009-05-211-2/+2
* | mesa: added gl_array_object::Weight array fieldBrian Paul2009-05-211-1/+1
* | vbo: return VP_NONE from get_program_mode() if running fixed-func vertex programBrian Paul2009-05-211-0/+2
* | vbo: move vp_mode enum to vbo_exec.h, use enum instead of GLuintBrian Paul2009-05-212-8/+14
* | mesa: move gl_array_attrib::_MaxElement to gl_array_object::_MaxElementBrian Paul2009-05-211-2/+3
* | vbo: s/8/MAX_TEXTURE_COORD_UNITS/Brian Paul2009-05-211-1/+1
* | mesa: move the NullBufferObj from GLcontext to gl_shared_stateBrian Paul2009-05-075-9/+12
* | vbo: in glDraw[Range]Element() code, check for out of bounds indexesBrian Paul2009-05-071-0/+7
* | mesa: use _mesa_sizeof_type() in vbo split codeBrian Paul2009-05-071-16/+2
* | mesa: vbo code reformatting, clean-up, commentsBrian Paul2009-05-071-43/+52
* | mesa: in vbo split code, map buffers read-only, not write-onlyBrian Paul2009-05-071-6/+6
|/
* vbo: cache last dlist vertex in malloced memoryKeith Whitwell2009-04-163-10/+53
* 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
| |\ \ \ | | | |/ | | |/|