Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2017-03-07 | gallium/util: replace pipe_mutex_unlock() with mtx_unlock() | Timothy Arceri | 1 | -1/+1 |
2017-03-07 | gallium/util: replace pipe_mutex_lock() with mtx_lock() | Timothy Arceri | 1 | -1/+1 |
2017-03-07 | gallium/util: replace pipe_mutex_destroy() with mtx_destroy() | Timothy Arceri | 1 | -1/+1 |
2017-03-07 | gallium/util: replace pipe_mutex_init() with mtx_init() | Timothy Arceri | 1 | -1/+1 |
2017-03-07 | gallium/util: replace pipe_mutex with mtx_t | Timothy Arceri | 1 | -1/+1 |
2015-07-21 | gallium: replace INLINE with inline | Ilia Mirkin | 1 | -5/+5 |
2014-02-28 | gallium/util: add missing u_math include | Ilia Mirkin | 1 | -0/+2 |
2013-03-01 | gallium/util: add helper code for 1D integer range | Marek Olšák | 1 | -0/+89 |