aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/effects
Commit message (Expand)AuthorAge
* add reflection asColorMode to SkColorFilter (for gpu)Gravatar reed@google.com2011-04-14
* add mask for paint-bits to layerdrawlooperGravatar mike@reedtribe.org2011-04-14
* speed up 2-point-radial gradients by 9x, using float instead of fixedGravatar reed@google.com2011-04-13
* Fix SkFixed overflows in SkFixedSquare, SkGradientShader.Gravatar wjmaclean@chromium.org2011-04-13
* expand SkLayerDrawLooper to allow for an xfermode when transfering the paint'...Gravatar reed@google.com2011-04-12
* fast return if no part of the paint gets replacedGravatar mike@reedtribe.org2011-04-09
* add optional bitflags to control which aspect of each layer's paint is appliedGravatar mike@reedtribe.org2011-04-08
* fix infinite loop (doh)Gravatar mike@reedtribe.org2011-04-08
* Simplify drawloopers and drawfilters. This allows the canvas to keep itsGravatar reed@google.com2011-04-07
* Fix Two Pt Radial when circles are concentric.Gravatar bsalomon@google.com2011-04-06
* Upstreaming changes from android.Gravatar djsollen@google.com2011-03-14
* Fixes shadow colors with alpha value smaller that one. Results were too tran...Gravatar junov@google.com2011-03-11
* make asABitmap() constGravatar reed@google.com2011-03-07
* Add asAGradient shader extraction API.Gravatar vandebo@chromium.org2011-02-24
* rename SkDeque::Iter to SkDeque::F2BIter, since it runs front-to-back (in pre...Gravatar reed@google.com2011-02-22
* [Committed on behalf of junov@chromium.org]Gravatar senorblanco@chromium.org2011-02-18
* remove SkRefCnt safeRef() and safeUnref(), and replace the call-sites withGravatar reed@google.com2011-02-07
* fix fEntryCount when we purge a cache entry (bug caught by our validate())Gravatar reed@google.com2011-01-19
* add SK_DISABLE_DITHER_32BIT_GRADIENT flag. If defined, disables the newly addedGravatar reed@google.com2011-01-17
* add dithering to 32bit linear gradientsGravatar reed@google.com2011-01-13
* update copyrightGravatar reed@google.com2010-12-23
* merge in gpu changes to gradientshadersGravatar reed@google.com2010-12-23
* Fix perf regression in Color32.Gravatar senorblanco@chromium.org2010-12-16
* Patch by Mike Lawther (mikelawther@chromium.org).Gravatar senorblanco@chromium.org2010-12-06
* improve precision for blendGravatar reed@android.com2010-03-12
* update windows portGravatar reed@android.com2009-12-18
* fix repeat/mirror for new larger 16bit cacheGravatar reed@android.com2009-12-14
* make the 16bit cache larger, to handle multiple colors in the gradient w/oGravatar reed@android.com2009-12-14
* flatten/unflatten custom fields for 2-point gradientGravatar reed@android.com2009-11-10
* update dox for SkAvoidXfermode (as best I could)Gravatar reed@android.com2009-11-09
* rename gamma to table, since it is more general than just gammaGravatar reed@android.com2009-10-29
* add gamma maskfilter, especially nice when applied after a blurGravatar reed@android.com2009-10-29
* add BlitRow procs for 32->32, to allow for neon and other optimizations.Gravatar reed@android.com2009-09-23
* clear the kHasSpan16 bit for two-point-radial, since we don't implement thatGravatar reed@android.com2009-09-22
* Two-point radial gradient implementation.Gravatar senorblanco@chromium.org2009-09-22
* fix sumbuffer to initialize its top and left colum/row with zeros. Without th...Gravatar reed@android.com2009-09-21
* use rowbytes instead of bounds.width()Gravatar reed@android.com2009-09-18
* expand SkShader's flag kConstInY to 16 and 32 variants, allowing a shaderGravatar reed@android.com2009-08-27
* close out previous contour (so we don't miss the last segment)Gravatar reed@android.com2009-08-14
* add -forceFilter to bench toolGravatar reed@android.com2009-08-04
* add FIXME to commentGravatar reed@android.com2009-07-07
* fix gradients with alpha to convert to premul *after* the intermediate colorGravatar reed@android.com2009-07-02
* remove (ack) test code in lineargradient when pos array is nullGravatar reed@android.com2009-07-01
* add unittest for matrix::flattenGravatar reed@android.com2009-06-29
* add shape flatten so they work properly in picturesGravatar reed@android.com2009-06-29
* remove remaining references to porterduffGravatar reed@android.com2009-06-23
* remove deprecated use of porterduff enumGravatar reed@android.com2009-06-23
* move xfermode modes from porterduff into xfermode itselfGravatar reed@android.com2009-06-22
* add shader flag kConstInY_FlagGravatar reed@android.com2009-06-12
* make the same prerounding fix for the shadeSpan16 caseGravatar reed@android.com2009-06-12