aboutsummaryrefslogtreecommitdiff
path: root/fuzz
AgeCommit message (Expand)Author
2024-01-03Decouple SPIR-V code generation from SkSL::Compiler.John Stiles
2024-01-03Decouple WGSL code generation from SkSL::Compiler.John Stiles
2024-01-03Decouple Metal code generation from SkSL::Compiler.John Stiles
2024-01-03Decouple GLSL code generation from SkSL::Compiler.John Stiles
2024-01-03Remove caps member from SkSL::Compiler.John Stiles
2023-12-14[graphite] Support clip shadersJames Godfrey-Kittle
2023-12-11Reland "Remove SkFontPriv functions related to "default" Typeface"Kevin Lubick
2023-12-11Revert "Remove SkFontPriv functions related to "default" Typeface"Kevin Lubick
2023-12-11Remove SkFontPriv functions related to "default" TypefaceKevin Lubick
2023-12-08Update many uses of SkFont that had nullptr SkTypefaceKevin Lubick
2023-12-04Add Vulkan subclass of GrContextThreadSafeProxyKevin Lubick
2023-11-20Fix numerous cases of casting away constBrian Osman
2023-11-16Fix up fuzzers implicit dependency on default SkFontMgrKevin Lubick
2023-11-14Partially revert fuzz SkFontMgr changesKevin Lubick
2023-11-11Reland "Reland "Migrate many direct and indirect uses of SkFontMgr to use Tes...Kevin Lubick
2023-11-10Revert "Reland "Migrate many direct and indirect uses of SkFontMgr to use Tes...Kevin Lubick
2023-11-10Reland "Migrate many direct and indirect uses of SkFontMgr to use TestFontMgr"Kevin Lubick
2023-11-07Revert "Migrate many direct and indirect uses of SkFontMgr to use TestFontMgr"Nolan Scobie
2023-11-07Migrate many direct and indirect uses of SkFontMgr to use TestFontMgrKevin Lubick
2023-11-03Reland "Decouple SVG from SkFontMgr::RefDefault()"Kevin Lubick
2023-11-02Revert "Decouple SVG from SkFontMgr::RefDefault()"Kevin Lubick
2023-11-02Decouple SVG from SkFontMgr::RefDefault()Kevin Lubick
2023-10-30Make default typeface return emptyKevin Lubick
2023-10-20Fix ClangTidy `performance-unnecessary-value-param` findings.John Stiles
2023-10-19Remove refTypefaceOrDefault and getTypefaceOrDefault from SkFont APIKevin Lubick
2023-10-19Fix ClangTidy `performance-unnecessary-value-param` findings.John Stiles
2023-10-18Avoid constructing and passing a SkData for each fuzz iteration.John Stiles
2023-10-18Remove sk_sp<SkData> from Fuzz helper class.John Stiles
2023-10-18Add oss-fuzz harness for SkColorSpaceKevin Lubick
2023-10-17Fix ClangTidy `performance-unnecessary-value-param` findings.John Stiles
2023-10-11[graphite] Add PipelineDataGatherer to the precompilation pathRobert Phillips
2023-10-06Add fuzzer for SkSL-to-WGSL.John Stiles
2023-10-06Add fuzzer for runtime blenders.John Stiles
2023-10-06Add fuzzer for runtime color filters.John Stiles
2023-10-05Factor out FuzzCreateValidInputsForRuntimeEffect to FuzzCommon.John Stiles
2023-09-25Reland "Make SKP deserialize null instead of PNG images by default."Kevin Lubick
2023-09-22Reland "Revert "Make SKP deserialize null instead of PNG images by default.""Kevin Lubick
2023-09-20Revert "Revert "Make SKP deserialize null instead of PNG images by default.""Kevin Lubick
2023-09-19Return a ContextInfo from Graphite's ContextFactory.John Stiles
2023-09-13Find and replace GrMipmapped with skgpu::MipmappedKevin Lubick
2023-09-12Revert "Make SKP deserialize null instead of PNG images by default."Ben Wagner
2023-09-12Make SKP deserialize null instead of PNG images by default.Kevin Lubick
2023-09-06Introduce enum class objects to GrDirectContext APIs instead of booleansKevin Lubick
2023-08-25Reland "Factor out ContextType from GrContextFactory."John Stiles
2023-08-24Revert "Factor out ContextType from GrContextFactory."John Stiles
2023-08-24Factor out ContextType from GrContextFactory.John Stiles
2023-08-24Remove support for Dawn in Ganesh.John Stiles
2023-08-18[graphite] Enable LCD blendingJames Godfrey-Kittle
2023-08-04Fix MSAN uninitialized-value error in fuzzer harness.John Stiles
2023-07-19[graphite] Add initial precompilation fuzzerRobert Phillips