aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/util/u_debug_flush.c
Commit message (Expand)AuthorAgeFilesLines
* gallium/aux/util/u_debug_flush.c: Silence warnings -Wunused-paramGert Wollny2017-11-171-3/+4
* gallium/util: reduce util_snprintf() calls in debug_flush_might_flush_cb()Brian Paul2017-04-261-5/+6
* gallium/util: add some comments in u_debug_flush.cBrian Paul2017-04-261-0/+15
* 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-6/+6
* gallium/util: replace pipe_mutex_init() with mtx_init()Timothy Arceri2017-03-071-1/+1
* gallium/util: remove pipe_static_mutex()Timothy Arceri2017-03-071-1/+1
* gallium/util: replace pipe_mutex with mtx_tTimothy Arceri2017-03-071-1/+1
* util: Move gallium's linked list to utilJason Ekstrand2015-05-081-1/+1
* Remove useless checks for NULL before freeingMatt Turner2014-12-081-8/+4
* util/u_debug_flush: Use util_snprintf.José Fonseca2014-05-021-2/+3
* gallium/util: Add flush/map debug utility codeThomas Hellstrom2014-02-141-0/+391