index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
core
/
SkMultiPictureDraw.cpp
Commit message (
Expand
)
Author
Age
*
Style bikeshed - remove extraneous whitespace
halcanary
2016-03-29
*
If we swap its arguments, SkTaskGroup::batch() _is_ sk_parallel_for.
mtklein
2016-01-04
*
Update Layer Hoisting to store its atlas texture in the resource cache
robertphillips
2015-11-09
*
Revert of Update Layer Hoisting to store its atlas texture in the resource ca...
robertphillips
2015-11-06
*
Update Layer Hoisting to store its atlas texture in the resource cache
robertphillips
2015-11-06
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
Style Change: SkNEW->new; SkDELETE->delete
halcanary
2015-08-26
*
Add sk_parallel_for()
mtklein
2015-06-17
*
Implement support for mixed sampled render targets
vbuzinov
2015-06-12
*
Add a flag to flush the canvases during SkMultiPictureDraw::draw().
senorblanco
2015-01-28
*
fix images in multi-thread by doing shallow-copies
reed
2014-12-25
*
Fuse GrReplacements and GrLayerCache
robertphillips
2014-12-03
*
Use variable length key (rather than accumulated matrix) as save layer hoisti...
robertphillips
2014-12-01
*
Add support for hoisting layers in pictures drawn with a matrix
robertphillips
2014-11-24
*
Change where layer hoisting data is gathered
robertphillips
2014-11-11
*
Address MSAA rendering in layer hoisting
robertphillips
2014-11-10
*
Include SkTypes so that SK_SUPPORT_GPU is meaningful.
scroggo
2014-11-04
*
Turn SkTaskGroups back on.
mtklein
2014-11-03
*
Always enable layer hoisting in Skia
robertphillips
2014-11-03
*
Revert of Turn SkTaskGroups back on. (patchset #1 id:1 of https://codereview....
mtklein
2014-10-31
*
Turn SkTaskGroups back on.
mtklein
2014-10-31
*
Fix member variable naming
robertphillips
2014-10-30
*
Disable SkTaskGroup in SkMultiPictureDraw temporarily.
mtklein
2014-10-30
*
use SkTaskGroup::batch
reed
2014-10-29
*
SkTaskGroup::batch(fn, args, N)
mtklein
2014-10-29
*
Discard atlas after every MultiPictureDraw::draw
robertphillips
2014-10-29
*
MultiPictureDraw is taskgroup aware.
reed
2014-10-29
*
Revert of Discard atlas after every MultiPictureDraw::draw (patchset #4 id:60...
robertphillips
2014-10-29
*
Discard atlas after every MultiPictureDraw::draw
robertphillips
2014-10-29
*
Alter layer hoisting to only hoist layers for one canvas at a time
robertphillips
2014-10-28
*
Expose layer hoisting API in GrContext
robertphillips
2014-10-08
*
"NULL !=" = NULL
bsalomon
2014-09-05
*
SkMultiPictureDraw API
robertphillips
2014-08-21