summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/util/u_queue.h
Commit message (Expand)AuthorAgeFilesLines
* gallium/u_queue: add optional cleanup callbackRob Clark2016-07-161-1/+5
* gallium/u_queue: allow the execute function to differ per jobMarek Olšák2016-06-241-4/+6
* gallium/u_queue: reduce the number of mutexes by 2Marek Olšák2016-06-241-2/+3
* gallium/u_queue: add an option to name threadsMarek Olšák2016-06-241-0/+2
* gallium/u_queue: add an option to have multiple worker threadsMarek Olšák2016-06-241-5/+7
* gallium/u_queue: rewrite util_queue_fence to allow multiple waitersMarek Olšák2016-06-241-1/+9
* gallium/u_queue: use a ring instead of a stackMarek Olšák2016-06-241-3/+5
* gallium/util: import the multithreaded job queue from amdgpu winsys (v2)Marek Olšák2016-06-151-0/+80