summaryrefslogtreecommitdiffstats
path: root/src/mesa/vbo
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge branch 'mesa_7_5_branch'Brian Paul2009-07-131-0/+5
|\|
| * vbo: fix vbo/dlist memory leakBrian Paul2009-07-101-0/+5
* | mesa/vbo: always recalculate min_index and max_index when splitting verticesMaciej Cencora2009-07-081-26/+10
* | Merge branch 'mesa_7_5_branch'Jakob Bornecrantz2009-07-034-24/+38
|\|
| * mesa/vbo: fix compile and replay of nodes ending in a FALLBACKKeith Whitwell2009-06-301-13/+27
| * Merge branch 'mesa_7_5_branch' into dlist-statechange-shortcircuitKeith Whitwell2009-06-301-9/+19
| |\
| * | mesa/vbo: use _lookup_prim_by_nr for debuggingKeith Whitwell2009-06-304-4/+4
* | | vbo: If MapBufferRange fails, try MapBuffer instead.Corbin Simpson2009-07-021-1/+2
* | | Merge branch 'mesa_7_5_branch'Brian Paul2009-06-301-9/+19
|\ \ \ | | |/ | |/|
| * | mesa: Set FLUSH_EXPLICIT_BIT flags when calling FlushMappedBufferRange.José Fonseca2009-06-301-9/+19
| |/
| * mesa: rename MAX_VERTEX_ATTRIBS to MAX_VERTEX_GENERIC_ATTRIBSBrian Paul2009-06-222-10/+10
| * vbo: return VP_NONE from get_program_mode() if running fixed-func vertex programBrian Paul2009-06-221-0/+2
* | mesa: Make VBO dlist printing use the same path as other dlist printing.Eric Anholt2009-06-191-12/+12
* | mesa: revert some recent VBO buffer object refcounting changesBrian Paul2009-06-152-8/+3
* | mesa: use _mesa_reference_buffer_object() in a few placesBrian Paul2009-06-123-4/+10
* | Merge branch 'mesa_7_5_branch'José Fonseca2009-06-111-2/+7
|\|