Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-04-17 | trace: Keep screen objects on lists | Jakob Bornecrantz | |
2009-03-11 | trace: Move buffer functions from winsys to screen | Jakob Bornecrantz | |
2009-03-11 | trace: Remove all whitespace at EOL | Jakob Bornecrantz | |
2008-08-19 | trace: Support C++. | José Fonseca | |
2008-08-15 | trace: Wrap all textures and surface created by the pipe driver. | José Fonseca | |
That is, Unfortunately, this causes a regression in softpipe, where the output gets tyled. | |||
2008-08-15 | trace: Trace surface contents. | José Fonseca | |
2008-08-15 | trace: 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-09 | trace: Remove unused code. | José Fonseca | |
2008-08-07 | trace: New pipe driver to trace incoming calls. | José Fonseca | |
Only pipe_screen calls traced, and only linux supported, for now. |