index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
drivers
/
trace
/
tr_dump.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium: replace INLINE with inline
Ilia Mirkin
2015-07-21
1
-12
/
+12
*
s/Tungsten Graphics/VMware/
José Fonseca
2014-01-17
1
-3
/
+3
*
trace: Don't dump texture transfers.
José Fonseca
2013-06-21
1
-7
/
+16
*
trace: Only close trace files on exit.
José Fonseca
2013-04-25
1
-15
/
+4
*
trace: Never close stdout/stderr.
José Fonseca
2013-02-22
1
-2
/
+9
*
trace: measure time for each gallium call
Brian Paul
2013-02-01
1
-0
/
+24
*
trace: add void to function definition
Brian Paul
2013-02-01
1
-1
/
+2
*
trace: allow GALLIUM_TRACE=stdout/stderr
Brian Paul
2013-02-01
1
-3
/
+11
*
trace: Flush before drawing.
José Fonseca
2012-10-26
1
-0
/
+8
*
gallium/auxiliary: Remove os_stream.
José Fonseca
2011-11-29
1
-9
/
+8
*
trace: Use pipe_static_mutex.
José Fonseca
2011-03-06
1
-15
/
+1
*
trace: Handle transfers with zero strides correctly.
José Fonseca
2010-04-18
1
-2
/
+10
*
trace: Fix several regressions introduced by recent interface changes.
José Fonseca
2010-04-12
1
-3
/
+6
*
Squashed commit of the following:
Keith Whitwell
2010-04-10
1
-17
/
+14
*
trace: Update for os_stream changes.
José Fonseca
2010-02-14
1
-1
/
+1
*
trace: util_stream -> os_stream
José Fonseca
2010-02-04
1
-6
/
+6
*
gallium: Move p_thread.h and p_atomic.h out of gallium interfaces.
José Fonseca
2010-02-02
1
-1
/
+1
*
trace: Add PIPE_OS_APPLE.
Vinson Lee
2009-12-22
1
-2
/
+2
*
trace: Remove space next to the class attribute of the trace.
José Fonseca
2009-08-14
1
-1
/
+1
*
trace: Use size_t consistently.
José Fonseca
2009-06-18
1
-2
/
+2
*
trace: Add initializer for static variables
Jakob Bornecrantz
2009-04-20
1
-2
/
+13
*
trace: Enable dumping to be turned on and off
Jakob Bornecrantz
2009-04-19
1
-3
/
+156
*
trace: Simplify trace_buffer function
Jakob Bornecrantz
2009-04-17
1
-2
/
+1
*
trace: Make calls dumping threadsafe.
José Fonseca
2009-04-08
1
-0
/
+7
*
trace: Make call no global.
José Fonseca
2009-04-08
1
-3
/
+4
*
trace: Simplify cast wrappers.
José Fonseca
2009-04-08
1
-8
/
+3
*
trace: Number calls.
José Fonseca
2009-03-25
1
-1
/
+9
*
Add #ifdefs needed to compile Gallium on Solaris with gcc or Sun cc
Alan Coopersmith
2009-03-25
1
-2
/
+2
*
trace: Add dump util functions for wrapped pointers
Jakob Bornecrantz
2009-03-12
1
-0
/
+48
*
trace: Move buffer functions from winsys to screen
Jakob Bornecrantz
2009-03-11
1
-0
/
+1
*
trace: Remove all whitespace at EOL
Jakob Bornecrantz
2009-03-11
1
-31
/
+31
*
gallium: Add support for BSD operating systems, tested with FreeBSD
Benjamin Close
2009-02-25
1
-2
/
+2
*
util: Move p_debug.h into util module.
José Fonseca
2009-02-18
1
-1
/
+1
*
trace: Request a growable file.
José Fonseca
2008-09-08
1
-1
/
+1
*
trace: Use util's stream.
José Fonseca
2008-09-08
1
-6
/
+6
*
gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.h
Brian Paul
2008-08-24
1
-0
/
+2
*
trace: Use long longs to ensure covering 64bits integers.
José Fonseca
2008-08-18
1
-4
/
+4
*
trace: Get the trace file from the GALLIUM_TRACE option itself.
José Fonseca
2008-08-18
1
-2
/
+5
*
trace: Allow multiple screens. Flush after call.
José Fonseca
2008-08-15
1
-16
/
+37
*
trace: Make stream a global variable.
José Fonseca
2008-08-15
1
-161
/
+176
*
trace: Fix hexadecimal dumping.
José Fonseca
2008-08-12
1
-6
/
+5
*
trace: Allow to dump binary data.
José Fonseca
2008-08-09
1
-0
/
+19
*
trace: Dump format names.
José Fonseca
2008-08-07
1
-0
/
+8
*
trace: Dump state.
José Fonseca
2008-08-07
1
-1
/
+9
*
trace: New pipe driver to trace incoming calls.
José Fonseca
2008-08-07
1
-0
/
+329