summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/pipebuffer/pb_buffer_fenced.c
AgeCommit message (Expand)Author
2010-09-12pb: add void * for flush ctx to mapping functionsDave Airlie
2010-04-10Squashed commit of the following:Keith Whitwell
2010-02-23pipebuffer: fix inverted signalled checkingLuca Barbieri
2010-02-02gallium: Move p_thread.h and p_atomic.h out of gallium interfaces.José Fonseca
2010-01-25pipebuffer: Reapply the mesa_7_7_branch's changes.José Fonseca
2010-01-22gallium/aux: re-add pb_buffer_fenced.[ch] accidentally remove during mergeBrian Paul
2010-01-22Merge branch 'mesa_7_7_branch'Brian Paul
2010-01-21pipebuffer: Release the lock during map wait. Cleanups.José Fonseca
2010-01-21pipebuffer: Swap buffers out to system memory when running out of memory.José Fonseca
2010-01-14Merge branch 'mesa_7_7_branch'Jakob Bornecrantz
2010-01-07Revert "pipebuffer: Multi-threading fixes for fencing."Jakob Bornecrantz
2010-01-06Merge remote branch 'origin/mesa_7_7_branch'José Fonseca
2010-01-06pipebuffer: Multi-threading fixes for fencing.José Fonseca
2009-12-03gallium: fix reference counting functions to be strict-aliasing compliantRoland Scheidegger
2009-11-19pb: Make fenced buffers threadsafe.José Fonseca
2009-11-02gallium/util: add casts to silence warningsBrian Paul
2009-10-25gallium: Move enum pipe_error into p_defines.h.José Fonseca
2009-10-05Merge branch 'mesa_7_6_branch'Brian Paul
2009-10-02gallium: replace // comments with /* */Brian Paul
2009-09-24pipebuffer: fix warningsKeith Whitwell
2009-06-18pipebuffer: Use a type consistently for sizes/offsets.José Fonseca
2009-05-08pb: Dump the fenced buffer sizes.José Fonseca
2009-04-24pipebuffer: don't fail when validating mapped buffersKeith Whitwell
2009-03-25Add #ifdefs needed to compile Gallium on Solaris with gcc or Sun ccAlan Coopersmith
2009-03-23gallium: Remove remnants of reference counting internals outside of p_refcnt.h.Michel Dänzer
2009-03-16gallium: Use struct pipe_atomic for pipe refcounts.Thomas Hellstrom
2009-03-04gallium: Unify reference counting.Michel Dänzer
2009-03-03Merge commit 'origin/gallium-0.1'José Fonseca
2009-03-03pipebuffer: Cleanup merge.José Fonseca
2009-03-03pb: fix up merge mistakesKeith Whitwell
2009-03-03pipebuffer: Fix copy'n'paste typo.José Fonseca
2009-03-03Merge commit 'origin/gallium-0.1'Keith Whitwell
2009-03-02pipebuffer: Cleanup code & comments.José Fonseca
2009-03-02pipebuffer: Handle PIPE_BUFFER_USAGE_DONTBLOCK flag.José Fonseca
2009-03-02pipebuffer: Wait for the GPU to finish reading too.José Fonseca
2009-03-02pipebuffer: Remove unused var.José Fonseca
2009-02-25gallium: Add support for BSD operating systems, tested with FreeBSDBenjamin Close
2009-02-24pipebuffer: Remove unused var.José Fonseca
2009-02-23Merge commit 'origin/gallium-0.1'José Fonseca
2009-02-18pipebuffer: Dump debugging info for fenced buffer list.José Fonseca
2009-02-18util: Move p_debug.h into util module.José Fonseca
2009-02-10pipebuffer: Drop reliance on pipe_winsys.José Fonseca
2009-01-30gallium: make p_winsys internalZack Rusin
2009-01-29pipebuffer: Implement proper buffer validation.José Fonseca
2008-12-12Revert "pipebuffer: Implement proper buffer validation."Keith Whitwell
2008-11-24pipebuffer: Implement proper buffer validation.José Fonseca
2008-08-26gallium: thread wrapper clean-upBrian Paul
2008-08-25gallium: include <sched.h> on linux to get sched_yield() protoBrian
2008-08-24gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul
2008-08-07pipebuffer: Add an extra assertion to ensure buffers do not jump between lists.José Fonseca