aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/trace/tr_dump.h
Commit message (Expand)AuthorAgeFilesLines
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-2/+2
* trace: Don't dump texture transfers.José Fonseca2013-06-211-1/+1
* trace: Only close trace files on exit.José Fonseca2013-04-251-1/+0
* trace: Prevent segfault when passing NULL to set_vertex_buffers.José Fonseca2012-11-051-14/+22
* trace: Flush before drawing.José Fonseca2012-10-261-0/+1
* trace: Use pipe_static_mutex.José Fonseca2011-03-061-5/+0
* 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