Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gallium/u_queue: add optional cleanup callback | Rob Clark | 2016-07-16 | 1 | -1/+5 |
* | gallium/u_queue: allow the execute function to differ per job | Marek Olšák | 2016-06-24 | 1 | -4/+6 |
* | gallium/u_queue: reduce the number of mutexes by 2 | Marek Olšák | 2016-06-24 | 1 | -2/+3 |
* | gallium/u_queue: add an option to name threads | Marek Olšák | 2016-06-24 | 1 | -0/+2 |
* | gallium/u_queue: add an option to have multiple worker threads | Marek Olšák | 2016-06-24 | 1 | -5/+7 |
* | gallium/u_queue: rewrite util_queue_fence to allow multiple waiters | Marek Olšák | 2016-06-24 | 1 | -1/+9 |
* | gallium/u_queue: use a ring instead of a stack | Marek Olšák | 2016-06-24 | 1 | -3/+5 |
* | gallium/util: import the multithreaded job queue from amdgpu winsys (v2) | Marek Olšák | 2016-06-15 | 1 | -0/+80 |