egl: drop unnecessary _eglGetDriver()
[mesa.git] / src / util / u_queue.c
2020-05-08 Con KolivasLinux: Change minimum priority threads from SCHED_IDLE...
2020-03-30 Rhys Perryutil/u_queue: fix race in total_jobs_size access
2019-10-28 Timothy Arceriutil: remove LIST_DEL macro
2019-10-28 Timothy Arceriutil: remove LIST_ADD macro
2019-10-28 Timothy Arceriutil: remove LIST_INITHEAD macro
2019-10-24 Marek Olšákutil/u_queue: skip util_queue_finish if num_threads...
2019-09-19 Timothy Arceriutil/u_queue: track job size and limit the size of...
2019-08-23 Lionel Landwerlinutil: fix compilation on macos
2019-07-19 Eric Engestromutil: use standard name for snprintf()
2019-04-01 Marek Olšákutil/queue: add util_queue_adjust_num_threads
2019-04-01 Marek Olšákutil/queue: hold a lock when reading num_threads in...
2019-04-01 Marek Olšákutil/queue: add ability to kill a subset of threads
2019-04-01 Marek Olšákutil/queue: move thread creation into a separate function
2018-10-07 Marek Olšákutil/u_queue: add UTIL_QUEUE_INIT_SET_FULL_THREAD_AFFINITY
2018-08-02 Andres Gomezkutil/queue: use util_snprintf() in util_queue_init
2018-08-01 Dylan Bakerutil: move process.[ch] to u_process.[ch]
2018-07-05 Lionel Landwerlinutil: u_queue: fix android build error
2018-07-05 Marek Olšákutil/queue: remove leftover debug code
2018-07-05 Marek Olšákkutil/queue: add a process name into a thread name
2018-04-27 Marek Olšákutil/u_queue: fix a deadlock in util_queue_finish
2017-11-20 Nicolai Hähnleutil/u_queue: fix timeout handling in util_queue_fence_...
2017-11-09 Nicolai Hähnleutil/u_queue: add util_queue_fence_wait_timeout
2017-11-09 Nicolai Hähnleu_queue: add util_queue_finish for waiting for previous...
2017-11-09 Nicolai Hähnleu_queue: add a futex-based implementation of fences
2017-11-09 Nicolai Hähnleu_queue: add util_queue_fence_reset
2017-11-09 Nicolai Hähnleu_queue: export util_queue_fence_signal
2017-09-29 Nicolai Hähnleutil/queue: fix a race condition in the fence code
2017-08-31 Roland Scheideggerutil: only use SCHED_IDLE in pthread_setschedparam...
2017-07-17 Marek Olšákutil/u_queue: add an option to resize the queue when...
2017-06-07 Marek Olšákutil/u_queue: fix a use-before-initialization race...
2017-06-07 Marek Olšákutil/u_queue: add an option to set the minimum thread...
2017-06-07 Marek Olšákutil/u_queue: add a way to remove a job when we just...
2017-04-18 Rob Clarkutil/queue: don't hang at exit
2017-03-12 Timothy Arcerigallium/util: move u_queue.{c,h} to src/util