aboutsummaryrefslogtreecommitdiff
path: root/fuzz
AgeCommit message (Expand)Author
2018-06-20Update fuzz autodetect for other fuzzer aliasesKevin Lubick
2018-06-19Fold SkJSON into Skia/utilsFlorin Malita
2018-06-19Stop using SkTSwap.Ben Wagner
2018-06-14Revert "Revert "SkTypes: extract SkTo""Hal Canary
2018-06-13Revert "SkTypes: extract SkTo"Hal Canary
2018-06-12SkTypes: extract SkToHal Canary
2018-06-12clean up SkPicture includeCary Clark
2018-06-11Clean up a few IWYU issuesMike Klein
2018-06-08SkJsonFlorin Malita
2018-06-07More libfuzzer cleanups from GPU switchoverKevin Lubick
2018-06-06Add Dockerfile for building and running local Skia checkout with SwiftShaderKevin Lubick
2018-06-06Add fuzzer option for Blur w/o occluderKevin Lubick
2018-06-01Add option for fuzzer to toggle DAAKevin Lubick
2018-05-29Fix fuzz+Skottie integrationKevin Lubick
2018-05-27[skottie] Relocate to modules/skottieFlorin Malita
2018-05-23remove SkColorSpace::MakeICC() fuzzerMike Klein
2018-05-22Fix FuzzCanvas - drawPathKevin Lubick
2018-05-04Fuzz should observe the optional Skottie flag.Florin Malita
2018-05-04Add Skottie fuzzer (via json input)Kevin Lubick
2018-04-24IWYU for fuzz binaryKevin Lubick
2018-04-24Make fuzz autodetect file namesKevin Lubick
2018-04-19rm SkRRectsGaussianEdgeMaskFilterRobert Phillips
2018-04-06Remove scanlineOrder switch statements that always do the same thingBrian Osman
2018-04-06Region Op FuzzerHal Canary
2018-04-05Avoid nonsortable rects in drawRect/drawOvalKevin Lubick
2018-04-03Move oss-fuzz to MockGPUCanvasKevin Lubick
2018-04-02Add mock gl fuzzerKevin Lubick
2018-03-30Add Encoder fuzzersKevin Lubick
2018-03-29Add libFuzzer style fuzzer for NullGLCanvas for use on OSS-Fuzz.Jonathan Metzman
2018-03-21Port 2 Canvas fuzzers to oss-fuzzKevin Lubick
2018-03-14hide SkBlurMaskFilter and SkBlurQualityMike Reed
2018-03-12Add oss-fuzz endpoint for PathMeasureKevin Lubick
2018-03-12pathmeasure fuzzerCary Clark
2018-03-01Fix a tiny typoYuqian Li
2018-02-27Tweak API fuzzers to run better in libfuzzerKevin Lubick
2018-02-27Port 3 API fuzzers to be oss-fuzz friendlyKevin Lubick
2018-02-23Add guidance for oss-fuzzer for new path versionKevin Lubick
2018-02-21Check for null colorFilter in FuzzCanvasKevin Lubick
2018-02-19hide virtual and rename to onMakeComposedMike Reed
2018-02-12Add 2 fuzz targets for image decoding (oss-fuzz)Kevin Lubick
2018-02-09Break some fuzzer targets out so oss-fuzz can use themKevin Lubick
2018-02-07Reland "remove SkCanvas::kIsOpaque_SaveLayerFlag"Mike Klein
2018-02-07Revert "remove SkCanvas::kIsOpaque_SaveLayerFlag"Mike Klein
2018-02-07remove SkCanvas::kIsOpaque_SaveLayerFlagMike Klein
2018-02-01Check for nullptrs when fuzzing region_deserializeKevin Lubick
2018-01-23remove unneeded SkFlattenableSerializationMike Reed
2018-01-21remove unused SkRasterizerMike Reed
2018-01-19check for crazy bounds from fuzzerMike Reed
2018-01-11Fix invalid switch in FuzzCanvasKevin Lubick
2018-01-11Add in Region SetPath FuzzerKevin Lubick