aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkBlurImageFilter.cpp
Commit message (Expand)AuthorAge
* rebaseGravatar Cary Clark2018-06-08
* Revert "Reland "remove toString""Gravatar Cary Clark2018-05-31
* Reland "remove toString"Gravatar Cary Clark2018-05-31
* Revert "remove toString"Gravatar Cary Clark2018-05-20
* remove toStringGravatar Cary Clark2018-05-20
* Fix srcBounds computation in SkMatrixConvolutionImageFilterGravatar Robert Phillips2018-05-17
* Refactor GaussianBlurGravatar Robert Phillips2018-04-25
* Don't try to readback from the GPU for small blur sigmasGravatar Robert Phillips2018-04-13
* remove SK_IGNORE_TO_STRINGGravatar Cary Clark2018-04-05
* Fix overflow in blur for VERY wide bitmaps.Gravatar Herb Derby2018-03-12
* move checkLE functionality directly onto readbufferGravatar Mike Reed2018-01-26
* Misc guarding of enums in ImageFilter CreateProcsGravatar Robert Phillips2018-01-24
* Remove superfluous SkReadBuffer validity checksGravatar Robert Phillips2018-01-23
* Fix some fuzzer bugs from Skia's image filter fuzzerGravatar Robert Phillips2018-01-23
* Add fp-friendly check for zero-width BlurImageFiltersGravatar Jim Van Verth2018-01-05
* Account for border with small sigma.Gravatar Herb Derby2017-12-20
* Simplify image clearingGravatar Herbert Derby2017-12-13
* Handle small sigma in one directionGravatar Herb Derby2017-12-12
* Remove previous blur image implementation. Try 2Gravatar Herbert Derby2017-12-06
* Revert "Remove previous blur image implementation"Gravatar Herb Derby2017-12-06
* Remove previous blur image implementationGravatar Herbert Derby2017-12-06
* Initialize dst image memory for small sigmaGravatar Herbert Derby2017-12-01
* Eliminate the use of a tmp buffer for image blurGravatar Herb Derby2017-11-21
* Prepare to enable explicit gpu resource allocation (take 2)Gravatar Robert Phillips2017-11-08
* Revert "Prepare to enable explicit gpu resource allocation"Gravatar Greg Daniel2017-11-08
* Prepare to enable explicit gpu resource allocationGravatar Robert Phillips2017-11-08
* create imagepriv and name paramsGravatar Cary Clark2017-11-03
* Fix GPU blurring when using SkColorSpaceXformCanvasGravatar Brian Osman2017-11-02
* Add GrColorSpaceInfo and use in place of GrRenderTargetContext in paint conve...Gravatar Brian Salomon2017-10-24
* Reland the combined 3 pass image blur with a fix to the bounds calculationGravatar Herb Derby2017-10-18
* Revert "Use combined three pass code for image blur."Gravatar Herb Derby2017-10-17
* Use combined three pass code for image blur.Gravatar Herb Derby2017-10-17
* Reorganize blur filter to insert new implementationGravatar Herb Derby2017-09-28
* make most of SkColorPriv.h privateGravatar Cary Clark2017-09-15
* Replace SkFAIL with SK_ABORT.Gravatar Ben Wagner2017-08-16
* Add asserts to SkBlurImageFilter flatten & CreateProcGravatar Robert Phillips2017-07-31
* Serialize the new TileMode in SkBlurImageFilterImpl.Gravatar wutao2017-07-11
* only create new instance if needed for colorspacexformerGravatar Mike Reed2017-07-06
* Added new edge handling mode (clamp and repeat) to Gaussian blur filter.Gravatar wutao2017-06-30
* Remove SkImageFilter::MakeBlur entry pointGravatar Robert Phillips2017-06-27
* hide lockpixels api behind flagGravatar Mike Reed2017-04-17
* SkSize can be aggregate-initializedGravatar Hal Canary2017-04-11
* SkImageFilter::onMakeColorSpace() - more overridesGravatar Matt Sarett2017-04-10
* Remove SkSpecialImage's GrTexture-based ctorsGravatar Robert Phillips2017-02-21
* Remove asTextureRef from SkSpecialImage & update effects accordingly (take 2)Gravatar Robert Phillips2017-02-20
* Revert "Remove asTextureRef from SkSpecialImage & update effects accordingly"Gravatar Robert Phillips2017-02-08
* Remove asTextureRef from SkSpecialImage & update effects accordinglyGravatar Robert Phillips2017-02-07
* start removing uses of SkScalarMulGravatar Mike Reed2017-02-06
* Make blur utils take GrTextureProxies - take 2Gravatar Robert Phillips2017-01-30
* Revert "Make blur utils take GrTextureProxies"Gravatar Robert Phillips2017-01-30