summaryrefslogtreecommitdiff
path: root/src/mesa/main/shared.c
AgeCommit message (Expand)AuthorFilesLines
2010-07-29mesa: Remove unnecessary headers.Vinson Lee1-1/+0
2010-06-10mesa: rename src/mesa/shader/ to src/mesa/program/Brian Paul1-1/+1
2010-06-10mesa: move atifragshader.[ch] to main/Brian Paul1-3/+3
2010-06-10mesa: refactor shader api / object codeBrian Paul1-3/+3
2010-02-19Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg1-1/+1
2010-02-09mesa: Enable true refcounting for NullBufferObj.Michal Krol1-6/+0
2010-02-09mesa: Fix null buffer object reference counting.José Fonseca1-6/+8
2010-02-09mesa: Always do proper ref counting of shared state.José Fonseca1-2/+29
2009-09-30mesa/main: Make FEATURE_dlist follow feature conventions.Chia-I Wu1-4/+0
2009-09-03ARB sync: Fix delete behavior and context destruction behaviorIan Romanick1-1/+18
2009-08-08mesa: use _mesa_bufferobj_mapped()Brian Paul1-1/+1
2009-06-19mesa: move vertex array objects from shared state to per-contextBrian Paul1-17/+0
2009-06-19mesa: create/destroy buffer objects via driver functionsBrian Paul1-2/+2
2009-06-12mesa: use larger initial refcount for NullBufferObjBrian Paul1-1/+1
2009-05-07mesa: move the NullBufferObj from GLcontext to gl_shared_stateBrian Paul1-0/+12
2009-05-07mesa: unmap buffer objects during context tear-downBrian Paul1-0/+4
2009-04-08mesa: Don't attempt to free the dummy program.José Fonseca1-3/+5
2009-03-17mesa: update/fix doxygen commentsVinson Lee1-1/+1
2009-03-07mesa: move shared context state functions to new shared.c fileBrian Paul1-0/+356