Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-04-19 | trace: Enable dumping to be turned on and off | Jakob Bornecrantz | |
2009-04-17 | trace: Keep screen objects on lists | Jakob Bornecrantz | |
2009-04-17 | trace: Fix is_referenced functions | Jakob Bornecrantz | |
2009-04-17 | trace: Simplify trace_buffer function | Jakob Bornecrantz | |
2009-04-15 | gallium: Make sure we flush before some texture / buffer operations. | Thomas Hellstrom | |
Also implement context member functions to optimize away those flushes whenever possible. Signed-off-by: Thomas Hellstrom <thellstrom-at-vmware-dot-com> | |||
2009-04-08 | trace: Simplify cast wrappers. | José Fonseca | |
2009-04-08 | trace: Match pipe_context::clear prototype. | José Fonseca | |
2009-04-04 | gallium: Clean up driver clear() interface. | Michel Dänzer | |
Only allows clearing currently bound buffers, but colour and depth/stencil in a single call. | |||
2009-03-25 | trace: Defer the cast to after the check for enabled trace. | José Fonseca | |
Prevents segfault when trace is disabled. | |||
2009-03-16 | trace: Fix memory leak | Jakob Bornecrantz | |
2009-03-13 | gallium: Remove do_flip argument from surface_copy | Jakob Bornecrantz | |
I should have gotten most uses and implementation correctly fixed, but things might break. Feel free to blame me. | |||
2009-03-12 | trace: Wrap pipe_buffers | 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 | |
2009-01-27 | gallium: standardize api on the prefix "nr" | Zack Rusin | |
2009-01-08 | gallium: Replace uint64 by standard uint64_t. | José Fonseca | |
uint64 is not (so?) standard, and often redefined by third parties, causing name clashes. | |||
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: 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: Fix create_blend_state dump. | José Fonseca | |
2008-08-12 | trace: Fix create_depth_stencil_alpha_state trace. | José Fonseca | |
2008-08-12 | trace: Trace winsys/screen/context creation. | José Fonseca | |
2008-08-09 | trace: Prevent tracing internal pipe driver calls. | José Fonseca | |
2008-08-08 | trace: Prevent from internal calls from pipe_context to pipe_screen from ↵ | José Fonseca | |
being traced. | |||
2008-08-07 | trace: Dump state. | 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. |