aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/trace/README
Commit message (Collapse)AuthorAgeFilesLines
* gallium: move ddebug, noop, rbug, trace to auxiliary to improve build timesMarek Olšák2018-04-131-55/+0
| | | | which also simplifies the build scripts.
* st/python: Remove bindings, and all its dependencies.José Fonseca2011-04-061-1/+6
| | | | | | | | | Because: - bindings are not fully automatic, and they are broken most of the time - unit tests/samples can be written in C on top of graw - tracing/retracing is more useful at API levels with stable ABIs such as GL, producing traces that cover more layers of the driver stack and and can be used for regression testing
* scons: Revamp how to specify targets to build.José Fonseca2010-11-011-16/+2
| | | | | | | | | | | | | | | | | | | | | | Use scons target and dependency system instead of ad-hoc options. Now is simply a matter of naming what to build. For example: scons libgl-xlib scons libgl-gdi scons graw-progs scons llvmpipe and so on. And there is also the possibility of scepcified subdirs, e.g. scons src/gallium/drivers If nothing is specified then everything will be build. There might be some rough corners over the next days. Please bare with me.
* trace: Update READMEJakob Bornecrantz2010-05-121-25/+12
|
* xlib: Integrate the trace driver with all pipe drivers.José Fonseca2009-12-281-3/+2
| | | | | | | And not just softpipe. It is particularly convenient to use llvmpipe instead, since it is much faster. It also allows to use rbug with all xlib drivers.
* trace/rbug: Add rbug integration for remote debuggingJakob Bornecrantz2009-06-011-2/+16
|
* trace: Update readme.José Fonseca2009-03-251-3/+3
| | | | | Actually, the trace driver with the xlib statetracker is still causing assertion failures here..
* trace: Fix typo in build instructions.José Fonseca2008-09-161-1/+1
|
* 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.