aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/trace/tr_dump.c
Commit message (Expand)AuthorAgeFilesLines
* util: Move p_debug.h into util module.José Fonseca2009-02-181-1/+1
* trace: Request a growable file.José Fonseca2008-09-081-1/+1
* trace: Use util's stream.José Fonseca2008-09-081-6/+6
* gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul2008-08-241-0/+2
* trace: Use long longs to ensure covering 64bits integers.José Fonseca2008-08-181-4/+4
* trace: Get the trace file from the GALLIUM_TRACE option itself.José Fonseca2008-08-181-2/+5
* trace: Allow multiple screens. Flush after call.José Fonseca2008-08-151-16/+37
* trace: Make stream a global variable.José Fonseca2008-08-151-161/+176
* trace: Fix hexadecimal dumping.José Fonseca2008-08-121-6/+5
* trace: Allow to dump binary data.José Fonseca2008-08-091-0/+19
* trace: Dump format names.José Fonseca2008-08-071-0/+8
* trace: Dump state.José Fonseca2008-08-071-1/+9
* trace: New pipe driver to trace incoming calls.José Fonseca2008-08-071-0/+329