aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/pipebuffer/pb_bufmgr_pool.c
Commit message (Expand)AuthorAgeFilesLines
* gallium: Remove the pool pipebuffer manager.Eric Anholt2019-04-231-322/+0
* pipebuffer: use new pb_usage_flags enum typeBrian Paul2019-03-081-2/+3
* gallium: Fix Thomas's email addressKenneth Graunke2017-07-281-1/+1
* gallium/util: replace pipe_mutex_unlock() with mtx_unlock()Timothy Arceri2017-03-071-6/+6
* gallium/util: replace pipe_mutex_lock() with mtx_lock()Timothy Arceri2017-03-071-4/+4
* gallium/util: replace pipe_mutex_init() with mtx_init()Timothy Arceri2017-03-071-1/+1
* gallium/util: replace pipe_mutex with mtx_tTimothy Arceri2017-03-071-1/+1
* gallium/auxiliary: Trivial code style cleanupEdward O'Callaghan2015-12-061-1/+1
* 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-4/+2
* pb_buffer: inline 'base' sub-structMarek Olšák2011-09-111-9/+9
* pb: Fix the build, and add notes.José Fonseca2010-09-121-1/+3
* 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-10/+10
* gallium: Remove remnants of reference counting internals outside of p_refcnt.h.Michel Dänzer2009-03-231-2/+2
* gallium: Use struct pipe_atomic for pipe refcounts.Thomas Hellstrom2009-03-161-2/+2
* gallium: Unify reference counting.Michel Dänzer2009-03-041-4/+4
* 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
* Revert "pipebuffer: Implement proper buffer validation."Keith Whitwell2008-12-121-24/+1
* pipebuffer: Implement proper buffer validation.José Fonseca2008-11-241-1/+24
* pipebuffer: New callback to flush all temporary-held buffers.José Fonseca2008-09-181-0/+8
* gallium: thread wrapper clean-upBrian Paul2008-08-261-12/+12
* 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/+6
* Remove src/mesa and src/mesa/main from gallium source include paths.José Fonseca2008-02-191-2/+1
* Standardize on using the pipe/ include prefix.José Fonseca2008-02-181-5/+5
* Code reorganization: s/aux/auxiliary/.José Fonseca2008-02-151-0/+288