aboutsummaryrefslogtreecommitdiffstats
path: root/src/util/u_queue.c
Commit message (Expand)AuthorAgeFilesLines
* util/u_queue: add an option to resize the queue when it's fullMarek Olšák2017-07-171-3/+34
* util/u_queue: fix a use-before-initialization race for queue->threadsMarek Olšák2017-06-071-16/+14
* util/u_queue: add an option to set the minimum thread priorityMarek Olšák2017-06-071-1/+18
* util/u_queue: add a way to remove a job when we just want to destroy itMarek Olšák2017-06-071-6/+47
* util/queue: don't hang at exitRob Clark2017-04-181-1/+10
* gallium/util: move u_queue.{c,h} to src/utilTimothy Arceri2017-03-121-0/+331