Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-06-19 | mesa: move vertex array objects from shared state to per-context | Brian Paul | |
The ARB version requires VAOs to be per-context while the Apple extension was ambiguous. | |||
2009-06-19 | mesa: create/destroy buffer objects via driver functions | Brian Paul | |
2009-06-12 | mesa: use larger initial refcount for NullBufferObj | Brian Paul | |
Refcounting of the null/default buffer object isn't perfect yet so be extra safe. | |||
2009-05-07 | mesa: move the NullBufferObj from GLcontext to gl_shared_state | Brian Paul | |
Since shared array objects may point to the null/default buffer object, the null/default buffer object should be part of the shared state. | |||
2009-05-07 | mesa: unmap buffer objects during context tear-down | Brian Paul | |
2009-04-08 | mesa: Don't attempt to free the dummy program. | José Fonseca | |
2009-03-17 | mesa: update/fix doxygen comments | Vinson Lee | |
2009-03-07 | mesa: move shared context state functions to new shared.c file | Brian Paul | |