Merge pull request #24 from google/chrome/m54
[platform/upstream/libSkiaSharp.git] / fuzz /
2016-09-02 Matthew LeibowitzMerge pull request #21 from mono/merge-m54
2016-09-02 Matthew LeibowitzMerge pull request #20 from mono/gpu-support
2016-08-30 Matthew LeibowitzMerge branch 'chrome/m54' into merge-m54
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-23 Matthew LeibowitzMerge pull request #15 from mono/update-skia-m52
2016-07-19 kjlubickPort FuzzPathop from chromium
2016-07-18 Matthew LeibowitzMerge branch 'chrome/m53' into update-skia-m52
2016-07-18 Matthew LeibowitzMerge branch 'feature-patheffect' into update-skia-m52
2016-07-13 Matthew LeibowitzMerge branch 'feature-patheffect' into update-skia-m52
2016-06-25 reedremove DownSample imagefilter
2016-06-23 kjlubickAdd deserialize color space entry point for fuzzing
2016-06-17 Matthew LeibowitzMerge branch 'chrome/m52' into update-skia-m52
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
2016-04-07 robertphillipsUpdate MagnifierImageFilter to sk_sp
2016-04-06 robertphillipsUpdate DropShadowImageFilter to sk_sp
2016-04-06 robertphillipsUpdate DownSampleImageFilter to sk_sp
2016-04-05 robertphillipsUpdate SkMatrixImageFilter to sk_sp
2016-04-05 kjlubickDo an in-place replacement of SkRandom with Fuzz for...
2016-03-18 reedreturn pictures as sk_sp
2016-02-18 mtkleinRemove FuzzPaeth now that we have some real Fuzzes.
2016-02-18 kjlubickCreate ParsePath API fuzz
2016-02-17 kjlubickAdd ability to fuzz images using scaling and different...
2016-02-03 Matthew LeibowitzMerge branch 'chrome/m49' into xamarin-mobile-bindings
2016-02-01 kjlubickMake fuzz broadcast when it terminates via return.
2016-01-27 kjlubickMake fuzz output the words success for a 'clean exit'
2016-01-22 herbChange name from ScaleToSides to SkScaleToSides.
2016-01-22 herbFix bounds of checking if a radii are too long for...
2016-01-21 mtkleinDemo fuzz for Herb
2016-01-21 mtkleinfuzz: list API fuzzing options if -t api and -n matches...
2016-01-21 kjlubickSeperating our fuzzing binary from DM produces a 50x...
2016-01-15 mtkleinIf we pass no bytes, use the fuzz binary itself.
2016-01-15 mtkleinRestore creature comforts to fuzz binary
2016-01-15 mtkleinfuzz: signalBug() / signalBoring()
2016-01-14 mtkleinsome fuzz hacking
2016-01-13 mtkleinAdd new fuzz binary.