summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/trace/tr_dump.h
Commit message (Expand)AuthorAgeFilesLines
* gallium: remove forward declarations of non-existent objectsMarek Olšák2010-05-141-1/+0
* trace: Fix several regressions introduced by recent interface changes.José Fonseca2010-04-121-1/+9
* Squashed commit of the following:Keith Whitwell2010-04-101-4/+8
* trace: Use size_t consistently.José Fonseca2009-06-181-3/+3
* trace: Add initializer for static variablesJakob Bornecrantz2009-04-201-0/+5
* trace: Enable dumping to be turned on and offJakob Bornecrantz2009-04-191-1/+32
* trace: Add dump util functions for wrapped pointersJakob Bornecrantz2009-03-121-1/+10
* trace: Remove all whitespace at EOLJakob Bornecrantz2009-03-111-1/+1
* gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul2008-08-241-1/+0
* trace: Use long longs to ensure covering 64bits integers.José Fonseca2008-08-181-2/+2
* trace: Allow multiple screens. Flush after call.José Fonseca2008-08-151-0/+1
* trace: Make stream a global variable.José Fonseca2008-08-151-61/+59
* trace: Allow to dump binary data.José Fonseca2008-08-091-0/+1
* trace: Dump format names.José Fonseca2008-08-071-0/+1
* trace: Dump state.José Fonseca2008-08-071-4/+27
* trace: Trace pipe context calls.José Fonseca2008-08-071-0/+7
* trace: New pipe driver to trace incoming calls.José Fonseca2008-08-071-0/+102