Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-12-01 | trace: Implement separate vertex sampler state. | Michal Krol | |
2009-06-09 | trace/rbug: Add support for draw block rule | Jakob Bornecrantz | |
2009-06-09 | trace/rbug: Return textures currently bound to context | Jakob Bornecrantz | |
2009-06-05 | trace/rbug: Use condvar on system that has it for blocking | Jakob Bornecrantz | |
2009-06-04 | trace/rbug: Add new contexts functions to trace rbug | Jakob Bornecrantz | |
2009-05-16 | trace: If either shader is disabled don't draw | Jakob Bornecrantz | |
2009-05-16 | trace: Put shaders on a list in the context | Jakob Bornecrantz | |
2009-04-17 | trace: Keep screen objects on lists | Jakob Bornecrantz | |
2009-03-11 | trace: Remove all whitespace at EOL | Jakob Bornecrantz | |
2009-02-18 | util: Move p_debug.h into util module. | José Fonseca | |
The debug functions depend on several util function for os abstractions, and these depend on debug functions, so a seperate module is not possible. | |||
2008-08-19 | trace: Support C++. | 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-14 | trace: Separate the trace screen/context vs the original screen/context. | José Fonseca | |
2008-08-12 | trace: Trace winsys/screen/context creation. | José Fonseca | |
2008-08-07 | trace: Trace pipe context calls. | 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. |