summaryrefslogtreecommitdiffstats
path: root/src/gallium/include/pipe/p_refcnt.h
Commit message (Expand)AuthorAgeFilesLines
* gallium: Make pipe_atomic a regular int32_t.José Fonseca2010-02-021-52/+0
* gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca2010-02-021-44/+0
* gallium: Remove unnecessary includes. Add others to compensate.José Fonseca2010-02-011-0/+1
* gallium: added comment for pipe_reference() return valueBrian Paul2009-12-111-0/+1
* gallium: use boolean instead of bool in p_refcnt.hRoland Scheidegger2009-12-081-3/+3
* gallium: fix reference counting functions to be strict-aliasing compliantRoland Scheidegger2009-12-031-10/+8
* gallium: Avoid atomic ops / locking when src is dst.José Fonseca2009-06-161-14/+14
* gallium: Remove remnants of reference counting internals outside of p_refcnt.h.Michel Dänzer2009-03-231-2/+10
* gallium: Use struct pipe_atomic for pipe refcounts.Thomas Hellstrom2009-03-161-6/+7
* gallium: Fix p_refcnt.h for C++ compilers.Michel Dänzer2009-03-091-0/+3
* gallium: Unify reference counting.Michel Dänzer2009-03-041-0/+84