summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/trace/tr_dump.h
AgeCommit message (Expand)AuthorFilesLines
2009-06-18trace: Use size_t consistently.José Fonseca1-3/+3
2009-04-20trace: Add initializer for static variablesJakob Bornecrantz1-0/+5
2009-04-19trace: Enable dumping to be turned on and offJakob Bornecrantz1-1/+32
2009-03-12trace: Add dump util functions for wrapped pointersJakob Bornecrantz1-1/+10
2009-03-11trace: Remove all whitespace at EOLJakob Bornecrantz1-1/+1
2008-08-24gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul1-1/+0
2008-08-18trace: Use long longs to ensure covering 64bits integers.José Fonseca1-2/+2
2008-08-15trace: Allow multiple screens. Flush after call.José Fonseca1-0/+1
2008-08-15trace: Make stream a global variable.José Fonseca1-61/+59
2008-08-09trace: Allow to dump binary data.José Fonseca1-0/+1
2008-08-07trace: Dump format names.José Fonseca1-0/+1
2008-08-07trace: Dump state.José Fonseca1-4/+27
2008-08-07trace: Trace pipe context calls.José Fonseca1-0/+7
2008-08-07trace: New pipe driver to trace incoming calls.José Fonseca1-0/+102