aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/pipebuffer/pb_bufmgr_mm.c
Commit message (Expand)AuthorAgeFilesLines
* gallium/auxiliary: fix new gcc6 warningsRob Clark2016-02-181-2/+2
* gallium/auxiliary: Trivial code style cleanupEdward O'Callaghan2015-12-061-2/+2
* gallium: replace INLINE with inlineIlia Mirkin2015-07-211-2/+2
* util: Move gallium's linked list to utilJason Ekstrand2015-05-081-1/+1
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-3/+3
* Remove useless checks for NULL before freeingMatt Turner2012-09-051-2/+1
* pb_buffer: inline 'base' sub-structMarek Olšák2011-09-111-5/+5
* pb: Fix the build, and add notes.José Fonseca2010-09-121-1/+4
* pb: add void * for flush ctx to mapping functionsDave Airlie2010-09-121-1/+1
* Squashed commit of the following:Keith Whitwell2010-04-101-2/+2
* gallium: Move p_thread.h and p_atomic.h out of gallium interfaces.José Fonseca2010-02-021-1/+1
* pipebuffer: Use a type consistently for sizes/offsets.José Fonseca2009-06-181-12/+12
* pipebuffer: Silence out of heap space debug printJakob Bornecrantz2009-06-081-1/+1
* gallium: Remove remnants of reference counting internals outside of p_refcnt.h.Michel Dänzer2009-03-231-1/+1
* gallium: Use struct pipe_atomic for pipe refcounts.Thomas Hellstrom2009-03-161-1/+1
* gallium: Unify reference counting.Michel Dänzer2009-03-041-3/+3
* Merge commit 'origin/gallium-0.1'José Fonseca2009-02-231-7/+3
|\
| * pipebuffer: Don't retry to alloc memory block on mm.José Fonseca2009-02-181-7/+3
* | util: Move p_debug.h into util module.José Fonseca2009-02-181-1/+1
* | pipebuffer: Implement proper buffer validation.José Fonseca2009-01-291-1/+24
* | pipebuffer: Fix alignment assertion.José Fonseca2009-01-281-2/+2
* | Merge commit 'origin/gallium-0.1' into gallium-0.2Alan Hourihane2008-12-151-24/+1
|\|
| * Revert "pipebuffer: Implement proper buffer validation."Keith Whitwell2008-12-121-24/+1
* | Merge commit 'origin/gallium-0.1' into gallium-0.2Alan Hourihane2008-11-251-1/+24
|\|
| * pipebuffer: Implement proper buffer validation.José Fonseca2008-11-241-1/+24
* | gallium: s/mmDestroy/u_mmDestroy/Brian Paul2008-11-051-1/+1
* | gallium: prefix memory manager functions with u_ to differentiate from functi...Brian Paul2008-10-291-5/+5
|/
* pipebuffer: New callback to flush all temporary-held buffers.José Fonseca2008-09-181-1/+9
* gallium: thread wrapper clean-upBrian Paul2008-08-261-10/+10
* gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul2008-08-241-1/+1
* pipebuffer: Verify usage flag consistency. Minor cleanups.José Fonseca2008-07-021-3/+3
* pb: don't assert(0) on failure to allocate - this is a normal condition in ma...Keith Whitwell2008-06-121-1/+0
* Bring in several forgotten MSVC fixes.José Fonseca2008-02-231-2/+2
* Remove src/mesa and src/mesa/main from gallium source include paths.José Fonseca2008-02-191-2/+1
* Move mm.c code into util module.José Fonseca2008-02-191-301/+1
* Standardize on using the pipe/ include prefix.José Fonseca2008-02-181-4/+4
* Code reorganization: s/aux/auxiliary/.José Fonseca2008-02-151-0/+593