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