Added the path ops features
[platform/upstream/libSkiaSharp.git] / src / effects /
2016-09-13 Matthew LeibowitzMerge pull request #23 from google/chrome/m54
2016-09-13 robertphillipsCherry pick fix for skbug.com/5734 to M54
2016-09-02 Matthew LeibowitzMerge pull request #21 from mono/merge-m54
2016-09-02 Matthew LeibowitzMerge pull request #20 from mono/gpu-support
2016-08-30 Matthew LeibowitzMerge branch 'chrome/m54' into merge-m54
2016-08-24 ajumaMake GrTextureStripAtlas flush pending IO on newly...
2016-08-23 vjiaoblackMoving SkBlurImageFilter into core
2016-08-23 bungemanRevert of Moving SkBlurImageFilter into core (patchset...
2016-08-23 vjiaoblackMoving SkBlurImageFilter into core
2016-08-22 robertphillipsFix Ganesh analytic blurred rect draws
2016-08-22 mtkleinFlush denorm half floats to zero.
2016-08-22 vjiaoblackRevert of Moving SkBlurImageFilter into core (patchset...
2016-08-22 vjiaoblackMoving SkBlurImageFilter into core
2016-08-22 robertphillipsRemove quantization of device-space dest rect for Ganes...
2016-08-22 vjiaoblackRevert of Moving SkBlurImageFilter into core (patchset...
2016-08-22 vjiaoblackMoving SkBlurImageFilter into core
2016-08-22 mtkleinRevert of Moving SkBlurImageFilter into core (patchset...
2016-08-22 vjiaoblackMoving SkBlurImageFilter into core
2016-08-22 fmalitaSimplify the gradient color stop optimizer
2016-08-19 csmartdaltonMove GrFixedClip into src directory
2016-08-19 fmenozziImplement gradient simplification for 0,0,1 and 0,1...
2016-08-19 fmenozziReturn color shader instead of 2-color gradient when...
2016-08-18 reedRevert of Return color shader instead of 2-color gradie...
2016-08-18 fmenozziReturn color shader instead of 2-color gradient when...
2016-08-17 jvanverthAdd alternative spot shadow to Android shadow sample
2016-08-17 robertphillipsKick the can down the road a bit w.r.t. fuzzer complaint
2016-08-17 jvanverthAdd alternative ambient shadow method to Android shadow...
2016-08-16 robertphillipsRevert of Start using vertex attributes for nine-patch...
2016-08-16 robertphillipsStart using vertex attributes for nine-patch blurred...
2016-08-16 robertphillipsUpdate ComputeBlurredRRectParams to compute all the...
2016-08-16 bsalomonImprovements for circluar blurs in GPU backend.
2016-08-16 fmenozziReducing number of calls to GLSL mix() from two to...
2016-08-15 robertphillipsUpdate blurred rrect mask filter creation method to...
2016-08-15 robertphillipsPull handling of blurred circles out of GrRRectBlurEffe...
2016-08-15 fmenozziAdd specialized code for hard stop gradients on GPU
2016-08-12 halcanaryRevert of Exact Ganesh Gradients for Special Cases...
2016-08-12 fmenozziRemove generalized gradient code
2016-08-12 halcanaryRevert of Exact Ganesh Gradients for Special Cases...
2016-08-11 fmenozziRemove generalized gradient code
2016-08-11 robertphillipsAlways give simple circular rrects a shot at being...
2016-08-10 robertphillipsImplement GPU occluded blur mask filter
2016-08-10 fmenozziRevert "Remove generalized gradient code"
2016-08-10 robertphillipsCreate blurred RRect mask on GPU (rather than uploading it)
2016-08-10 halcanarySkGradientShader.cpp: fix build when SK_SUPPORT_GPU=0
2016-08-10 fmenozziRemove generalized gradient code
2016-08-10 robertphillipsRevert of Create blurred RRect mask on GPU (rather...
2016-08-10 robertphillipsCreate blurred RRect mask on GPU (rather than uploading it)
2016-08-10 robertphillipsRevert of Create blurred RRect mask on GPU (rather...
2016-08-10 fmalitaPrevent degenerate linear gradient instantiation
2016-08-10 robertphillipsCreate blurred RRect mask on GPU (rather than uploading it)
2016-08-09 fmenozziRefactor various gradient effect classes
2016-08-05 robertphillipsMinor clean up related to blur mask filters
2016-08-04 halcanarySkRTConf: eliminate
2016-08-04 mtkleinRevert of SkRTConf: reduce functionality to what we...
2016-08-03 halcanarySkRTConf: reduce functionality to what we use, increase...
2016-07-28 robertphillipsAdd SkGammaColorFilter
2016-07-27 robertphillipsRename GrContext's newDrawContext & drawContext to...
2016-07-26 brianosmanRemove all usage of SkSurfaceProps::isGammaCorrect()
2016-07-25 mtkleinArithmetic xfermode stage.
2016-07-25 brianosmanAdd destination color space to AsFPArgs. Eliminates...
2016-07-23 Matthew LeibowitzMerge pull request #15 from mono/update-skia-m52
2016-07-22 brianosmanBundle SkShader::asFragmentProcessor arguments in a...
2016-07-21 brianosmanAdd SkColorSpace to GrDrawContext
2016-07-21 lsalzmanlimit the number of points in SkDashPathEffect::asPoints
2016-07-21 brianosmanAdding color space to SkSpecialImage
2016-07-21 mtkleinCorrect sRGB <-> linear everywhere.
2016-07-19 fmenozziClarify GrGradientEffect key enum
2016-07-19 msarettImprove naive SkColorXform to half floats
2016-07-18 Matthew LeibowitzMerge branch 'chrome/m53' into update-skia-m52
2016-07-18 brianosmanIntroduce GrColorSpaceXform, for gamut conversion on...
2016-07-18 Matthew LeibowitzMerge branch 'feature-patheffect' into update-skia-m52
2016-07-18 jcgregorioRevert of remove unused TableMaskFilter (patchset ...
2016-07-15 mtkleinExpand _01 half<->float limitation to _finite. Simplify.
2016-07-15 reedremove unused TableMaskFilter
2016-07-14 mtkleinRevert of Expand _01 half<->float limitation to _finite...
2016-07-14 mtkleinExpand _01 half<->float limitation to _finite. Simplify.
2016-07-13 Matthew LeibowitzMerge branch 'feature-patheffect' into update-skia-m52
2016-07-11 jbromanHandle negative scale in SkDropShadowImageFilter::onFil...
2016-06-27 csmartdaltonCheck PremulType during GrGradientEffect::onIsEqual
2016-06-27 robertphillipsFix Perlin noise fuzz issue
2016-06-27 robertphillipsFix up flags to SkGpuBlurUtils::GaussianBlur
2016-06-25 reedremove DownSample imagefilter
2016-06-21 reedupdate callers to not use SkColorProfileType
2016-06-17 Matthew LeibowitzMerge branch 'chrome/m52' into update-skia-m52
2016-06-14 bsalomonBin circular blur profile textures by scale and blur...
2016-06-09 bungemansk_sp for Ganesh.
2016-06-08 halcanarySkLeanWindows.h: #include "Windows.h" fewer places
2016-06-07 mtkleinlinear -> sRGB: use fast approximate sqrt()
2016-06-06 brianosmanAdd new SkSourceGammaTreatment enum, used in situations...
2016-05-28 fmalita[M52] Cherry-pick e6c515f3d34096426b6822ad90a757131e8baf31
2016-05-27 fmalitaSilence ASAN int32 overflow warning
2016-05-26 fmalitaFix int32 overflow in LinearGradientContext::shade4_dx_...
2016-05-20 bsalomonWhen building circle blur profile evaluate kernel verti...
2016-05-19 bsalomonMake circle blur profile computation separable
2016-05-18 bsalomonReformat circle blur profile computation and add comments.
2016-05-18 senorblancoImage filters: fix filtering of transparent black in...
2016-05-13 cdaltonConvert GrClip to an abstract base class
2016-05-13 robertphillipsSwap SkGpuBlurUtils over to using SkIRects
2016-05-12 robertphillipsMake SkGpuBlurUtils::GaussianBlur more drawContext...
2016-05-12 robertphillipsFix bug & add code to catch ImageFilter clearing bugs
next