Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gallium/util: replace pipe_mutex_lock() with mtx_lock() | Timothy Arceri | 2017-03-07 | 1 | -3/+3 |
* | gallium/util: replace pipe_mutex_destroy() with mtx_destroy() | Timothy Arceri | 2017-03-07 | 1 | -1/+1 |
* | gallium/util: replace pipe_mutex_init() with mtx_init() | Timothy Arceri | 2017-03-07 | 1 | -1/+1 |
* | gallium/pb_cache: reduce the number of pointer dereferences | Marek Olšák | 2016-07-19 | 1 | -7/+9 |
* | gallium/pb_cache: divide the cache into buckets for reducing cache misses | Marek Olšák | 2016-07-19 | 1 | -17/+32 |
* | gallium/pb_cache: check parameters that are more likely to fail first | Marek Olšák | 2016-07-19 | 1 | -8/+7 |
* | gallium/pb_cache: add a copy of cache bufmgr independent of pb_manager | Marek Olšák | 2015-12-11 | 1 | -0/+286 |