aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkMaskFilter.cpp
Commit message (Expand)AuthorAge
...
* Add special case circle blur for GaneshGravatar robertphillips2015-09-15
* Style Change: NULL->nullptrGravatar halcanary2015-08-27
* IWYU: 'core' target, files starting A-C.Gravatar bungeman2015-08-05
* Revert of IWYU: 'core' target, files starting A-C. (patchset #5 id:80001 of h...Gravatar reed2015-08-04
* IWYU: 'core' target, files starting A-C.Gravatar bungeman2015-08-04
* Misc cleanupGravatar robertphillips2015-07-22
* change isNestedRect to isNestedFillRectGravatar caryclark2015-04-08
* I'd really like to land this before the branch so speedy reviews are apprecia...Gravatar joshualitt2015-02-25
* Revert of Pass clip to context (patchset #8 id:180001 of https://codereview.c...Gravatar joshualitt2015-02-25
* I'd really like to land this before the branch so speedy reviews are apprecia...Gravatar joshualitt2015-02-25
* Pass Rendertarget into context.Gravatar joshualitt2015-02-18
* return reference to cache instead of copying the maskGravatar reed2015-02-04
* Revert of Cache blur mask for rects which can not break into nine-patch (patc...Gravatar qiankun.miao2015-01-07
* Cache blur mask for rects which can not break into nine-patchGravatar qiankun.miao2015-01-07
* remove view matrix from contextGravatar joshualitt2014-12-17
* add roundOut that returns its resultGravatar reed2014-11-19
* Patch to create a distinct geometry processor. The vast majority of this patchGravatar joshualitt2014-09-23
* Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*.Gravatar bsalomon2014-07-08
* Revert of Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*...Gravatar reed2014-07-07
* Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*.Gravatar bsalomon2014-07-07
* remove SkBounder -- unused and unlovedGravatar reed2014-06-03
* add asAShadowBlur for android to drawlooperGravatar reed@google.com2014-04-29
* plumbing for GPU fast blurGravatar commit-bot@chromium.org2014-03-10
* patch from issue 119343003Gravatar commit-bot@chromium.org2014-01-30
* Revert of Fast blurred rectangles on GPU (https://codereview.chromium.org/119...Gravatar commit-bot@chromium.org2014-01-28
* Perform the same analytic blur calculation on the GPU that we do on the CPU. ...Gravatar commit-bot@chromium.org2014-01-27
* Rename GPU functions on SkBlurMaskFilter and pass ctm.Gravatar commit-bot@chromium.org2014-01-08
* Update all callsites to use info for pixelrefsGravatar reed@google.com2013-12-13
* Reverting r12665 & r12666 (Remove duplicate impl for SkImageInfo flattening) ...Gravatar robertphillips@google.com2013-12-13
* Remvoe duplicate impl for SkImageInfo flatteningGravatar reed@google.com2013-12-13
* Revert "remvoe duplicate impl for SkImageInfo flattening"Gravatar reed@google.com2013-12-11
* Revert "Revert of https://codereview.chromium.org/108773003/"Gravatar reed@google.com2013-12-11
* Revert of https://codereview.chromium.org/108773003/Gravatar commit-bot@chromium.org2013-12-11
* remvoe duplicate impl for SkImageInfo flatteningGravatar reed@google.com2013-12-11
* Revert "PixelRef now returns (nearly) everything that is currently in SkBitma...Gravatar reed@google.com2013-12-11
* PixelRef now returns (nearly) everything that is currently in SkBitmap. The g...Gravatar reed@google.com2013-12-11
* Revert "Revert "Revert "PixelRef now returns (nearly) everything that is curr...Gravatar reed@google.com2013-12-06
* Revert "Revert "PixelRef now returns (nearly) everything that is currently in...Gravatar reed@google.com2013-12-06
* Revert "PixelRef now returns (nearly) everything that is currently in SkBitma...Gravatar reed@google.com2013-12-06
* PixelRef now returns (nearly) everything that is currently in SkBitmap. The g...Gravatar reed@google.com2013-12-06
* Fix compilation with SK_ENABLE_INST_COUNT=1Gravatar commit-bot@chromium.org2013-12-05
* Add ability to ninepatch blurred rounded rectangleGravatar scroggo@google.com2013-11-08
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-07-04
* GPU-less build fix for r9888Gravatar robertphillips@google.com2013-07-03
* Add canFilterMaskGPU & filterMaskGPU to SkMaskFilterGravatar robertphillips@google.com2013-07-03
* Work around overzealous assertion in SkMaskFilter.Gravatar tomhudson@google.com2013-04-25
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-01-26
* change SkMaskFilter methods to const, in preparation for making the class asGravatar reed@google.com2012-12-18
* remove experimental setAsABlur, as it forces the instance to be mutable, and wasGravatar reed@google.com2012-12-18
* remove legacy build-guards, now that webkit has rebaselined these.Gravatar reed@google.com2012-11-26