summaryrefslogtreecommitdiffstats
path: root/cc/resources/worker_pool.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove high-frequency trace events.tomhudson@chromium.org2013-08-091-1/+2
* add missing headers in cc/*mostynb@opera.com2013-07-111-0/+1
* Re-land: cc: Add raster finished signals to RasterWorkerPool.reveman@chromium.org2013-07-031-20/+24
* Revert 209912 "cc: Add raster finished signals to RasterWorkerPool."dslomov@chromium.org2013-07-031-24/+20
* cc: Add raster finished signals to RasterWorkerPool.reveman@chromium.org2013-07-031-20/+24
* cc: Added vector::reserve in WorkerPool.vmpstr@chromium.org2013-07-021-16/+16
* cc: Use background priority for worker threads on Linux.reveman@chromium.org2013-07-021-11/+3
* cc: Prioritize tasks with more dependents.reveman@chromium.org2013-07-011-1/+5
* cc: Use a vector for completed tasksvmpstr@chromium.org2013-06-261-14/+20
* cc: Use priority_queue for worker_pool's ready to run tasksvmpstr@chromium.org2013-06-251-15/+21
* cc: Move task graph construction to RasterWorkerPool classes.reveman@chromium.org2013-06-211-58/+5
* cc: Fix to image decode in tile manager.vmpstr@chromium.org2013-06-181-0/+5
* cc: Use run count instead of linear scan through dependencies to detect ready...reveman@chromium.org2013-06-181-52/+58
* cc: Remove unnecessary ref counting in WorkerPool.reveman@chromium.org2013-06-141-2/+2
* cc: Move WorkerPool from cc/base to cc/resources.reveman@chromium.org2013-06-141-0/+461