Age | Commit message (Expand) | Author |
2011-01-18 | vbo: initialize num_instances in a few places | Brian Paul |
2010-10-13 | Drop GLcontext typedef and use struct gl_context instead | Kristian Høgsberg |
2010-03-21 | vbo: Fix vbo_split_copy to pass correct max_index to draw. | Pauli Nieminen |
2010-02-19 | Replace the _mesa_*printf() wrappers with the plain libc versions | Kristian Høgsberg |
2010-02-19 | Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versions | Kristian Høgsberg |
2010-01-11 | vbo: Remove unnecessary header from vbo_split_copy.c. | Vinson Lee |
2009-09-08 | mesa: Add support for ARB_draw_elements_base_vertex. | Eric Anholt |
2009-08-12 | vbo: use _mesa_is_bufferobj() | Brian Paul |
2009-08-12 | vbo: Avoid extra validation of DrawElements. | Eric Anholt |
2009-07-03 | Merge branch 'mesa_7_5_branch' | Jakob Bornecrantz |
2009-06-30 | mesa/vbo: use _lookup_prim_by_nr for debugging | Keith Whitwell |
2009-06-15 | mesa: revert some recent VBO buffer object refcounting changes | Brian Paul |
2009-06-12 | mesa: use _mesa_reference_buffer_object() in a few places | Brian Paul |
2009-06-03 | vbo: new debug/dump code (disabled) | Brian Paul |
2009-05-07 | mesa: move the NullBufferObj from GLcontext to gl_shared_state | Brian Paul |
2009-05-07 | mesa: use _mesa_sizeof_type() in vbo split code | Brian Paul |
2009-05-07 | mesa: vbo code reformatting, clean-up, comments | Brian Paul |
2009-05-07 | mesa: in vbo split code, map buffers read-only, not write-only | Brian Paul |
2009-01-23 | mesa: set the new array->Format field in VBO code | Brian Paul |
2007-08-07 | fix vbo_split_copy related bug 9962 | Xiang, Haihao |
2007-07-04 | Be more consistant with paths in #includes. Eventually, eliminate a bunch of... | Brian |
2007-02-01 | fix missing ADD_POINTERS, fixes crashes if the index elements are in a vbo. | Roland Scheidegger |
2007-01-30 | Use new rebase helper. Remove other rebase code. | Keith Whitwell |
2007-01-25 | allocate larger minimum dstelt buffer | Roland Scheidegger |
2007-01-25 | fix dstelt memory allocation to avoid hash corruption | Roland Scheidegger |
2007-01-18 | Fix invalid enums passed to MapBuffer | Aapo Tahkola |
2007-01-16 | Merge branch 'master' of git+ssh://keithw@git.freedesktop.org/git/mesa/mesa i... | Keith Whitwell |
2007-01-15 | New files to manage splitting drawing commands | keithw |