summaryrefslogtreecommitdiffstats
path: root/src/mesa/vbo
Commit message (Expand)AuthorAgeFilesLines
* vbo: fix broken glMultiDrawElements()Brian Paul2010-02-151-4/+5
* mesa: Enable true refcounting for NullBufferObj.Michal Krol2010-02-092-2/+22
* mesa: Fix null buffer object reference counting.José Fonseca2010-02-091-0/+11
* vbo: fix void * arithmetic warningKeith Whitwell2010-02-031-1/+2
* vbo: Fix up in-place splitting for non-contiguous/indexed primitives.Francisco Jerez2010-02-031-51/+62
* vbo: fix missing state validation bugsBrian Paul2010-01-291-14/+14
* mesa: Warn when indices are out of bounds, but do not skip the draw in debug ...Brian Paul2010-01-291-3/+1
* mesa: fix int/uint comparison warningsBrian Paul2010-01-272-6/+8
* vbo: if 'end' is out of bounds, clamp itBrian Paul2010-01-261-0/+4
* vbo: clamp DrawElements start/end to max possible valuesBrian Paul2010-01-261-0/+10
* vbo: Remove unnecessary headers from vbo_exec.c.Vinson Lee2010-01-121-3/+0
* vbo: Remove unnecessary header from vbo_exec_array.c.Vinson Lee2010-01-121-1/+0
* vbo: Remove unnecessary header from vbo_exec_draw.c.Vinson Lee2010-01-121-1/+0
* vbo: Remove unnecessary headers from vbo_save.c.Vinson Lee2010-01-121-2/+0
* vbo: Remove unnecessary header from vbo_save_loopback.c.Vinson Lee2010-01-111-1/+0
* vbo: Remove unnecessary header from vbo_split_copy.c.Vinson Lee2010-01-111-3/+0
* Merge branch 'mesa_7_6_branch' into mesa_7_7_branchBrian Paul2009-12-111-12/+21
|\
| * vbo: fix array index out of bounds error, and fix evaluator prioritiesBrian Paul2009-12-081-12/+21
* | vbo: make flush recursion check code per-contextBrian Paul2009-12-012-5/+10
* | vbo: added recursion check in vbo_exec_FlushVertices()Brian Paul2009-11-191-1/+17
* | mesa: fix assorted compiler warningsBrian Paul2009-11-171-1/+1
* | Merge branch 'mesa_7_6_branch'Brian Paul2009-11-043-1/+11
|\|
| * vbo: fix out-of-bounds array accessBrian Paul2009-11-043-1/+11
* | mesa: fix up vbo commentsBrian Paul2009-10-221-8/+14
* | vbo: clean-ups, reformattingBrian Paul2009-10-141-25/+24
* | mesa: added MESA_VERBOSE option 'draw' to debug glDrawArrays/Elements, etc.Brian Paul2009-10-141-0/+29
* | mesa: rename display list functionsBrian Paul2009-10-071-6/+6
* | mesa/main: New feature FEATURE_beginend.Chia-I Wu2009-09-303-1/+117
* | mesa/main: Make FEATURE_dlist follow feature conventions.Chia-I Wu2009-09-302-8/+2
* | mesa/main: Make FEATURE_evaluators follow feature conventions.Chia-I Wu2009-09-302-17/+13
* | mesa/main: New feature FEATURE_arrayelt.Chia-I Wu2009-09-302-2/+4
* | Merge branch 'mesa_7_6_branch'Brian Paul2009-09-241-19/+25
|\|
| * vbo: limit number of warnings to 10Brian Paul2009-09-241-18/+25
| * mesa: refine the error checking vbo_exec_DrawRangeElements()Brian Paul2009-09-211-4/+31
* | vbo: added comment about max array indexBrian Paul2009-09-211-0/+6
* | vbo: restore some lost warning outputBrian Paul2009-09-211-4/+5
* | vbo: disable the GL_ARB_draw_elements_base_vertex rebase pathBrian Paul2009-09-211-1/+4
* | mesa: refine the error checking vbo_exec_DrawRangeElements()Brian Paul2009-09-211-6/+33
* | mesa: Add support for ARB_draw_elements_base_vertex.Eric Anholt2009-09-086-43/+200
|/
* mesa: Make MultiDrawElements submit multiple primitives at once.Eric Anholt2009-09-012-0/+162
* vbo: Fix array pointer calculation for MapBufferRange-mapped vertex data.Eric Anholt2009-08-281-1/+3
* Merge branch 'mesa_7_5_branch'Brian Paul2009-08-261-0/+1
|\
| * vbo: fix divide by zero exceptionBrian Paul2009-08-241-1/+1
* | vbo: fix divide by zero exceptionBrian Paul2009-08-241-1/+1
* | vbo: call _mesa_valid_to_render()Brian Paul2009-08-141-4/+2
* | vbo: call _mesa_valid_to_render()Brian Paul2009-08-141-20/+1
* | vbo: use _mesa_is_bufferobj()Brian Paul2009-08-124-18/+21
* | vbo: fix incorrect pointerBrian Paul2009-08-121-1/+1
* | vbo: Avoid extra validation of DrawElements.Eric Anholt2009-08-127-75/+94
* | vbo: Fix build on windows.Michal Krol2009-07-301-1/+1