Age | Commit message (Expand) | Author |
2010-02-24 | vbo: remove dead code | Brian Paul |
2010-02-09 | mesa: Enable true refcounting for NullBufferObj. | Michal Krol |
2009-06-12 | mesa: use _mesa_reference_buffer_object() in a few places | Brian Paul |
2009-05-22 | mesa: use Elements() for loop limit | Brian Paul |
2009-05-07 | mesa: move the NullBufferObj from GLcontext to gl_shared_state | Brian Paul |
2009-02-11 | mesa: get rid of _math_init() | Brian Paul |
2009-02-09 | mesa: merge gallium-0.2 into gallium-master-merge | Brian Paul |
2009-01-23 | mesa: set the new array->Format field in VBO code | Brian Paul |
2008-09-21 | mesa: refactor: move #define FEATURE flags into new mfeatures.h file | Keith Whitwell |
2008-09-18 | Merge commit 'origin/gallium-0.1' into gallium-0.2 | Keith Whitwell |
2008-09-16 | mesa: protect against double-free in _vbo_DestroyContext() | Brian Paul |
2008-09-11 | Merge branch 'gallium-0.1' into gallium-0.2 | Keith Whitwell |
2008-06-10 | mesa: refactor: move #define FEATURE flags into new mfeatures.h file | Brian Paul |
2008-01-01 | fix vbo display list memleak upon context destruction | Brian |
2008-01-01 | fix vbo display list memleak upon context destruction | Brian |
2007-12-07 | New vbo_set_draw_func() to keep vbo context opaque to state tracker and tnl m... | Brian |
2007-08-02 | Remove some code that was never hit (bug 11811). | Brian |
2007-07-04 | Be more consistant with paths in #includes. Eventually, eliminate a bunch of... | Brian |
2007-02-26 | fix mem leak | Brian |
2007-01-15 | Correctly initialize current attribute sizes. | Keith Whitwell |
2006-10-30 | Move edgeflag into the VERT_ATTRIB_SEVEN slot. This means that our | Keith Whitwell |
2006-10-30 | Remove wakeup functions. This code is intended to be active all the | Keith Whitwell |
2006-10-30 | switch several dri drivers over | Keith Whitwell |
2006-10-30 | better handling of current attributes. Trivial dlist and varray tests work | Keith Whitwell |
2006-10-29 | Checkpoint of new vbo-building code. Currently builds regular arrays | Keith Whitwell |