aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/util/u_debug_refcnt.c
Commit message (Expand)AuthorAgeFilesLines
* gallium/util: replace pipe_mutex_init() with mtx_init()Timothy Arceri2017-03-071-1/+1
* gallium/util: remove pipe_static_mutex()Timothy Arceri2017-03-071-1/+1
* gallium/util: add new comments, assertions in u_debug_refcnt.cBrian Paul2016-03-051-0/+20
* gallium/util: update comments and URL in u_debug_refcnt.cBrian Paul2016-03-051-4/+10
* gallium/util: make stream variable static in u_debug_refcnt.cBrian Paul2016-03-051-1/+1
* gallium/util: re-indent u_debug_refcnt.[ch]Brian Paul2016-03-051-47/+56
* gallium/auxiliary: Trivial code style cleanupEdward O'Callaghan2015-12-061-1/+1
* util: add casts in fprintf() calls to silence warningsBrian Paul2011-12-031-4/+6
* Remove windows kernel support code.José Fonseca2011-11-291-1/+1
* gallium/auxiliary: Remove os_stream.José Fonseca2011-11-291-10/+12
* util: Fix include styleKai Wasserbäch2011-08-291-8/+8
* util: Make refcnt and symbol debuggers work on windowsJakob Bornecrantz2011-02-181-1/+11
* auxiliary: add copyright headersLuca Barbieri2010-08-211-0/+26
* util: Make the reference debuggin code more C++ friendly.José Fonseca2010-08-211-2/+1
* auxiliary: add reference count debugging codeLuca Barbieri2010-08-201-0/+156