aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/trace/README
Commit message (Collapse)AuthorAgeFilesLines
* trace: Explain how to integrate with a state tracker or winsys.José Fonseca2008-08-181-3/+42
|
* trace: Get the trace file from the GALLIUM_TRACE option itself.José Fonseca2008-08-181-5/+4
|
* trace: Trace surface contents.José Fonseca2008-08-151-4/+0
|
* trace: Make stream a global variable.José Fonseca2008-08-151-10/+1
| | | | | This not only simplifies the code, but allows to use atexit() to ensure the log is closed when applications don't exit cleanly.
* trace: Update status.José Fonseca2008-08-141-2/+4
|
* trace: New pipe driver to trace incoming calls.José Fonseca2008-08-071-0/+37
Only pipe_screen calls traced, and only linux supported, for now.