summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/trace/tr_screen.h
Commit message (Collapse)AuthorAgeFilesLines
* trace/rbug: Add rbug integration for remote debuggingJakob Bornecrantz2009-06-011-2/+19
|
* trace: Export enabled statusJakob Bornecrantz2009-05-161-0/+7
|
* trace: Keep screen objects on listsJakob Bornecrantz2009-04-171-0/+33
|
* trace: Move buffer functions from winsys to screenJakob Bornecrantz2009-03-111-0/+13
|
* trace: Remove all whitespace at EOLJakob Bornecrantz2009-03-111-2/+2
|
* trace: Support C++.José Fonseca2008-08-191-0/+9
|
* trace: Wrap all textures and surface created by the pipe driver.José Fonseca2008-08-151-14/+2
| | | | | | | That is, Unfortunately, this causes a regression in softpipe, where the output gets tyled.
* trace: Trace surface contents.José Fonseca2008-08-151-0/+5
|
* trace: Make stream a global variable.José Fonseca2008-08-151-5/+0
| | | | | This not only simplifies the code, but allows to use atexit() to ensure the log is closed when applications don't exit cleanly.
* trace: Remove unused code.José Fonseca2008-08-091-2/+0
|
* trace: New pipe driver to trace incoming calls.José Fonseca2008-08-071-0/+65
Only pipe_screen calls traced, and only linux supported, for now.