summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/util/u_debug_refcnt.c
AgeCommit message (Collapse)Author
2011-02-18util: Make refcnt and symbol debuggers work on windowsJakob Bornecrantz
Signed-off-by: Jakob Bornecrantz <jakob@vmware.com>
2010-08-21auxiliary: add copyright headersLuca Barbieri
Thanks to Jose Fonseca for pointing out they were missing.
2010-08-21util: Make the reference debuggin code more C++ friendly.José Fonseca
C++ doesn't accept function <-> void* conversions without a putting a fight.
2010-08-20auxiliary: add reference count debugging codeLuca Barbieri