summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/pipebuffer/pb_bufmgr.h
AgeCommit message (Expand)Author
2011-02-14pb_bufmgr_cache: add is_buffer_busy hook and use it instead of non-blocking mapMarek Olšák
2010-08-26pipebuffer: Clean up header file inclusion in pb_bufmgr.h.Vinson Lee
2010-04-10Squashed commit of the following:Keith Whitwell
2010-01-21pipebuffer: Swap buffers out to system memory when running out of memory.José Fonseca
2009-10-25gallium: Move enum pipe_error into p_defines.h.José Fonseca
2009-06-18pipebuffer: Use a type consistently for sizes/offsets.José Fonseca
2009-02-24pipebuffer: Allow asymmetric guard sizes for under/overflow detection.José Fonseca
2009-02-10pipebuffer: Drop reliance on pipe_winsys.José Fonseca
2009-01-29pipebuffer: Ondemand buffer manager.José Fonseca
2009-01-29pipebuffer: Implement proper buffer validation.José Fonseca
2008-12-12Revert "pipebuffer: Implement proper buffer validation."Keith Whitwell
2008-12-12Revert "pipebuffer: Ondemand buffer manager."Keith Whitwell
2008-11-24pipebuffer: Ondemand buffer manager.José Fonseca
2008-11-24pipebuffer: Implement proper buffer validation.José Fonseca
2008-09-18pipebuffer: New callback to flush all temporary-held buffers.José Fonseca
2008-07-02pipebuffer: Debug buffer manager to detect buffer under- and overflows.José Fonseca
2008-06-10pipebuffer: Alternative buffer manager.José Fonseca
2008-05-27pipebuffer: Malloc buffer provider.José Fonseca
2008-05-08pipebuffer: Don't include standard headers directly.José Fonseca
2008-04-24pipebuffer: New function to flush the buffer cache.José Fonseca
2008-04-15gallium: Allow to use a single slab.José Fonseca
2008-04-13gallium: Buffer cache.José Fonseca
2008-04-13gallium: Initial port of Thomas slab suballocator to pipebuffer.José Fonseca
2008-02-27gallium: Make headers C++ friendly.José Fonseca
2008-02-15Code reorganization: s/aux/auxiliary/.José Fonseca