| Commit message (Expand) | Author | Age | Files | Lines |
* | gallium/pb_bufmgr_cache: limit the size of cache | Marek Olšák | 2014-09-01 | 2 | -3/+20 |
* | gallium/pipebuffer: change pb_cache_manager_create() size_factor to float | Brian Paul | 2014-02-14 | 2 | -6/+6 |
* | gallium/pipebuffer: Add a cache buffer manager bypass mask | Thomas Hellstrom | 2014-02-14 | 2 | -4/+22 |
* | pipebuffer, winsys: Add a size match parameter to the cached buffer manager | Thomas Hellstrom | 2014-02-14 | 2 | -3/+7 |
* | s/Tungsten Graphics/VMware/ | José Fonseca | 2014-01-17 | 13 | -40/+40 |
* | build: Don't build pipebuffer | Matt Turner | 2013-01-10 | 1 | -18/+0 |
* | Remove useless checks for NULL before freeing | Matt Turner | 2012-09-05 | 2 | -6/+3 |
* | pipebuffer: split up assertion | Brian Paul | 2012-04-18 | 1 | -1/+2 |
* | pipebuffer/debug: Fix a recursive mutex lock | Thomas Hellstrom | 2011-10-31 | 1 | -6/+3 |
* | pb_bufmgr_cache: flush cache when create_buffer fails and try again | Marek Olšák | 2011-10-08 | 1 | -0/+7 |
* | pb_buffer: inline 'base' sub-struct | Marek Olšák | 2011-09-11 | 9 | -91/+87 |
* | pb: Add is_buffer_busy for malloc buffers. | José Fonseca | 2011-03-06 | 1 | -1/+10 |
* | pb_bufmgr_cache: add is_buffer_busy hook and use it instead of non-blocking map | Marek Olšák | 2011-02-14 | 2 | -7/+14 |
* | scons: Remove old pipebuffer SConscript | Jakob Bornecrantz | 2010-11-05 | 1 | -18/+0 |
* | pb: fix numDelayed accounting | Dave Airlie | 2010-10-05 | 1 | -0/+1 |
* | pb: don't keep checking buffers after first busy | Dave Airlie | 2010-10-05 | 1 | -13/+19 |
* | pb: Fix the build, and add notes. | José Fonseca | 2010-09-12 | 5 | -5/+14 |
* | pb: add void * for flush ctx to mapping functions | Dave Airlie | 2010-09-12 | 8 | -19/+19 |
* | pipebuffer: Clean up header file inclusion in pb_bufmgr.h. | Vinson Lee | 2010-08-26 | 1 | -2/+1 |
* | Squashed commit of the following: | Keith Whitwell | 2010-04-10 | 12 | -56/+58 |
* | gallium: cached bufmgr add map busy check | Dave Airlie | 2010-03-21 | 1 | -0/+9 |
* | pipebuffer: slab: if size < alignment, use alignment to find bucket | Luca Barbieri | 2010-02-23 | 1 | -1/+5 |
* | pipebuffer: fix inverted signalled checking | Luca Barbieri | 2010-02-23 | 1 | -1/+1 |
* | pipebuffer: avoid assert due to increasing a zeroed refcnt | Luca Barbieri | 2010-02-23 | 1 | -1/+1 |
* | pipebuffer: Don't synchronize when checking for buffer overflows. | José Fonseca | 2010-02-22 | 1 | -1/+3 |
* | gallium: cast to silence waring | Brian Paul | 2010-02-10 | 1 | -1/+1 |
* | gallium: use os_time.h in pb_bufmgr_cache.c | Brian Paul | 2010-02-10 | 1 | -9/+9 |
* | gallium: Move p_thread.h and p_atomic.h out of gallium interfaces. | José Fonseca | 2010-02-02 | 6 | -6/+6 |
* | gallium: pipe/p_inlines.h -> util/u_inlines.h | José Fonseca | 2010-02-02 | 1 | -0/+1 |
* | pipebuffer: Reapply the mesa_7_7_branch's changes. | José Fonseca | 2010-01-25 | 2 | -335/+769 |
* | gallium/aux: re-add pb_buffer_fenced.[ch] accidentally remove during merge | Brian Paul | 2010-01-22 | 2 | -769/+333 |
* | Merge branch 'mesa_7_7_branch' | Brian Paul | 2010-01-22 | 8 | -487/+811 |
|\ |
|
| * | pipebuffer: Remove unnecessary header. | Vinson Lee | 2010-01-21 | 1 | -1/+0 |
| * | pipebuffer: Release the lock during map wait. Cleanups. | José Fonseca | 2010-01-21 | 1 | -63/+131 |
| * | pipebuffer: Swap buffers out to system memory when running out of memory. | José Fonseca | 2010-01-21 | 6 | -491/+706 |
| * | pipebuffer: Ensure buffer size/alignment is not zero. | José Fonseca | 2010-01-18 | 1 | -0/+3 |
* | | Merge branch 'mesa_7_7_branch' | Jakob Bornecrantz | 2010-01-14 | 1 | -171/+111 |
|\| |
|
| * | Revert "pipebuffer: Multi-threading fixes for fencing." | Jakob Bornecrantz | 2010-01-07 | 1 | -170/+111 |
* | | Merge remote branch 'origin/mesa_7_7_branch' | José Fonseca | 2010-01-06 | 1 | -16/+18 |
|\| |
|
| * | pipebuffer: Multi-threading fixes for fencing. | José Fonseca | 2010-01-06 | 1 | -111/+170 |
* | | gallium: Generate a single library for auxiliaries with Make too. | José Fonseca | 2010-01-01 | 1 | -19/+0 |
* | | scons: Aggregate all tiny libraries in a single library. | José Fonseca | 2010-01-01 | 1 | -19/+0 |
* | | gallium: fix ref counting bug in pb_bufmgr | José Fonseca | 2009-12-03 | 1 | -4/+1 |
* | | gallium: fix reference counting functions to be strict-aliasing compliant | Roland Scheidegger | 2009-12-03 | 3 | -2/+9 |
* | | pb: Make fenced buffers threadsafe. | José Fonseca | 2009-11-19 | 1 | -112/+168 |
|/ |
|
* | gallium/util: add casts to silence warnings | Brian Paul | 2009-11-02 | 1 | -3/+3 |
* | gallium: Move enum pipe_error into p_defines.h. | José Fonseca | 2009-10-25 | 6 | -6/+5 |
* | Merge branch 'mesa_7_6_branch' | Brian Paul | 2009-10-05 | 1 | -1/+1 |
|\ |
|
| * | gallium: replace // comments with /* */ | Brian Paul | 2009-10-02 | 1 | -1/+1 |
* | | pipebuffer: fix printf warnings | Keith Whitwell | 2009-09-24 | 1 | -1/+1 |