Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-08-24 | gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.h | Brian Paul | |
Also, rename p_tile.[ch] to u_tile.[ch] | |||
2008-08-21 | trace: Hack to detect writes to user buffers. | José Fonseca | |
It often happens that new data is written directly to the user buffers without mapping/unmapping. This hack marks user buffers and dumps them before passing them to pipe context. | |||
2008-08-15 | trace: Fix typo. | 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: Several fixes. | 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: More dump fixes. | José Fonseca | |
2008-08-12 | trace: Replace buffer_map+memcpy+buffer_unmap by buffer_write | José Fonseca | |
2008-08-12 | trace: Zero the buffers to avoid dumping uninitialized memory. | José Fonseca | |
2008-08-12 | trace: Trace winsys/screen/context creation. | José Fonseca | |
2008-08-09 | trace: Dump writes to pipe_buffers. | José Fonseca | |
2008-08-09 | trace: Trace pipe_winsys calls. | José Fonseca | |