summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/trace/tr_dump.h
AgeCommit message (Collapse)Author
2008-08-24gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul
Also, rename p_tile.[ch] to u_tile.[ch]
2008-08-18trace: Use long longs to ensure covering 64bits integers.José Fonseca
2008-08-15trace: Allow multiple screens. Flush after call.José Fonseca
2008-08-15trace: Make stream a global variable.José Fonseca
This not only simplifies the code, but allows to use atexit() to ensure the log is closed when applications don't exit cleanly.
2008-08-09trace: Allow to dump binary data.José Fonseca
2008-08-07trace: Dump format names.José Fonseca
2008-08-07trace: Dump state.José Fonseca
2008-08-07trace: Trace pipe context calls.José Fonseca
2008-08-07trace: New pipe driver to trace incoming calls.José Fonseca
Only pipe_screen calls traced, and only linux supported, for now.