summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/trace/tr_dump.c
Commit message (Expand)AuthorAgeFilesLines
* gallium/drivers: Trivial code-style cleanupEdward O'Callaghan2015-12-061-4/+4
* gallium: replace INLINE with inlineIlia Mirkin2015-07-211-12/+12
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-3/+3
* trace: Don't dump texture transfers.José Fonseca2013-06-211-7/+16
* trace: Only close trace files on exit.José Fonseca2013-04-251-15/+4
* trace: Never close stdout/stderr.José Fonseca2013-02-221-2/+9
* trace: measure time for each gallium callBrian Paul2013-02-011-0/+24
* trace: add void to function definitionBrian Paul2013-02-011-1/+2
* trace: allow GALLIUM_TRACE=stdout/stderrBrian Paul2013-02-011-3/+11
* trace: Flush before drawing.José Fonseca2012-10-261-0/+8
* gallium/auxiliary: Remove os_stream.José Fonseca2011-11-291-9/+8
* trace: Use pipe_static_mutex.José Fonseca2011-03-061-15/+1
* trace: Handle transfers with zero strides correctly.José Fonseca2010-04-181-2/+10
* trace: Fix several regressions introduced by recent interface changes.José Fonseca2010-04-121-3/+6
* Squashed commit of the following:Keith Whitwell2010-04-101-17/+14
* trace: Update for os_stream changes.José Fonseca2010-02-141-1/+1
* trace: util_stream -> os_streamJosé Fonseca2010-02-041-6/+6
* gallium: Move p_thread.h and p_atomic.h out of gallium interfaces.José Fonseca2010-02-021-1/+1
* trace: Add PIPE_OS_APPLE.Vinson Lee2009-12-221-2/+2
* trace: Remove space next to the class attribute of the trace.José Fonseca2009-08-141-1/+1
* trace: Use size_t consistently.José Fonseca2009-06-181-2/+2
* trace: Add initializer for static variablesJakob Bornecrantz2009-04-201-2/+13
* trace: Enable dumping to be turned on and offJakob Bornecrantz2009-04-191-3/+156
* trace: Simplify trace_buffer functionJakob Bornecrantz2009-04-171-2/+1
* trace: Make calls dumping threadsafe.José Fonseca2009-04-081-0/+7
* trace: Make call no global.José Fonseca2009-04-081-3/+4
* trace: Simplify cast wrappers.José Fonseca2009-04-081-8/+3
* trace: Number calls.José Fonseca2009-03-251-1/+9
* Add #ifdefs needed to compile Gallium on Solaris with gcc or Sun ccAlan Coopersmith2009-03-251-2/+2
* trace: Add dump util functions for wrapped pointersJakob Bornecrantz2009-03-121-0/+48
* trace: Move buffer functions from winsys to screenJakob Bornecrantz2009-03-111-0/+1
* trace: Remove all whitespace at EOLJakob Bornecrantz2009-03-111-31/+31
* gallium: Add support for BSD operating systems, tested with FreeBSDBenjamin Close2009-02-251-2/+2
* 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