aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/effects/SkLayerRasterizer.cpp
Commit message (Expand)AuthorAge
* change all interfaces for SkRasterizer to const, in preparation for marking itGravatar reed@google.com2012-12-18
* Make flattenables no longer depend on global static initializers.Gravatar scroggo@google.com2012-09-21
* privatize SkBuffer.hGravatar mike@reedtribe.org2012-08-13
* Update SkFlattenable buffers to be more modular.Gravatar djsollen@google.com2012-08-07
* Replace new with SkNEW in more effects classes.Gravatar tomhudson@google.com2012-07-24
* move SkStrokePathEffect into hiding for now, as its functionality is rethought.Gravatar reed@google.com2012-05-10
* Fixing the drawing of blurred shodows for hairline paths with software renderingGravatar junov@chromium.org2012-04-04
* Cleanup code related to SkFlattenable::flatten()Gravatar djsollen@google.com2012-03-29
* Create macro for registering classes for deserializationGravatar djsollen@google.com2012-03-26
* add optional manual global initializationGravatar caryclark@google.com2011-12-15
* enable soft clipping (yikes)Gravatar reed@google.com2011-10-24
* add serialization to SkLayerRasterizerGravatar reed@google.com2011-08-09
* Automatic update of all copyright notices to reflect new license terms.Gravatar epoger@google.com2011-07-28
* code styleGravatar mike@reedtribe.org2011-04-20
* rename SkDeque::Iter to SkDeque::F2BIter, since it runs front-to-back (in pre...Gravatar reed@google.com2011-02-22
* remove SkRefCnt safeRef() and safeUnref(), and replace the call-sites withGravatar reed@google.com2011-02-07
* add ADD xfermodeGravatar reed@android.com2009-04-24
* promote SkMask's rowBytes to 32bits, since its bounds is a 32bit rectGravatar reed@android.com2009-03-19
* grab from latest androidGravatar reed@android.com2008-12-17