index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
core
/
SkTaskGroup.cpp
Commit message (
Expand
)
Author
Age
*
Add FIFO thread pool, use it for most things.
Mike Klein
2017-09-01
*
add SkTaskGroup::done()
Mike Klein
2017-08-24
*
Switch SkTaskGroup to std::atomic.
Mike Klein
2017-02-22
*
SkExecutor
Mike Klein
2017-02-22
*
SkLeanWindows.h: #include "Windows.h" fewer places
halcanary
2016-06-07
*
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
*
Modernize and trim down SkOnce.
mtklein
2016-04-18
*
Style bikeshed - remove extraneous whitespace
halcanary
2016-03-29
*
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
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
Style Change: SkNEW->new; SkDELETE->delete
halcanary
2015-08-26
*
Don't cap num_cores at 32 on 32-bit Windows.
mtklein
2015-07-01
*
Add sk_parallel_for()
mtklein
2015-06-17
*
Add and use SkSemaphore
mtklein
2015-06-17
*
Modernize atomics in SkTaskGroup's threadpool.
mtklein
2015-06-17
*
Manually load CONDITION_VARIABLE methods on Windows, checking for failure (XP).
mtklein
2014-11-03
*
SkTaskGroup::batch(fn, args, N)
mtklein
2014-10-29
*
MultiPictureDraw is taskgroup aware.
reed
2014-10-29