Commit message (Expand) | Author | Age | |
---|---|---|---|
* | clean up more dead code | mtklein | 2016-02-16 |
* | If we swap its arguments, SkTaskGroup::batch() _is_ sk_parallel_for. | mtklein | 2016-01-04 |
* | Change SkTaskGroup to use std::function. Ripple all the changes. | herb | 2015-12-10 |
* | Avoid hang in OncePtr test with --threads 1 | kkinnunen | 2015-11-04 |
* | Modifications to get 'blaze build -c opt //third_party/skia/HEAD/...' to work. | benjaminwagner | 2015-10-19 |
* | Have /src files use header directly. | herb | 2015-09-29 |
* | Move SkAtomics.h to private. | herb | 2015-09-28 |
* | Add sk_parallel_for() | mtklein | 2015-06-17 |
* | Modernize atomics in SkTaskGroup's threadpool. | mtklein | 2015-06-17 |
* | SkTaskGroup::batch(fn, args, N) | mtklein | 2014-10-29 |
* | MultiPictureDraw is taskgroup aware. | reed | 2014-10-29 |