Age | Commit message (Expand) | Author |
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 |
2009-03-16 | trace: Fix memory leak | Jakob Bornecrantz |
2009-03-16 | trace: Re-init refcounters just incase | Jakob Bornecrantz |
2009-03-16 | trace: Dump buffer data via buffer writes | Jakob Bornecrantz |
2009-03-16 | gallium: Use struct pipe_atomic for pipe refcounts. | Thomas Hellstrom |
2009-03-13 | gallium: consolidate bypass_vs and bypass_clipping flags | Keith Whitwell |
2009-03-13 | trace: Fix some typos | Jakob Bornecrantz |
2009-03-13 | gallium: Remove do_flip argument from surface_copy | Jakob Bornecrantz |
2009-03-12 | trace: Wrap pipe_buffers | Jakob Bornecrantz |
2009-03-12 | trace: Add dump util functions for wrapped pointers | 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-03-11 | trace: Fixup trace a bit | Jakob Bornecrantz |
2009-03-11 | trace: Fixup trace a bit | Jakob Bornecrantz |
2009-03-04 | gallium: Remove some superfluous instances of #include "p_inlines.h". | Michel Dänzer |
2009-03-04 | gallium: Unify reference counting. | Michel Dänzer |
2009-02-25 | gallium: Add support for BSD operating systems, tested with FreeBSD | Benjamin Close |
2009-02-20 | gallium: Improve makefiles for libraries | Jakob Bornecrantz |
2009-02-18 | gallium: Fix up trace driver for introduction of struct pipe_transfer. | Michel Dänzer |
2009-02-18 | util: Move p_debug.h into util module. | José Fonseca |
2009-02-02 | gallium: remove pipe_buffer from surfaces | Zack Rusin |
2009-01-30 | gallium: make p_winsys internal | Zack Rusin |
2009-01-29 | gallium: give the screen priority when it comes to buffer allocations | Zack Rusin |
2009-01-27 | gallium: remove redundant size from the constant buffer | Zack Rusin |
2009-01-27 | gallium: it's a reference value, not a reference number | Zack Rusin |
2009-01-27 | gallium: standardize api on the prefix "nr" | Zack Rusin |
2009-01-27 | gallium: standardize naming of masks | Zack Rusin |
2009-01-27 | gallium: standardize on stride instead of pitch in the interface | Zack Rusin |
2009-01-20 | gallium: Remove the standalone surfaces. | José Fonseca |
2009-01-09 | Merge commit 'origin/gallium-0.2' into gallium-xlib-rework | Keith Whitwell |