aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/pipebuffer/pb_cache.c
Commit message (Expand)AuthorAgeFilesLines
* util: remove LIST_DEL macroTimothy Arceri2019-10-281-2/+2
* util: remove LIST_ADDTAIL macroTimothy Arceri2019-10-281-1/+1
* util: remove LIST_INITHEAD macroTimothy Arceri2019-10-281-1/+1
* gallium/pipebuffer: fix parenthesis locationTimothy Arceri2018-04-031-1/+1
* pb_cache: let drivers choose the number of bucketsMarek Olšák2018-01-271-4/+19
* pb_cache: call os_time_get outside of the loopMarek Olšák2018-01-271-6/+6
* gallium: remove unused and deprecated u_time.hNicolai Hähnle2017-11-091-1/+1
* gallium/util: replace pipe_mutex_unlock() with mtx_unlock()Timothy Arceri2017-03-071-5/+5
* gallium/util: replace pipe_mutex_lock() with mtx_lock()Timothy Arceri2017-03-071-3/+3
* gallium/util: replace pipe_mutex_destroy() with mtx_destroy()Timothy Arceri2017-03-071-1/+1
* gallium/util: replace pipe_mutex_init() with mtx_init()Timothy Arceri2017-03-071-1/+1
* gallium/pb_cache: reduce the number of pointer dereferencesMarek Olšák2016-07-191-7/+9
* gallium/pb_cache: divide the cache into buckets for reducing cache missesMarek Olšák2016-07-191-17/+32
* gallium/pb_cache: check parameters that are more likely to fail firstMarek Olšák2016-07-191-8/+7
* gallium/pb_cache: add a copy of cache bufmgr independent of pb_managerMarek Olšák2015-12-111-0/+286