Added bindings for SkPixelSerializer
[platform/upstream/libSkiaSharp.git] / fuzz /
2017-08-10 Matthew LeibowitzMerge branch 'chrome/m60' into update-m60
2017-07-10 Matthew LeibowitzMerge branch 'xamarin-mobile-bindings' into update-m59
2017-05-16 Mike Reedmove files out of private, and fix up callers to IWYU
2017-05-12 Matthew LeibowitzMerge branch 'xamarin-mobile-bindings' into update-m58
2017-05-11 Matthew LeibowitzMerge branch 'update-m58' into update-m59
2017-05-08 Matthew LeibowitzMerge branch 'chrome/m59' into update-m59
2017-05-06 Matthew LeibowitzUpdate xamarin-mobile-bindings with chrome/m58
2017-04-28 Cary Clarkadd drawString helper to canvas
2017-04-17 Mike Reedhide lockpixels api behind flag
2017-04-03 Mike ReedRevert[4] "clean up (partially) colortable api""""
2017-04-03 Mike Reedmove vertex-mode enum into SkVertices
2017-04-01 Mike ReedRevert "Revert[2] "clean up (partially) colortable...
2017-04-01 Mike ReedRevert[2] "clean up (partially) colortable api""
2017-03-31 Ethan Nicholasskslc can now be compiled with no Skia dependencies...
2017-03-31 Mike KleinRevert "clean up (partially) colortable api"
2017-03-31 Ethan NicholasRevert "skslc can now be compiled with no Skia dependen...
2017-03-31 Mike Reedclean up (partially) colortable api
2017-03-31 Ethan Nicholasskslc can now be compiled with no Skia dependencies...
2017-03-30 Ethan NicholasRevert "skslc can now be compiled with no Skia dependen...
2017-03-30 Ethan Nicholasskslc can now be compiled with no Skia dependencies...
2017-03-27 Herb DerbyChange SkMemory to the more accurately named SkMalloc.
2017-03-21 Hal CanaryFuzzCanvas: NullGL & DebugGL
2017-03-20 Herb DerbyMake SkMemory.h and adjust all files for usage.
2017-03-20 Brian SalomonRemove gpu configs that don't have explicit API.
2017-03-20 Matthew LeibowitzMerge pull request #52 from mono/update-m57
2017-03-16 Mike Reedremove unused VerticesFlags
2017-03-16 Herb DerbyAdd Chromium's fuzz_fileter_fuzz to skia.
2017-03-16 Hal CanaryFuzzCanvas: only valid ChannelSelectors
2017-03-15 Hal CanaryFuzzCanvas: make fuzzing drawImgNine easier
2017-03-15 Hal CanaryFuzzCanvas: NativeGLCanvas
2017-03-15 Kevin LubickUpdate coverage script to cover new Canvas Fuzzers
2017-03-14 Kevin LubickFix uninitialized values in FuzzCanvas
2017-03-14 Mike Reedadd SkVertices::Builder
2017-03-13 Hal CanaryFuzzCanvas: rename functions, cleanup
2017-03-12 Matthew LeibowitzMerge branch 'chrome/m57' into update-m57
2017-03-10 Hal CanaryFuzzCanvas: fuzz_enum_range template
2017-03-10 Hal CanaryFuzzCanvas: SkVertices
2017-03-09 Hal CanaryFuzzCanvas: ImageFilter
2017-03-09 Hal CanaryFuzzCanvas: TextBlob RSXform SkMaskFilter SkPathEffect
2017-03-08 Hal Canaryformatting change: FuzzCanvas.cpp
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-16 Matthew LeibowitzMerge branch 'xamarin-svg-canvas' into xamarin-mobile...
2017-01-11 Mike Reedmove SkTRegister.h into tools
2017-01-06 Matthew LeibowitzMerge pull request #42 from mono/develop-next
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-18 Matthew LeibowitzMerge branch 'chrome/m56' into update-m56
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-04 Tyler HoeflickerMerge remote-tracking branch 'upstream/xamarin-mobile...
2016-11-03 Ben WagnerRemove SkAutoTDelete.
2016-11-01 Kevin LubickMake fuzzers use cleaner interface
next