index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
core
/
SkRecordOpts.cpp
Commit message (
Expand
)
Author
Age
*
Revert[2] of "add backdrop option to SaveLayerRec"
reed
2016-01-07
*
add SkRecordOptimize2 and an experimental API for more aggressive opts
reed
2015-11-19
*
Modernize SkRecordPattern.h
mtklein
2015-11-19
*
Add SkRecord::defrag().
mtklein
2015-11-19
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
unsigned -> int for counts and indices in picture-related code
mtklein
2015-08-19
*
Fold alpha to the inner savelayer in savelayer-savelayer-restore patterns
kkinnunen
2015-01-26
*
Fold alpha to the draw in savelayer-draw-restore patterns with non-opaque draw
kkinnunen
2015-01-16
*
Why are we afraid of saveLayer() bounds?
mtklein
2015-01-15
*
Allow the alpha folding optimization if the single draw's paint has a shader
robertphillips
2014-12-21
*
Turn disable or delete optimizations that don't have any effect.
mtklein
2014-09-16
*
Fix a bug in Save-Restore no-op optimization.
mtklein
2014-09-10
*
Turn on the save-layer optimization.
mtklein
2014-09-08
*
Turn on all pixel-perfect SkRecord optimizations.
mtklein
2014-09-08
*
SkRecord: Strip out cull-skipping and y-only drawPosTextH skipping.
mtklein
2014-08-08
*
SaveFlags be-gone
Florin Malita
2014-06-30
*
Add EXPERIMENTAL_beginRecording() for SkRecord-based recording.
mtklein
2014-06-17