index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
fuzz
/
fuzz.cpp
Commit message (
Expand
)
Author
Age
*
re-land of added sk_FragCoord support to skslc
Ethan Nicholas
2016-12-13
*
Revert "added sk_FragCoord support to skslc"
Greg Daniel
2016-12-12
*
added sk_FragCoord support to skslc
Ethan Nicholas
2016-12-12
*
Add fuzzing for decoding animated images
Leon Scroggins III
2016-12-08
*
Rename SkSL::GLSLCapsFactory to SkSL::ShaderCapsFactory
Brian Salomon
2016-11-29
*
SkImageEncoder: simplify API
Hal Canary
2016-11-23
*
Revert 248ff023 & 2cb6cb72
Hal Canary
2016-11-22
*
SkImageEncoder: simplify API
Hal Canary
2016-11-22
*
re-land of switched skslc from std::string to SkString
Ethan Nicholas
2016-11-21
*
Revert "switched skslc from std::string to SkString"
Greg Daniel
2016-11-20
*
switched skslc from std::string to SkString
Ethan Nicholas
2016-11-18
*
re-re-land of skslc now uses standard Skia caps
Ethan Nicholas
2016-11-11
*
Revert "re-land of skslc now uses standard Skia caps"
Leon Scroggins
2016-11-11
*
re-land of skslc now uses standard Skia caps
Ethan Nicholas
2016-11-11
*
Revert "skslc now uses standard Skia caps"
Leon Scroggins
2016-11-11
*
skslc now uses standard Skia caps
Ethan Nicholas
2016-11-11
*
bench, samples, etc: s/SkAutoTUnref/sk_sp/
Hal Canary
2016-11-07
*
Remove SkAutoTDelete.
Ben Wagner
2016-11-03
*
Make fuzzers use cleaner interface
Kevin Lubick
2016-11-01
*
Add support for multiple frames in SkCodec
scroggo
2016-10-24
*
Rename all color space factories from New* to Make*
Brian Osman
2016-10-24
*
re-re-land of skslc now automatically turns on derivatives support
ethannicholas
2016-10-20
*
Add SKSL fuzzer
kjlubick
2016-10-18
*
Make SkPngCodec decode progressively.
scroggo
2016-09-16
*
change SkStreams to work with sk_sp<SkData> instead of SkData*
reed
2016-09-12
*
Move off SK_SUPPORT_LEGACY_DATA_FACTORIES.
bungeman
2016-08-02
*
Port FuzzPathop from chromium
kjlubick
2016-07-19
*
Add deserialize color space entry point for fuzzing
kjlubick
2016-06-23
*
Add ICC fuzzer
kjlubick
2016-06-09
*
Revert of Make SkPngCodec decode progressively. (patchset #26 id:520001 of ht...
scroggo
2016-06-06
*
Make SkPngCodec decode progressively.
scroggo
2016-06-02
*
Revert of Make SkPngCodec decode progressively. (patchset #24 id:480001 of ht...
scroggo
2016-06-01
*
Make SkPngCodec decode progressively.
scroggo
2016-06-01
*
Revert of Make SkPngCodec decode progressively. (patchset #18 id:340001 of ht...
scroggo
2016-05-31
*
Make SkPngCodec decode progressively.
scroggo
2016-05-31
*
Make fuzz builds set SK_FUZZ_LOGGING
kjlubick
2016-04-12
*
Do an in-place replacement of SkRandom with Fuzz for FilterFuzz
kjlubick
2016-04-05
*
return pictures as sk_sp
reed
2016-03-18
*
Create ParsePath API fuzz
kjlubick
2016-02-18
*
Add ability to fuzz images using scaling and different modes
kjlubick
2016-02-16
*
Make fuzz broadcast when it terminates via return.
kjlubick
2016-02-01
*
Make fuzz output the words success for a 'clean exit'
kjlubick
2016-01-27
*
fuzz: list API fuzzing options if -t api and -n matches nothing.
mtklein
2016-01-21
*
Seperating our fuzzing binary from DM produces a 50x speed increase for decod...
kjlubick
2016-01-21
*
If we pass no bytes, use the fuzz binary itself.
mtklein
2016-01-15
*
Restore creature comforts to fuzz binary
mtklein
2016-01-15
*
fuzz: signalBug() / signalBoring()
mtklein
2016-01-15
*
some fuzz hacking
mtklein
2016-01-14
*
Add new fuzz binary.
mtklein
2016-01-13