summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/trace/tr_dump.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-17s/Tungsten Graphics/VMware/José Fonseca1-3/+3
2013-06-21trace: Don't dump texture transfers.José Fonseca1-7/+16
2013-04-25trace: Only close trace files on exit.José Fonseca1-15/+4
2013-02-22trace: Never close stdout/stderr.José Fonseca1-2/+9
2013-02-01trace: measure time for each gallium callBrian Paul1-0/+24
2013-02-01trace: add void to function definitionBrian Paul1-1/+2
2013-02-01trace: allow GALLIUM_TRACE=stdout/stderrBrian Paul1-3/+11
2012-10-26trace: Flush before drawing.José Fonseca1-0/+8
2011-11-29gallium/auxiliary: Remove os_stream.José Fonseca1-9/+8
2011-03-06trace: Use pipe_static_mutex.José Fonseca1-15/+1
2010-04-18trace: Handle transfers with zero strides correctly.José Fonseca1-2/+10
2010-04-12trace: Fix several regressions introduced by recent interface changes.José Fonseca1-3/+6
2010-04-10Squashed commit of the following:Keith Whitwell1-17/+14
2010-02-14trace: Update for os_stream changes.José Fonseca1-1/+1
2010-02-04trace: util_stream -> os_streamJosé Fonseca1-6/+6
2010-02-02gallium: Move p_thread.h and p_atomic.h out of gallium interfaces.José Fonseca1-1/+1
2009-12-22trace: Add PIPE_OS_APPLE.Vinson Lee1-2/+2
2009-08-14trace: Remove space next to the class attribute of the trace.José Fonseca1-1/+1
2009-06-18trace: Use size_t consistently.José Fonseca1-2/+2
2009-04-20trace: Add initializer for static variablesJakob Bornecrantz1-2/+13
2009-04-19trace: Enable dumping to be turned on and offJakob Bornecrantz1-3/+156
2009-04-17trace: Simplify trace_buffer functionJakob Bornecrantz1-2/+1
2009-04-08trace: Make calls dumping threadsafe.José Fonseca1-0/+7
2009-04-08trace: Make call no global.José Fonseca1-3/+4
2009-04-08trace: Simplify cast wrappers.José Fonseca1-8/+3
2009-03-25trace: Number calls.José Fonseca1-1/+9
2009-03-25Add #ifdefs needed to compile Gallium on Solaris with gcc or Sun ccAlan Coopersmith1-2/+2
2009-03-12trace: Add dump util functions for wrapped pointersJakob Bornecrantz1-0/+48
2009-03-11trace: Move buffer functions from winsys to screenJakob Bornecrantz1-0/+1
2009-03-11trace: Remove all whitespace at EOLJakob Bornecrantz1-31/+31
2009-02-25gallium: Add support for BSD operating systems, tested with FreeBSDBenjamin Close1-2/+2
2009-02-18util: Move p_debug.h into util module.José Fonseca1-1/+1
2008-09-08trace: Request a growable file.José Fonseca1-1/+1
2008-09-08trace: Use util's stream.José Fonseca1-6/+6
2008-08-24gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul1-0/+2
2008-08-18trace: Use long longs to ensure covering 64bits integers.José Fonseca1-4/+4
2008-08-18trace: Get the trace file from the GALLIUM_TRACE option itself.José Fonseca1-2/+5
2008-08-15trace: Allow multiple screens. Flush after call.José Fonseca1-16/+37
2008-08-15trace: Make stream a global variable.José Fonseca1-161/+176
2008-08-12trace: Fix hexadecimal dumping.José Fonseca1-6/+5
2008-08-09trace: Allow to dump binary data.José Fonseca1-0/+19
2008-08-07trace: Dump format names.José Fonseca1-0/+8
2008-08-07trace: Dump state.José Fonseca1-1/+9
2008-08-07trace: New pipe driver to trace incoming calls.José Fonseca1-0/+329