summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/shared.c
Commit message (Expand)AuthorAgeFilesLines
...
* mesa: refactor shader api / object codeBrian Paul2010-06-101-3/+3
* Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg2010-02-191-1/+1
* mesa: Enable true refcounting for NullBufferObj.Michal Krol2010-02-091-6/+0
* mesa: Fix null buffer object reference counting.José Fonseca2010-02-091-6/+8
* mesa: Always do proper ref counting of shared state.José Fonseca2010-02-091-2/+29
* mesa/main: Make FEATURE_dlist follow feature conventions.Chia-I Wu2009-09-301-4/+0
* ARB sync: Fix delete behavior and context destruction behaviorIan Romanick2009-09-031-1/+18
* mesa: use _mesa_bufferobj_mapped()Brian Paul2009-08-081-1/+1
* mesa: move vertex array objects from shared state to per-contextBrian Paul2009-06-191-17/+0
* mesa: create/destroy buffer objects via driver functionsBrian Paul2009-06-191-2/+2
* mesa: use larger initial refcount for NullBufferObjBrian Paul2009-06-121-1/+1
* mesa: move the NullBufferObj from GLcontext to gl_shared_stateBrian Paul2009-05-071-0/+12
* mesa: unmap buffer objects during context tear-downBrian Paul2009-05-071-0/+4
* mesa: Don't attempt to free the dummy program.José Fonseca2009-04-081-3/+5
* mesa: update/fix doxygen commentsVinson Lee2009-03-171-1/+1
* mesa: move shared context state functions to new shared.c fileBrian Paul2009-03-071-0/+356