aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/BlurTest.cpp
Commit message (Expand)AuthorAge
* Remove SK_SUPPORT_GPU checks in tool-only codeGravatar Brian Osman2018-05-31
* Reland "Prevent masked solid-color draws from being turned into clears"Gravatar Robert Phillips2018-04-23
* Revert "Prevent masked solid-color draws from being turned into clears"Gravatar Robert Phillips2018-04-23
* Prevent masked solid-color draws from being turned into clearsGravatar Robert Phillips2018-04-23
* remove unused/dumb methods from SkRectGravatar Mike Reed2018-04-11
* Remove SK_SUPPORT_LEGACY_BLURMASKFILTERGravatar Brian Osman2018-04-06
* hide SkBlurMaskFilter and SkBlurQualityGravatar Mike Reed2018-03-14
* move blur impl into coreGravatar Mike Reed2018-03-12
* IWYU for test files starting with 'B'.Gravatar Ben Wagner2018-03-09
* make compute helper for blurs privateGravatar Mike Reed2018-03-06
* abort blur if the sigma is too smallGravatar Mike Reed2018-02-15
* move the guts of SkMaskFilter.h into SkMaskFilterBase.hGravatar Mike Reed2018-01-23
* Avoid double-destruction of Sk3DShaderContext-wrapped objectsGravatar Florin Malita2017-11-29
* Remove trailing whitespace.Gravatar Ben Wagner2017-10-09
* don't rely on canvas->readPixelsGravatar Mike Reed2017-07-21
* hide lockpixels api behind flagGravatar Mike Reed2017-04-17
* deprecate odd variants of SkCanvas::readPixelsGravatar Mike Reed2017-04-17
* SkBlurDrawLooper: Start by deleting flagsGravatar Matt Sarett2017-03-23
* "Fix" some ImageFilter fuzzer issuesGravatar Robert Phillips2016-12-19
* tests: s/SkAutoTUnref/sk_sp/Gravatar Hal Canary2016-11-04
* remove unused code around SK_SUPPORT_LEGACY_XFERMODE_PARAMGravatar Mike Reed2016-11-03
* remove xfermode from public apiGravatar Mike Reed2016-10-28
* Update ComputeBlurredRRectParams to compute all the parameters needed for occ...Gravatar robertphillips2016-08-16
* 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
* spin off easy stuff from Herb's windows GN CLGravatar mtklein2016-08-04
* Enable many more tests for VulkanGravatar egdaniel2016-06-28
* Turn ContextInfos returned by GrContextFactory into structs.Gravatar bsalomon2016-05-11
* Make existing unit tests only run on GL contextsGravatar bsalomon2016-04-06
* One signature for creating unit tests that run on premade GrContextsGravatar bsalomon2016-04-05
* switch maskfilters to sk_spGravatar reed2016-04-04
* Style bikeshed - remove extraneous whitespaceGravatar halcanary2016-03-29
* switch surface to sk_spGravatar reed2016-03-23
* guard rasterizer and drawlooper settersGravatar reed2016-03-21
* Move Budgeted enum out of SkSurface, use in GrTextureProviderGravatar bsalomon2016-02-25
* Revert of Move Budgeted enum out of SkSurface, use in GrTextureProvider (patc...Gravatar bsalomon2016-02-25
* Move Budgeted enum out of SkSurface, use in GrTextureProviderGravatar bsalomon2016-02-25
* Add unit test for crbug.com/570232Gravatar robertphillips2016-01-04
* Add default ctor to SkMaskGravatar robertphillips2015-12-17
* Generate list of GPU contexts outside testsGravatar kkinnunen2015-12-01
* Style Change: NULL->nullptrGravatar halcanary2015-08-27
* Style Change: SkNEW->new; SkDELETE->deleteGravatar halcanary2015-08-26
* 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
* One createTexture function, attempt to recycle scratch in createTexture.Gravatar bsalomon2015-02-06
* rename GrTextureDesc->GrSurfaceDesc, GrTextureFlags->GrSurfaceFlagsGravatar bsalomon2014-10-28