summaryrefslogtreecommitdiff
path: root/src/gallium/include/pipe/p_refcnt.h
AgeCommit message (Expand)Author
2010-02-02gallium: Make pipe_atomic a regular int32_t.José Fonseca
2010-02-02gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca
2010-02-01gallium: Remove unnecessary includes. Add others to compensate.José Fonseca
2009-12-11gallium: added comment for pipe_reference() return valueBrian Paul
2009-12-08gallium: use boolean instead of bool in p_refcnt.hRoland Scheidegger
2009-12-03gallium: fix reference counting functions to be strict-aliasing compliantRoland Scheidegger
2009-06-16gallium: Avoid atomic ops / locking when src is dst.José Fonseca
2009-03-23gallium: Remove remnants of reference counting internals outside of p_refcnt.h.Michel Dänzer
2009-03-16gallium: Use struct pipe_atomic for pipe refcounts.Thomas Hellstrom
2009-03-09gallium: Fix p_refcnt.h for C++ compilers.Michel Dänzer
2009-03-04gallium: Unify reference counting.Michel Dänzer