aboutsummaryrefslogtreecommitdiff
path: root/tests/BlurTest.cpp
AgeCommit message (Expand)Author
2017-07-21don't rely on canvas->readPixelsMike Reed
2017-04-17hide lockpixels api behind flagMike Reed
2017-04-17deprecate odd variants of SkCanvas::readPixelsMike Reed
2017-03-23SkBlurDrawLooper: Start by deleting flagsMatt Sarett
2016-12-19"Fix" some ImageFilter fuzzer issuesRobert Phillips
2016-11-04tests: s/SkAutoTUnref/sk_sp/Hal Canary
2016-11-03remove unused code around SK_SUPPORT_LEGACY_XFERMODE_PARAMMike Reed
2016-10-28remove xfermode from public apiMike Reed
2016-08-16Update ComputeBlurredRRectParams to compute all the parameters needed for occ...robertphillips
2016-08-10Create blurred RRect mask on GPU (rather than uploading it)robertphillips
2016-08-10Revert of Create blurred RRect mask on GPU (rather than uploading it) (patchs...robertphillips
2016-08-10Create blurred RRect mask on GPU (rather than uploading it)robertphillips
2016-08-10Revert of Create blurred RRect mask on GPU (rather than uploading it) (patchs...robertphillips
2016-08-10Create blurred RRect mask on GPU (rather than uploading it)robertphillips
2016-08-04spin off easy stuff from Herb's windows GN CLmtklein
2016-06-28Enable many more tests for Vulkanegdaniel
2016-05-11Turn ContextInfos returned by GrContextFactory into structs.bsalomon
2016-04-06Make existing unit tests only run on GL contextsbsalomon
2016-04-05One signature for creating unit tests that run on premade GrContextsbsalomon
2016-04-04switch maskfilters to sk_spreed
2016-03-29Style bikeshed - remove extraneous whitespacehalcanary
2016-03-23switch surface to sk_spreed
2016-03-21guard rasterizer and drawlooper settersreed
2016-02-25Move Budgeted enum out of SkSurface, use in GrTextureProviderbsalomon
2016-02-25Revert of Move Budgeted enum out of SkSurface, use in GrTextureProvider (patc...bsalomon
2016-02-25Move Budgeted enum out of SkSurface, use in GrTextureProviderbsalomon
2016-01-04Add unit test for crbug.com/570232robertphillips
2015-12-17Add default ctor to SkMaskrobertphillips
2015-12-01Generate list of GPU contexts outside testskkinnunen
2015-08-27Style Change: NULL->nullptrhalcanary
2015-08-26Style Change: SkNEW->new; SkDELETE->deletehalcanary
2015-08-05IWYU: 'core' target, files starting A-C.bungeman
2015-08-04Revert of IWYU: 'core' target, files starting A-C. (patchset #5 id:80001 of h...reed
2015-08-04IWYU: 'core' target, files starting A-C.bungeman
2015-02-06One createTexture function, attempt to recycle scratch in createTexture.bsalomon
2014-10-28rename GrTextureDesc->GrSurfaceDesc, GrTextureFlags->GrSurfaceFlagsbsalomon
2014-06-17Fifth attempt to land faster rect blur. Remove unnecessary conditionals from...humper
2014-06-12Revert of third try at landing improved blur rect; this time with more correc...scroggo
2014-06-11third try at landing improved blur rect; this time with more correctnesshumper
2014-06-11Revert of second try at landing improved blur rect (https://codereview.chromi...reed
2014-06-09second try at landing improved blur recthumper
2014-06-06Rollback of fe689c46 and all subsequent changesjvanverth
2014-06-06disable GPU/CPU blur match test (possibly temporary)humper
2014-04-29add asAShadowBlur for android to drawlooperreed@google.com
2014-04-28move common blur types into central headercommit-bot@chromium.org
2014-02-13replace setConfig+allocPixels with alloc-or-install-pixelscommit-bot@chromium.org
2014-01-14Move macros from TestClassDef.h to Test.hcommit-bot@chromium.org
2014-01-10Add a DEF_GPUTEST() macro.tfarina@chromium.org
2013-11-25remove SkFloatToScalar macrocommit-bot@chromium.org
2013-11-14Address some more valgrind issuesrobertphillips@google.com