summaryrefslogtreecommitdiff
path: root/src/mesa/vbo/vbo_exec_array.c
AgeCommit message (Expand)AuthorFilesLines
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 Anholt1-0/+157
2009-08-14vbo: call _mesa_valid_to_render()Brian Paul1-4/+2
2009-08-12vbo: use _mesa_is_bufferobj()Brian Paul1-7/+7
2009-08-12vbo: fix incorrect pointerBrian Paul1-1/+1
2009-08-12vbo: Avoid extra validation of DrawElements.Eric Anholt1-74/+84
2009-06-09vbo: more glDrawElements debug code (disabled)Brian Paul1-3/+74
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: 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: rename MAX_VERTEX_ATTRIBS to MAX_VERTEX_GENERIC_ATTRIBSBrian Paul1-2/+2
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
2009-05-21vbo: fix incorrect loop limit in bind_array_obj()Brian Paul1-1/+4
2009-05-21mesa: use MAX_ values instead of literalsBrian Paul1-2/+2
2009-05-21mesa: added gl_array_object::Weight array fieldBrian Paul1-1/+1
2009-05-21mesa: move gl_array_attrib::_MaxElement to gl_array_object::_MaxElementBrian Paul1-2/+3
2009-05-21vbo: s/8/MAX_TEXTURE_COORD_UNITS/Brian Paul1-1/+1
2009-05-07vbo: in glDraw[Range]Element() code, check for out of bounds indexesBrian Paul1-0/+7
2009-03-07vbo: make bind_array_obj() code a little more conciseBrian Paul1-12/+13
2009-03-02mesa: save some useful VBO debug/dump code (disabled)Brian Paul1-0/+42
2008-10-07mesa: replace GLuint with GLbitfield to be clearer about usageBrian Paul1-1/+1
2008-10-03mesa: avoid generating constant vertex attributes in fixedfunc programsKeith Whitwell1-7/+34
2008-08-26vbo: seed initial max_element value with a more likely candidateKeith Whitwell1-6/+6
2008-06-25mesa: point size arraysBrian Paul1-0/+4
2008-06-05mesa: added _mesa_DrawArrays, DrawElements, DrawRangeElements() wrappers for ...Brian Paul1-0/+27
2008-05-31mesa: Apply MSVC portability fixes from Alan Hourihane.José Fonseca1-1/+1
2008-04-11mesa: Fix glBegin-time test for invalid programs/shaders.Brian Paul1-0/+15
2007-07-04Be more consistant with paths in #includes. Eventually, eliminate a bunch of...Brian1-6/+6
2007-02-14fix typo preventing generic arrays from working with ARB_vp (bug #9952)Roland Scheidegger1-1/+1
2007-02-09 array overflow fixZou Nan hai1-2/+2
2007-01-30Use new rebase helper. Remove other rebase code.Keith Whitwell1-69/+77
2007-01-25do not rebase index buffers as it does not work currently (tested with r200 a...Roland Scheidegger1-2/+3
2007-01-18Fix invalid enums passed to MapBufferAapo Tahkola1-1/+1
2007-01-15Remove unused index buffer.Keith Whitwell1-7/+1
2007-01-15Remove special-case handling for index and edgeflagKeith Whitwell1-4/+2
2006-11-03need to call bind_arrays() in vbo_exec_DrawRangeElements.Roland Scheidegger1-1/+3
2006-11-02Fix typo in last commitKeith Whitwell1-1/+1
2006-11-02Similarly, fill in missing input slots in the vertex-array +Keith Whitwell1-0/+7
2006-11-02Fill in missing input slots in the vertex-array + no-vertex-programKeith Whitwell1-1/+10
2006-10-30better handling of current attributes. Trivial dlist and varray tests workKeith Whitwell1-7/+8
2006-10-29Checkpoint of new vbo-building code. Currently builds regular arraysKeith Whitwell1-0/+367