index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
effects
/
SkLayerRasterizer.cpp
Commit message (
Expand
)
Author
Age
*
Remove SK_SUPPORT_LEGACY_DEEPFLATTENING.
mtklein
2014-12-01
*
Revert of Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. (patchset #1 id:1 of https...
mtklein
2014-12-01
*
Remove SK_SUPPORT_LEGACY_DEEPFLATTENING.
mtklein
2014-12-01
*
Simplify flattening to just write enough to call the factory/public-construct...
reed
2014-08-21
*
Remove use of SK_SUPPORT_LEGACY_LAYERRASTERIZER_API.
dominikg
2014-07-21
*
Revert of remove guarded code - there are no more callers (https://codereview...
reed
2014-06-18
*
remove guarded code - there are no more callers
reed
2014-06-18
*
Return NULL when building empty LayerRasterizer.
scroggo
2014-06-03
*
remove SkBounder -- unused and unloved
reed
2014-06-03
*
Create SkLayerRasterizer w/o destroying Builder.
commit-bot@chromium.org
2014-04-10
*
Builder class for SkLayerRasterizer.
commit-bot@chromium.org
2014-02-26
*
replace SkBitmap::Config with SkColorType in gms
commit-bot@chromium.org
2014-02-17
*
use SkColorType instead of SkBitmap::Config in views/effects
commit-bot@chromium.org
2014-02-16
*
Refactor read and write buffers.
commit-bot@chromium.org
2014-01-30
*
change all interfaces for SkRasterizer to const, in preparation for marking it
reed@google.com
2012-12-18
*
Make flattenables no longer depend on global static initializers.
scroggo@google.com
2012-09-21
*
privatize SkBuffer.h
mike@reedtribe.org
2012-08-13
*
Update SkFlattenable buffers to be more modular.
djsollen@google.com
2012-08-07
*
Replace new with SkNEW in more effects classes.
tomhudson@google.com
2012-07-24
*
move SkStrokePathEffect into hiding for now, as its functionality is rethought.
reed@google.com
2012-05-10
*
Fixing the drawing of blurred shodows for hairline paths with software rendering
junov@chromium.org
2012-04-04
*
Cleanup code related to SkFlattenable::flatten()
djsollen@google.com
2012-03-29
*
Create macro for registering classes for deserialization
djsollen@google.com
2012-03-26
*
add optional manual global initialization
caryclark@google.com
2011-12-15
*
enable soft clipping (yikes)
reed@google.com
2011-10-24
*
add serialization to SkLayerRasterizer
reed@google.com
2011-08-09
*
Automatic update of all copyright notices to reflect new license terms.
epoger@google.com
2011-07-28
*
code style
mike@reedtribe.org
2011-04-20
*
rename SkDeque::Iter to SkDeque::F2BIter, since it runs front-to-back (in pre...
reed@google.com
2011-02-22
*
remove SkRefCnt safeRef() and safeUnref(), and replace the call-sites with
reed@google.com
2011-02-07
*
add ADD xfermode
reed@android.com
2009-04-24
*
promote SkMask's rowBytes to 32bits, since its bounds is a 32bit rect
reed@android.com
2009-03-19
*
grab from latest android
reed@android.com
2008-12-17