gallium/util: remove pipe_static_mutex()
[mesa.git] / src / gallium / auxiliary / util / u_queue.c
2017-03-06 Timothy Arcerigallium/util: remove pipe_static_mutex()
2017-03-06 Timothy Arcerigallium/util: replace pipe_condvar_broadcast() with...
2017-03-06 Timothy Arcerigallium/util: replace pipe_condvar_signal() with cnd_si...
2017-03-06 Timothy Arcerigallium/util: replace pipe_condvar_wait() with cnd_wait()
2017-03-06 Timothy Arcerigallium/util: replace pipe_condvar_destroy() with cnd_d...
2017-03-06 Timothy Arcerigallium/util: replace pipe_condvar_init() with cnd_init()
2017-02-27 Grazvydas Ignotasgallium/u_queue: set num_threads correctly if not all...
2017-02-27 Grazvydas Ignotasgallium/u_queue: fix a crash with atexit handlers
2017-02-22 Marek Olšákgallium/u_queue: isolate util_queue_fence implementation
2017-02-22 Marek Olšákgallium/u_queue: fix random crashes when the app calls...
2017-02-14 Marek Olšákgallium/u_queue: add util_queue_get_thread_time_nano
2016-07-16 Rob Clarkgallium/u_queue: add optional cleanup callback
2016-07-11 Nicolai Hähnlegallium/u_queue: assert that users must wait on fences...
2016-07-11 Nicolai Hähnlegallium/u_queue: guard fence->signalled checks with...
2016-06-24 Marek Olšákgallium/u_queue: allow the execute function to differ...
2016-06-24 Marek Olšákgallium/u_queue: reduce the number of mutexes by 2
2016-06-24 Marek Olšákgallium/u_queue: add an option to name threads
2016-06-24 Marek Olšákgallium/u_queue: add an option to have multiple worker...
2016-06-24 Marek Olšákgallium/u_queue: rewrite util_queue_fence to allow...
2016-06-24 Marek Olšákgallium/u_queue: use a ring instead of a stack
2016-06-15 Marek Olšákgallium/util: import the multithreaded job queue from...