Age | Commit message (Expand) | Author |
2009-09-24 | gallium/trace: casts to silence warnings | Brian Paul |
2009-09-24 | trace: fix printf warnings | Keith Whitwell |
2009-09-01 | trace: Don't set surface_[fill|copy] if not set on pipe | Jakob Bornecrantz |
2009-08-28 | drm_api: Operate on textures instead of buffers | Jakob Bornecrantz |
2009-08-18 | Merge branch 'mesa_7_5_branch' | Brian Paul |
2009-08-14 | trace: Remove space next to the class attribute of the trace. | José Fonseca |
2009-08-11 | gallium/trace: remove stray semicolons | Brian Paul |
2009-08-11 | gallium: Add texture usage information to surface_buffer_create | Jakob Bornecrantz |
2009-08-05 | trace: Use correct texture in drm_api wrapper | Jakob Bornecrantz |
2009-07-20 | gallium/trace: Fix SCons build. | Michel Dänzer |
2009-07-02 | trace: Add drm api integration | Jakob Bornecrantz |
2009-06-30 | gallium: remove the pipe_sampler_state::shadow_ambient field | Brian Paul |
2009-06-18 | trace: Use size_t consistently. | José Fonseca |
2009-06-14 | trace: Don't write state objects to file if dumping is not set | Jakob Bornecrantz |
2009-06-24 | Merge branch 'mesa_7_5_branch' | Brian Paul |
2009-06-10 | trace: __func__ --> __FUNCTION__. | 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-08 | trace/rbug: Sleep on windows when blocked | 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-06-01 | trace/rbug: Add rbug integration for remote debugging | Jakob Bornecrantz |
2009-05-18 | trace: Improve shader wrapping | Jakob Bornecrantz |
2009-05-16 | gallium: remove occlusion_count flag from depth-stencil state | Keith Whitwell |
2009-05-16 | trace: Export enabled status | Jakob Bornecrantz |
2009-05-16 | trace: Unwrap buffer in texture_blanket | 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-05-16 | trace: Move state dump functions to tr_dump_state.[c|h] | Jakob Bornecrantz |
2009-04-20 | trace: Add initializer for static variables | Jakob Bornecrantz |
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 |
2009-04-09 | trace: Dump the fence, not its pointer. | José Fonseca |
2009-04-09 | trace: Use 'flags' name consistently. | José Fonseca |
2009-04-08 | trace: Make calls dumping threadsafe. | José Fonseca |
2009-04-08 | trace: Make call no global. | José Fonseca |
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 |
2009-03-26 | gallium: Remove some little-used fields from struct pipe_surface. | Michel Dänzer |
2009-03-25 | trace: Defer the cast to after the check for enabled trace. | José Fonseca |
2009-03-25 | trace: Update readme. | José Fonseca |
2009-03-25 | trace: Number calls. | José Fonseca |
2009-03-25 | Add #ifdefs needed to compile Gallium on Solaris with gcc or Sun cc | Alan Coopersmith |
2009-03-22 | trace: Fix args to buffer write | Jakob Bornecrantz |
2009-03-21 | gallium: remove remaining references to origin_lower_left | Keith Whitwell |
2009-03-19 | trace: Formalize on a standard for data size pair | Jakob Bornecrantz |