Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | util/queue: fix a race condition in the fence code | Nicolai Hähnle | 2017-09-29 | 1 | -0/+13 |
* | util: only use SCHED_IDLE in pthread_setschedparam() when it's defined | Roland Scheidegger | 2017-09-01 | 1 | -1/+1 |
* | util/u_queue: add an option to resize the queue when it's full | Marek Olšák | 2017-07-17 | 1 | -3/+34 |
* | util/u_queue: fix a use-before-initialization race for queue->threads | Marek Olšák | 2017-06-07 | 1 | -16/+14 |
* | util/u_queue: add an option to set the minimum thread priority | Marek Olšák | 2017-06-07 | 1 | -1/+18 |
* | util/u_queue: add a way to remove a job when we just want to destroy it | Marek Olšák | 2017-06-07 | 1 | -6/+47 |
* | util/queue: don't hang at exit | Rob Clark | 2017-04-18 | 1 | -1/+10 |
* | gallium/util: move u_queue.{c,h} to src/util | Timothy Arceri | 2017-03-12 | 1 | -0/+331 |