Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | trace: Use size_t consistently. | José Fonseca | 2009-06-18 | 1 | -3/+3 |
| | |||||
* | trace: Add initializer for static variables | Jakob Bornecrantz | 2009-04-20 | 1 | -0/+5 |
| | |||||
* | trace: Enable dumping to be turned on and off | Jakob Bornecrantz | 2009-04-19 | 1 | -1/+32 |
| | |||||
* | trace: Add dump util functions for wrapped pointers | Jakob Bornecrantz | 2009-03-12 | 1 | -1/+10 |
| | |||||
* | trace: Remove all whitespace at EOL | Jakob Bornecrantz | 2009-03-11 | 1 | -1/+1 |
| | |||||
* | gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.h | Brian Paul | 2008-08-24 | 1 | -1/+0 |
| | | | | Also, rename p_tile.[ch] to u_tile.[ch] | ||||
* | trace: Use long longs to ensure covering 64bits integers. | José Fonseca | 2008-08-18 | 1 | -2/+2 |
| | |||||
* | trace: Allow multiple screens. Flush after call. | José Fonseca | 2008-08-15 | 1 | -0/+1 |
| | |||||
* | trace: Make stream a global variable. | José Fonseca | 2008-08-15 | 1 | -61/+59 |
| | | | | | This not only simplifies the code, but allows to use atexit() to ensure the log is closed when applications don't exit cleanly. | ||||
* | trace: Allow to dump binary data. | José Fonseca | 2008-08-09 | 1 | -0/+1 |
| | |||||
* | trace: Dump format names. | José Fonseca | 2008-08-07 | 1 | -0/+1 |
| | |||||
* | trace: Dump state. | José Fonseca | 2008-08-07 | 1 | -4/+27 |
| | |||||
* | trace: Trace pipe context calls. | José Fonseca | 2008-08-07 | 1 | -0/+7 |
| | |||||
* | trace: New pipe driver to trace incoming calls. | José Fonseca | 2008-08-07 | 1 | -0/+102 |
Only pipe_screen calls traced, and only linux supported, for now. |