aboutsummaryrefslogtreecommitdiff
path: root/fuzz
AgeCommit message (Expand)Author
2019-06-03Make fuzzing use embedded test fontKevin Lubick
2019-06-03Prevent UBSAN from complaining too early about invalid enumsKevin Lubick
2019-05-08Use SkFontHinting instead of macros.Ben Wagner
2019-05-07Use SkTextEncoding enum instead of macros.Ben Wagner
2019-05-01More polyutils fixesJim Van Verth
2019-04-30stop calling legacy 255-biased colormatrixMike Reed
2019-04-24rewrite includes to not need so much -IfooMike Klein
2019-04-09New factories for SkShadersMike Reed
2019-04-08Introduce new factory for SkColorFiltersMike Reed
2019-04-08add makeShader() to SkBitmap, and deprecate SkShader versionMike Reed
2019-04-03Use SkTileMode instead of nested enumMike Reed
2019-03-26Convert some unit tests from NullGL to Mock contextBrian Osman
2019-03-25de-common the rest of the flagsMike Klein
2019-03-22delete DAAMike Klein
2019-03-21moar static flagsMike Klein
2019-03-20de-Sk tools/debuggerMike Klein
2019-03-20sk_tool_utils -> ToolUtils, and git clang-formatMike Klein
2019-03-20de-Sk tools/font, and git clang-formatMike Klein
2019-03-20remove Sk prefix from CommandLineFlagsMike Klein
2019-03-18Add SkSL2Pipeline fuzzerKevin Lubick
2019-03-14Allocate the backing SkBitmap in the SerializedImageFilter fuzzerRobert Phillips
2019-03-11Add input length check when fuzzingKevin Lubick
2019-03-11Add oss-fuzz compatible fuzzers for sksl2*Kevin Lubick
2019-02-04Rename GrContext::contextPriv to privRobert Phillips
2019-01-28Converting more debug code to SkJSONWriterBrian Osman
2019-01-23Add getTypefaceOrDefault and refTypefaceOrDefaultHerb Derby
2019-01-04start to build with no paint-text fieldsMike Reed
2019-01-03remove legacy fontmetrics flagMike Reed
2018-12-25don't use drawPosTextMike Reed
2018-12-17FuzzCanvas: do textToglyphs rightHal Canary
2018-12-17Prevent exponential growth of 'nice' paths when fuzzingKevin Lubick
2018-12-14Avoid system fonts when fuzzingKevin Lubick
2018-12-13remove legacy pathref validationCary Clark
2018-12-12make SK_SUPPORT_LEGACY_FONTMETRICS_IN_PAINT conditionalMike Reed
2018-12-11bracket SkPath pathRefIsValid with defineCary Clark
2018-12-05clean up conditional code for SkTextEncodingMike Reed
2018-11-28remove legacy hinting-enum guardsMike Reed
2018-11-23start to hide textparams on SkPaintMike Reed
2018-11-21use SkFont in a lot of placesMike Reed
2018-11-19Fuzz: un-inline some codeHal Canary
2018-11-19simplify nextRange(), fold in nextEnum()Mike Klein
2018-11-09Revert "rm legacy flags for hinting enum"Mike Reed
2018-11-09rm legacy flags for hinting enumMike Reed
2018-11-08Revert[4] "hide nested hinting enum"Mike Reed
2018-11-07Reland "Revert "hide nested hinting enum""Mike Klein
2018-11-07Revert "Revert "hide nested hinting enum""Mike Reed
2018-11-07Revert "hide nested hinting enum"Mike Reed
2018-11-07hide nested hinting enumMike Reed
2018-11-07[fuzzer] Check enum type at compile timeKevin Lubick
2018-11-04remove empty devKern from SkPaintMike Reed