DW last resort font default name not necessary.
[platform/upstream/libSkiaSharp.git] / fuzz /
2017-03-07 Hal CanaryFuzzCanvas: SkColorFilter
2017-03-07 Hal CanaryFuzz Canvas: Remember that nextRange is inclusive.
2017-03-06 Hal CanaryFuzzCanvas: fix BUG=skia:6321
2017-03-02 Hal CanaryFuzzCanvas: fix drawVertices BUG=skia:6314
2017-03-01 Hal CanaryFuzzCanvas: fix text generation BUG=skia:6299
2017-03-01 Kevin LubickDefine canvas fuzzers like the other API fuzzers
2017-03-01 Hal Canaryfuzz: dump_canvas
2017-02-27 Kevin LubickFix stack-overflow in FuzzCanvas
2017-02-27 Hal CanaryFuzzCanvas: impl SkPictureShader, SkTypeface, other...
2017-02-27 Hal CanaryFuzz PDF, N32, and Null Canvases
2017-02-26 Mike Reedbegin to hide details of SkPathEffect
2017-02-23 Mike ReedRevert "Revert "Revert[2] "hide deprecated underline...
2017-02-23 Mike ReedRevert "Revert[2] "hide deprecated underline and strike...
2017-02-22 Mike ReedRevert[2] "hide deprecated underline and strikethru"
2017-02-21 Kevin LubickMake sure fuzzer can't pick an illegal colortype
2017-02-21 Kevin LubickDraw path onto a canvas when fuzzing
2017-02-20 Kevin LubickWrite SkRegion fuzzer
2017-02-17 Leon ScrogginsRevert "hide deprecated underline and strikethru"
2017-02-17 Kevin LubickChange bitmap initialization in DrawFunctions fuzzer
2017-02-17 Mike Reedhide deprecated underline and strikethru
2017-02-15 Kevin LubickAdd a way to compute the code coverage of fuzzers
2017-02-09 Florin Malita[4fGradient] Relax interval checks for SkGradientShader...
2017-02-09 Florin MalitaLog fuzzer linear gradient params in verbose mode
2017-01-21 Mike KleinRemove SkColorCubeFilter. It is unused.
2017-01-11 Mike Reedmove SkTRegister.h into tools
2017-01-06 Kevin LubickAdd in Path fuzzer
2017-01-06 Kevin LubickBe able to fuzz a directory of input
2016-12-13 Ethan Nicholasre-land of added sk_FragCoord support to skslc
2016-12-12 Greg DanielRevert "added sk_FragCoord support to skslc"
2016-12-12 Ethan Nicholasadded sk_FragCoord support to skslc
2016-12-12 Mike Reedchange SkClipOp to a class enum
2016-12-09 Mike ReedRevert[2] "remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS"
2016-12-09 Mike ReedRevert "remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS"
2016-12-08 Mike Reedremove SK_SUPPORT_LEGACY_CLIP_REGIONOPS
2016-12-08 Leon Scroggins IIIAdd fuzzing for decoding animated images
2016-11-29 Brian SalomonRename SkSL::GLSLCapsFactory to SkSL::ShaderCapsFactory
2016-11-29 Kevin LubickFix fuzzRange
2016-11-29 Kevin LubickFix DrawFunctions fuzzer to initialize bitmaps
2016-11-23 Hal CanarySkImageEncoder: simplify API
2016-11-22 Hal CanaryRevert 248ff023 & 2cb6cb72
2016-11-22 Kevin LubickFuzzDrawFunctions from twsmith
2016-11-22 Hal CanarySkImageEncoder: simplify API
2016-11-21 Ethan Nicholasre-land of switched skslc from std::string to SkString
2016-11-20 Greg DanielRevert "switched skslc from std::string to SkString"
2016-11-18 Ethan Nicholasswitched skslc from std::string to SkString
2016-11-16 Kevin LubickAdd back in min/max check on fuzzer range
2016-11-14 Kevin LubickProperly handle INT_MIN and related
2016-11-11 Ethan Nicholasre-re-land of skslc now uses standard Skia caps
2016-11-11 Leon ScrogginsRevert "re-land of skslc now uses standard Skia caps"
2016-11-11 Ethan Nicholasre-land of skslc now uses standard Skia caps
2016-11-11 Leon ScrogginsRevert "skslc now uses standard Skia caps"
2016-11-11 Ethan Nicholasskslc now uses standard Skia caps
2016-11-10 Kevin LubickAvoid platform-dependent function params in Fuzzer
2016-11-07 Hal Canarybench, samples, etc: s/SkAutoTUnref/sk_sp/
2016-11-03 Ben WagnerRemove SkAutoTDelete.
2016-11-01 Kevin LubickMake fuzzers use cleaner interface
2016-11-01 Mike Reedhide setImageFilter(ptr)
2016-10-28 Mike Reedremove xfermode from public api
2016-10-25 kjlubickFix memory leak in FuzzGradients
2016-10-24 kjlubickFix fuzzer's bools to be 0 or 1 only
2016-10-24 scroggoAdd support for multiple frames in SkCodec
2016-10-24 Brian OsmanRename all color space factories from New* to Make*
2016-10-20 ethannicholasre-re-land of skslc now automatically turns on derivati...
2016-10-18 kjlubickAdd SKSL fuzzer
2016-10-06 reedRevert[8] "replace SkXfermode obj with SkBlendMode...
2016-10-05 Mike ReedRevert[7] "replace SkXfermode obj with SkBlendMode...
2016-10-05 Mike ReedRevert[6] "replace SkXfermode obj with SkBlendMode...
2016-10-04 Mike ReedRevert[5] "replace SkXfermode obj with SkBlendMode...
2016-10-04 Mike ReedRevert[4] "replace SkXfermode obj with SkBlendMode...
2016-10-03 Mike ReedRevert "Revert "Revert "replace SkXfermode obj with...
2016-10-03 Mike ReedRevert "Revert "replace SkXfermode obj with SkBlendMode...
2016-10-03 kjlubickAdd fuzz executable to GN
2016-10-03 Mike ReedRevert "replace SkXfermode obj with SkBlendMode enum...
2016-10-03 Mike Reedreplace SkXfermode obj with SkBlendMode enum in paints
2016-09-16 scroggoMake SkPngCodec decode progressively.
2016-09-12 reedchange SkStreams to work with sk_sp<SkData> instead...
2016-08-12 kjlubickCreate gradient fuzzers
2016-08-03 bungemanConvert SkAutoTUnref<SkData> to sk_sp<SkData>.
2016-08-02 bungemanMove off SK_SUPPORT_LEGACY_DATA_FACTORIES.
2016-07-19 kjlubickPort FuzzPathop from chromium
2016-06-25 reedremove DownSample imagefilter
2016-06-23 kjlubickAdd deserialize color space entry point for fuzzing
2016-06-09 kjlubickAdd ICC fuzzer
2016-06-06 scroggoRevert of Make SkPngCodec decode progressively. (patchs...
2016-06-02 scroggoMake SkPngCodec decode progressively.
2016-06-01 scroggoRevert of Make SkPngCodec decode progressively. (patchs...
2016-06-01 scroggoMake SkPngCodec decode progressively.
2016-05-31 scroggoRevert of Make SkPngCodec decode progressively. (patchs...
2016-05-31 mbocSkTypeface::MakeFromName to take SkFontStyle.
2016-05-31 scroggoMake SkPngCodec decode progressively.
2016-05-12 bungemanMove SkTypeface to sk_sp.
2016-05-12 scroggoRevert of Move SkTypeface to sk_sp. (patchset #5 id...
2016-05-11 bungemanMove SkTypeface to sk_sp.
2016-04-15 robertphillipsUpdate TileImageFilter to sk_sp
2016-04-15 robertphillipsUpdate DisplacementMapEffect to sk_sp
2016-04-15 robertphillipsRevert of Update DisplacementMapEffect to sk_sp (patchs...
2016-04-15 robertphillipsUpdate DisplacementMapEffect to sk_sp
2016-04-12 kjlubickMake fuzz builds set SK_FUZZ_LOGGING
2016-04-08 robertphillipsUpdate LightingImageFilter to sk_sp
2016-04-08 robertphillipsUpdate MatrixConvolutionImageFilter to sk_sp
next