Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | trace/rbug: Add rbug integration for remote debugging | Jakob Bornecrantz | 2009-06-01 | 1 | -2/+19 |
| | |||||
* | trace: Export enabled status | Jakob Bornecrantz | 2009-05-16 | 1 | -0/+7 |
| | |||||
* | trace: Keep screen objects on lists | Jakob Bornecrantz | 2009-04-17 | 1 | -0/+33 |
| | |||||
* | trace: Move buffer functions from winsys to screen | Jakob Bornecrantz | 2009-03-11 | 1 | -0/+13 |
| | |||||
* | trace: Remove all whitespace at EOL | Jakob Bornecrantz | 2009-03-11 | 1 | -2/+2 |
| | |||||
* | trace: Support C++. | José Fonseca | 2008-08-19 | 1 | -0/+9 |
| | |||||
* | trace: Wrap all textures and surface created by the pipe driver. | José Fonseca | 2008-08-15 | 1 | -14/+2 |
| | | | | | | | That is, Unfortunately, this causes a regression in softpipe, where the output gets tyled. | ||||
* | trace: Trace surface contents. | José Fonseca | 2008-08-15 | 1 | -0/+5 |
| | |||||
* | trace: Make stream a global variable. | José Fonseca | 2008-08-15 | 1 | -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é Fonseca | 2008-08-09 | 1 | -2/+0 |
| | |||||
* | trace: New pipe driver to trace incoming calls. | José Fonseca | 2008-08-07 | 1 | -0/+65 |
Only pipe_screen calls traced, and only linux supported, for now. |