Age | Commit message (Expand) | Author |
2009-11-19 | pb: Make fenced buffers threadsafe. | José Fonseca |
2009-11-02 | gallium/util: add casts to silence warnings | Brian Paul |
2009-10-25 | gallium: Move enum pipe_error into p_defines.h. | José Fonseca |
2009-10-05 | Merge branch 'mesa_7_6_branch' | Brian Paul |
2009-10-02 | gallium: replace // comments with /* */ | Brian Paul |
2009-09-24 | pipebuffer: fix printf warnings | Keith Whitwell |
2009-09-24 | pipebuffer: fix warnings | Keith Whitwell |
2009-07-06 | pipebuffer: handle possible null pointer dereference | Zack Rusin |
2009-06-18 | pipebuffer: Use a type consistently for sizes/offsets. | José Fonseca |
2009-06-08 | pipebuffer: Silence out of heap space debug print | Jakob Bornecrantz |
2009-05-08 | pb: Save the stack backtrace when creating/mapping a debug buffer. | José Fonseca |
2009-05-08 | pb: Dump the fenced buffer sizes. | José Fonseca |
2009-04-24 | pipebuffer: don't fail when validating mapped buffers | Keith Whitwell |
2009-03-25 | Add #ifdefs needed to compile Gallium on Solaris with gcc or Sun cc | Alan Coopersmith |
2009-03-23 | gallium: Remove remnants of reference counting internals outside of p_refcnt.h. | Michel Dänzer |
2009-03-16 | gallium: Use struct pipe_atomic for pipe refcounts. | Thomas Hellstrom |
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-03-03 | Merge commit 'origin/gallium-0.1' | José Fonseca |
2009-03-03 | pipebuffer: Cleanup merge. | José Fonseca |
2009-03-03 | pb: fix up merge mistakes | Keith Whitwell |
2009-03-03 | pipebuffer: Fix copy'n'paste typo. | José Fonseca |
2009-03-03 | Merge commit 'origin/gallium-0.1' | Keith Whitwell |
2009-03-02 | pipebuffer: Cleanup code & comments. | José Fonseca |
2009-03-02 | pipebuffer: Handle PIPE_BUFFER_USAGE_DONTBLOCK flag. | José Fonseca |
2009-03-02 | pipebuffer: Wait for the GPU to finish reading too. | José Fonseca |
2009-03-02 | pipebuffer: Remove unused var. | José Fonseca |
2009-02-25 | gallium: Add support for BSD operating systems, tested with FreeBSD | Benjamin Close |
2009-02-24 | pipebuffer: Allow asymmetric guard sizes for under/overflow detection. | José Fonseca |
2009-02-24 | pipebuffer: Remove unused var. | José Fonseca |
2009-02-23 | Merge commit 'origin/gallium-0.1' | José Fonseca |
2009-02-20 | gallium: Improve makefiles for libraries | Jakob Bornecrantz |
2009-02-18 | pipebuffer: Dump debugging info for fenced buffer list. | José Fonseca |
2009-02-18 | pipebuffer: Don't retry to alloc memory block on mm. | José Fonseca |
2009-02-18 | util: Move p_debug.h into util module. | José Fonseca |
2009-02-10 | pipebuffer: Drop reliance on pipe_winsys. | José Fonseca |
2009-02-01 | pipebuffer: Drop (most of) pipe winsys stuff. | José Fonseca |
2009-01-30 | gallium: make p_winsys internal | Zack Rusin |
2009-01-30 | Merge branch 'gallium-0.2' into gallium-winsys-private | José Fonseca |
2009-01-30 | pipebuffer: Consider 0 as no alignment needed. | José Fonseca |
2009-01-29 | gallium: give the screen priority when it comes to buffer allocations | Zack Rusin |
2009-01-29 | pipebuffer: Ondemand buffer manager. | José Fonseca |
2009-01-29 | pipebuffer: Implement proper buffer validation. | José Fonseca |
2009-01-28 | pipebuffer: More assertions. | José Fonseca |
2009-01-28 | pipebuffer: Fix alignment assertion. | José Fonseca |
2009-01-28 | pipebuffer: Export the pipe buffer winsys hooks. | José Fonseca |
2008-12-15 | Merge commit 'origin/gallium-0.1' into gallium-0.2 | Alan Hourihane |
2008-12-12 | Revert "pipebuffer: Implement proper buffer validation." | Keith Whitwell |
2008-12-12 | Revert "pipebuffer: Ondemand buffer manager." | Keith Whitwell |
2008-12-12 | Revert "pipebuffer: Fix buffer overflow." | Keith Whitwell |