aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/pipebuffer/pb_buffer_fenced.c
Commit message (Expand)AuthorAgeFilesLines
* pipebuffer: silence unused var warnings for non-debug buildBrian Paul2015-06-011-0/+1
* util: Move gallium's linked list to utilJason Ekstrand2015-05-081-1/+1
* Fix a few typosZoë Blade2015-04-271-1/+1
* pb_buffer: inline 'base' sub-structMarek Olšák2011-09-111-16/+16
* pb: add void * for flush ctx to mapping functionsDave Airlie2010-09-121-4/+4
* Squashed commit of the following:Keith Whitwell2010-04-101-17/+17
* pipebuffer: fix inverted signalled checkingLuca Barbieri2010-02-231-1/+1
* gallium: Move p_thread.h and p_atomic.h out of gallium interfaces.José Fonseca2010-02-021-1/+1
* pipebuffer: Reapply the mesa_7_7_branch's changes.José Fonseca2010-01-251-298/+769
* gallium/aux: re-add pb_buffer_fenced.[ch] accidentally remove during mergeBrian Paul2010-01-221-769/+296
* Merge branch 'mesa_7_7_branch'Brian Paul2010-01-221-296/+769
|\
| * pipebuffer: Release the lock during map wait. Cleanups.José Fonseca2010-01-211-63/+131
| * pipebuffer: Swap buffers out to system memory when running out of memory.José Fonseca2010-01-211-299/+703
* | Merge branch 'mesa_7_7_branch'Jakob Bornecrantz2010-01-141-171/+111
|\|
| * Revert "pipebuffer: Multi-threading fixes for fencing."Jakob Bornecrantz2010-01-071-170/+111
* | Merge remote branch 'origin/mesa_7_7_branch'José Fonseca2010-01-061-16/+18
|\|
| * pipebuffer: Multi-threading fixes for fencing.José Fonseca2010-01-061-111/+170
* | gallium: fix reference counting functions to be strict-aliasing compliantRoland Scheidegger2009-12-031-1/+4
* | pb: Make fenced buffers threadsafe.José Fonseca2009-11-191-112/+168
|/
* gallium/util: add casts to silence warningsBrian Paul2009-11-021-3/+3
* gallium: Move enum pipe_error into p_defines.h.José Fonseca2009-10-251-1/+1
* Merge branch 'mesa_7_6_branch'Brian Paul2009-10-051-1/+1
|\
| * gallium: replace // comments with /* */Brian Paul2009-10-021-1/+1
* | pipebuffer: fix warningsKeith Whitwell2009-09-241-2/+2
|/
* pipebuffer: Use a type consistently for sizes/offsets.José Fonseca2009-06-181-3/+3
* pb: Dump the fenced buffer sizes.José Fonseca2009-05-081-4/+6
* pipebuffer: don't fail when validating mapped buffersKeith Whitwell2009-04-241-4/+5
* Add #ifdefs needed to compile Gallium on Solaris with gcc or Sun ccAlan Coopersmith2009-03-251-2/+2
* gallium: Remove remnants of reference counting internals outside of p_refcnt.h.Michel Dänzer2009-03-231-4/+4
* gallium: Use struct pipe_atomic for pipe refcounts.Thomas Hellstrom2009-03-161-4/+8
* gallium: Unify reference counting.Michel Dänzer2009-03-041-8/+8
* Merge commit 'origin/gallium-0.1'José Fonseca2009-03-031-1/+1
|\
| * pipebuffer: Fix copy'n'paste typo.José Fonseca2009-03-031-1/+1
* | pipebuffer: Cleanup merge.José Fonseca2009-03-031-43/+0
* | pb: fix up merge mistakesKeith Whitwell2009-03-031-9/+7
* | Merge commit 'origin/gallium-0.1'Keith Whitwell2009-03-031-9/+64
|\|
| * pipebuffer: Cleanup code & comments.José Fonseca2009-03-021-11/+7
| * pipebuffer: Handle PIPE_BUFFER_USAGE_DONTBLOCK flag.José Fonseca2009-03-021-5/+15
| * pipebuffer: Wait for the GPU to finish reading too.José Fonseca2009-03-021-3/+4
| * pipebuffer: Remove unused var.José Fonseca2009-03-021-1/+0
* | gallium: Add support for BSD operating systems, tested with FreeBSDBenjamin Close2009-02-251-2/+2
* | pipebuffer: Remove unused var.José Fonseca2009-02-241-1/+0
* | Merge commit 'origin/gallium-0.1'José Fonseca2009-02-231-9/+89
|\|
| * pipebuffer: Dump debugging info for fenced buffer list.José Fonseca2009-02-181-9/+89
* | util: Move p_debug.h into util module.José Fonseca2009-02-181-1/+1
* | pipebuffer: Drop reliance on pipe_winsys.José Fonseca2009-02-101-18/+19
* | gallium: make p_winsys internalZack Rusin2009-01-301-1/+1
* | pipebuffer: Implement proper buffer validation.José Fonseca2009-01-291-56/+94
|/
* Revert "pipebuffer: Implement proper buffer validation."Keith Whitwell2008-12-121-102/+56
* pipebuffer: Implement proper buffer validation.José Fonseca2008-11-241-56/+102