aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkMaskFilter.cpp
Commit message (Expand)AuthorAge
* Make GrPaints move their GrProcessor ownership into GrPipelineBuilder.Gravatar Brian Salomon2017-01-11
* SkTypes.h : move SkAutoMalloc into SkAutoMalloc.hGravatar Hal Canary2017-01-11
* Revert "SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h"Gravatar Kevin Lubick2017-01-11
* SkTypes.h : move SkAutoMalloc into SkAutoMalloc.hGravatar Hal Canary2017-01-11
* Make filterMaskGPU use GrTextureProxyGravatar Robert Phillips2016-12-14
* Rename GrDrawContext to GrRenderTargetContextGravatar Brian Osman2016-10-27
* Implement GPU occluded blur mask filterGravatar robertphillips2016-08-10
* Create blurred RRect mask on GPU (rather than uploading it)Gravatar robertphillips2016-08-10
* Revert of Create blurred RRect mask on GPU (rather than uploading it) (patchs...Gravatar robertphillips2016-08-10
* Create blurred RRect mask on GPU (rather than uploading it)Gravatar robertphillips2016-08-10
* Revert of Create blurred RRect mask on GPU (rather than uploading it) (patchs...Gravatar robertphillips2016-08-10
* Create blurred RRect mask on GPU (rather than uploading it)Gravatar robertphillips2016-08-10
* Fix up flags to SkGpuBlurUtils::GaussianBlurGravatar robertphillips2016-06-27
* Swap SkGpuBlurUtils over to using SkIRectsGravatar robertphillips2016-05-13
* Take SkStrokeRec::InitStyle rather than SkPaint::Style in mask filter and Dra...Gravatar bsalomon2016-05-06
* Style bikeshed - remove extraneous whitespaceGravatar halcanary2016-03-29
* Refactor to use GrWrapTextureInBitmap moreGravatar robertphillips2016-01-14
* Add default ctor to SkMaskGravatar robertphillips2015-12-17
* GrDrawContext now holds GrRenderTarget pointerGravatar robertphillips2015-10-15
* 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