aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/util/u_debug_refcnt.c
Commit message (Collapse)AuthorAgeFilesLines
* util: add casts in fprintf() calls to silence warningsBrian Paul2011-12-031-4/+6
| | | | And wrap to 80 columns.
* Remove windows kernel support code.José Fonseca2011-11-291-1/+1
| | | | | | Not actively used. Reviewed-by: Brian Paul <[email protected]>
* gallium/auxiliary: Remove os_stream.José Fonseca2011-11-291-10/+12
| | | | | | XP kernel mode was the only subsystem lacking stdio FILES. Reviewed-by: Brian Paul <[email protected]>
* util: Fix include styleKai Wasserbäch2011-08-291-8/+8
| | | | | | | | | | | As explained in the thread starting at [0], the internal include style should be »#include "path/to/header.h"« for non-system includes. [0] <http://news.gmane.org/find-root.php?message_id=%3c4E5802BE.6020206%40vmware.com%3e> Signed-off-by: Kai Wasserbäch <[email protected]> Signed-off-by: Brian Paul <[email protected]>
* util: Make refcnt and symbol debuggers work on windowsJakob Bornecrantz2011-02-181-1/+11
| | | | Signed-off-by: Jakob Bornecrantz <[email protected]>
* auxiliary: add copyright headersLuca Barbieri2010-08-211-0/+26
| | | | Thanks to Jose Fonseca for pointing out they were missing.
* util: Make the reference debuggin code more C++ friendly.José Fonseca2010-08-211-2/+1
| | | | | C++ doesn't accept function <-> void* conversions without a putting a fight.
* auxiliary: add reference count debugging codeLuca Barbieri2010-08-201-0/+156