summaryrefslogtreecommitdiff
path: root/src/mesa/vbo
AgeCommit message (Expand)AuthorFilesLines
2009-11-04vbo: fix out-of-bounds array accessBrian Paul3-1/+11
2009-09-24vbo: limit number of warnings to 10Brian Paul1-18/+25
2009-09-21mesa: refine the error checking vbo_exec_DrawRangeElements()Brian Paul1-4/+31
2009-09-01mesa: Make MultiDrawElements submit multiple primitives at once.Eric Anholt2-0/+162
2009-08-28vbo: Fix array pointer calculation for MapBufferRange-mapped vertex data.Eric Anholt1-1/+3
2009-08-26Merge branch 'mesa_7_5_branch'Brian Paul1-0/+1
2009-08-24vbo: fix divide by zero exceptionBrian Paul1-1/+1
2009-08-24vbo: fix divide by zero exceptionBrian Paul1-1/+1
2009-08-14vbo: call _mesa_valid_to_render()Brian Paul1-4/+2
2009-08-14vbo: call _mesa_valid_to_render()Brian Paul1-20/+1
2009-08-12vbo: use _mesa_is_bufferobj()Brian Paul4-18/+21
2009-08-12vbo: fix incorrect pointerBrian Paul1-1/+1
2009-08-12vbo: Avoid extra validation of DrawElements.Eric Anholt7-75/+94
2009-07-30vbo: Fix build on windows.Michal Krol1-1/+1
2009-07-13Merge branch 'mesa_7_5_branch'Brian Paul1-0/+5
2009-07-10vbo: fix vbo/dlist memory leakBrian Paul1-0/+5
2009-07-08mesa/vbo: always recalculate min_index and max_index when splitting verticesMaciej Cencora1-26/+10
2009-07-03Merge branch 'mesa_7_5_branch'Jakob Bornecrantz4-24/+38
2009-07-02vbo: If MapBufferRange fails, try MapBuffer instead.Corbin Simpson1-1/+2
2009-06-30mesa/vbo: fix compile and replay of nodes ending in a FALLBACKKeith Whitwell1-13/+27
2009-06-30Merge branch 'mesa_7_5_branch' into dlist-statechange-shortcircuitKeith Whitwell1-9/+19
2009-06-30Merge branch 'mesa_7_5_branch'Brian Paul1-9/+19
2009-06-30mesa: Set FLUSH_EXPLICIT_BIT flags when calling FlushMappedBufferRange.José Fonseca1-9/+19
2009-06-30mesa/vbo: use _lookup_prim_by_nr for debuggingKeith Whitwell4-4/+4
2009-06-22mesa: rename MAX_VERTEX_ATTRIBS to MAX_VERTEX_GENERIC_ATTRIBSBrian Paul2-10/+10
2009-06-22vbo: return VP_NONE from get_program_mode() if running fixed-func vertex programBrian Paul1-0/+2
2009-06-19mesa: Make VBO dlist printing use the same path as other dlist printing.Eric Anholt1-12/+12
2009-06-15mesa: revert some recent VBO buffer object refcounting changesBrian Paul2-8/+3
2009-06-12mesa: use _mesa_reference_buffer_object() in a few placesBrian Paul3-4/+10
2009-06-11Merge branch 'mesa_7_5_branch'José Fonseca1-2/+7
2009-06-11vbo: fix assertion, #define IMM_BUFFER_NAMEBrian Paul1-2/+7
2009-06-09Merge branch 'mesa_7_5_branch'Jakob Bornecrantz1-8/+21
2009-06-09vbo: more glDrawElements debug code (disabled)Brian Paul1-3/+74
2009-06-08mesa/vbo: drop all references to vbo on destroyKeith Whitwell1-8/+21
2009-06-03vbo: minor reformattingBrian Paul1-16/+23
2009-06-03vbo: move/refactor debug codeBrian Paul1-38/+49
2009-06-03vbo: added debug code to check array data validity (disabled)Brian Paul1-0/+156
2009-06-03vbo: new debug/dump code (disabled)Brian Paul1-0/+58
2009-06-03vbo: tweak out-of-bounds VBO access error messageBrian Paul1-1/+1
2009-05-22mesa: fix warning message in vbo_exec_DrawRangeElements()Brian Paul1-1/+2
2009-05-22mesa: use Elements() for loop limitBrian Paul1-3/+2
2009-05-22mesa: use Elements() for loop limitBrian Paul1-1/+1
2009-05-22vbo: s/32/VERT_ATTRIB_MAX/Brian Paul1-2/+2
2009-05-22vbo: asst. reformatting, clean-upsBrian Paul1-34/+46
2009-05-22Merge branch 'mesa_7_5_branch'Brian Paul1-0/+1
2009-05-22vbo: fix crash in vbo_exec_bind_arrays()Brian Paul1-0/+1
2009-05-22mesa: rename MAX_VERTEX_ATTRIBS to MAX_VERTEX_GENERIC_ATTRIBSBrian Paul2-10/+10
2009-05-21vbo: fix build breakage...oopsBrian Paul1-1/+1
2009-05-21vbo: comments, whitespace clean-upsBrian Paul1-19/+26
2009-05-21Merge branch 'mesa_7_5_branch'Brian Paul1-2/+5