summaryrefslogtreecommitdiff
path: root/src/mesa/main/shared.c
AgeCommit message (Collapse)Author
2009-05-07mesa: move the NullBufferObj from GLcontext to gl_shared_stateBrian 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-07mesa: unmap buffer objects during context tear-downBrian Paul
2009-04-08mesa: Don't attempt to free the dummy program.José Fonseca
2009-03-17mesa: update/fix doxygen commentsVinson Lee
2009-03-07mesa: move shared context state functions to new shared.c fileBrian Paul