index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
core
/
SkTaskGroup.h
Commit message (
Expand
)
Author
Age
*
Switch SkTaskGroup to std::atomic.
Mike Klein
2017-02-22
*
fix typo in SkTaskGroup.h
Mike Klein
2017-02-22
*
SkExecutor
Mike Klein
2017-02-22
*
SkOncePtr -> SkOnce
mtklein
2016-05-05
*
Revert of SkOncePtr -> SkOnce (patchset #1 id:1 of https://codereview.chromiu...
reed
2016-05-05
*
Reland of SkOncePtr -> SkOnce (patchset #1 id:1 of https://codereview.chromiu...
reed
2016-05-05
*
Revert of SkOncePtr -> SkOnce (patchset #4 id:60001 of https://codereview.chr...
reed
2016-05-04
*
SkOncePtr -> SkOnce
mtklein
2016-05-04
*
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