1. fe75930 Fuzz: use SkNullWStream by Hal Canary · 7 years ago
  2. a93a14a Convert NULL and 0 to nullptr. by Ben Wagner · 7 years ago
  3. 93ba0a4 Switch SkSL to std::string by Brian Osman · 7 years ago
  4. c6c10b4 Remove SkTypeface::Style from fuzzers and lua. by Ben Wagner · 7 years ago
  5. ede7bac use unique_ptr for codec factories by Mike Reed · 7 years ago
  6. 40e7e65 remove (unused?) arcto patheffect by Mike Reed · 7 years ago
  7. 54518ac remove unused SkPoint3 from SkColor.h by Mike Reed · 7 years ago
  8. 086a427 guard references to SkColorTable by Mike Reed · 7 years ago
  9. 571b30f Reland "Remove support for decoding to kIndex_8" by Leon Scroggins · 7 years ago
  10. 8321f75 Revert "Remove support for decoding to kIndex_8" by Leon Scroggins · 7 years ago
  11. 742a3e2 Remove support for decoding to kIndex_8 by Leon Scroggins III · 7 years ago
  12. 674a184 Add SkCodec::Result indicating error in the data by Leon Scroggins III · 7 years ago
  13. 70e3e9a Remove SkImageFilter::MakeBlur entry point by Robert Phillips · 7 years ago
  14. 0bdaf05 remove unused mode parameter from SkMergeImageFilter by Mike Reed · 7 years ago
  15. bb3f562 Revert "Revert "Delete SkGaussianEdgeShader"" by Florin Malita · 7 years ago
  16. 9d14f93 Revert "Delete SkGaussianEdgeShader" by Florin Malita · 7 years ago
  17. 64790a3 Delete SkGaussianEdgeShader by Florin Malita · 7 years ago
  18. c090c64 move files out of private, and fix up callers to IWYU by Mike Reed · 7 years ago
  19. 2a475ea add drawString helper to canvas by Cary Clark · 7 years ago
  20. 4edb5d2 hide lockpixels api behind flag by Mike Reed · 7 years ago
  21. 6b3155c Revert[4] "clean up (partially) colortable api"""" by Mike Reed · 7 years ago
  22. 887cdf1 move vertex-mode enum into SkVertices by Mike Reed · 7 years ago
  23. b14131c Revert "Revert[2] "clean up (partially) colortable api""" by Mike Reed · 7 years ago
  24. 9920b10 Revert[2] "clean up (partially) colortable api"" by Mike Reed · 7 years ago
  25. 0df1b04 skslc can now be compiled with no Skia dependencies, in preparation for its eventual by Ethan Nicholas · 7 years ago
  26. 1d1165c Revert "clean up (partially) colortable api" by Mike Klein · 7 years ago
  27. 9bd301d Revert "skslc can now be compiled with no Skia dependencies, in preparation for its eventual" by Ethan Nicholas · 7 years ago
  28. 2e491a6 clean up (partially) colortable api by Mike Reed · 7 years ago
  29. f3333c8 skslc can now be compiled with no Skia dependencies, in preparation for its eventual by Ethan Nicholas · 7 years ago
  30. bcf35f8 Revert "skslc can now be compiled with no Skia dependencies, in preparation for" by Ethan Nicholas · 7 years ago
  31. 7833466 skslc can now be compiled with no Skia dependencies, in preparation for by Ethan Nicholas · 7 years ago
  32. b549cc3 Change SkMemory to the more accurately named SkMalloc. by Herb Derby · 7 years ago
  33. 5aa9158 FuzzCanvas: NullGL & DebugGL by Hal Canary · 7 years ago
  34. d7b34a5 Make SkMemory.h and adjust all files for usage. by Herb Derby · 7 years ago
  35. 6405e71 Remove gpu configs that don't have explicit API. by Brian Salomon · 7 years ago
  36. 5fa6645 remove unused VerticesFlags by Mike Reed · 7 years ago
  37. a839fc0 Add Chromium's fuzz_fileter_fuzz to skia. by Herb Derby · 7 years ago
  38. f49b1e0 FuzzCanvas: only valid ChannelSelectors by Hal Canary · 7 years ago
  39. 0361d49 FuzzCanvas: make fuzzing drawImgNine easier by Hal Canary · 7 years ago
  40. 44801ca FuzzCanvas: NativeGLCanvas by Hal Canary · 7 years ago
  41. 8f0161a Update coverage script to cover new Canvas Fuzzers by Kevin Lubick · 7 years ago
  42. dad29a0 Fix uninitialized values in FuzzCanvas by Kevin Lubick · 7 years ago
  43. 97eb4fe add SkVertices::Builder by Mike Reed · 7 years ago
  44. 1e0138b FuzzCanvas: rename functions, cleanup by Hal Canary · 7 years ago
  45. f700520 FuzzCanvas: fuzz_enum_range template by Hal Canary · 7 years ago
  46. 5af600e FuzzCanvas: SkVertices by Hal Canary · 7 years ago
  47. e03c3e5 FuzzCanvas: ImageFilter by Hal Canary · 7 years ago
  48. 5395c59 FuzzCanvas: TextBlob RSXform SkMaskFilter SkPathEffect by Hal Canary · 7 years ago
  49. b69c4b8 formatting change: FuzzCanvas.cpp by Hal Canary · 7 years ago
  50. 27bece8 FuzzCanvas: SkColorFilter by Hal Canary · 7 years ago
  51. 3a97d27 Fuzz Canvas: Remember that nextRange is inclusive. by Hal Canary · 7 years ago
  52. ce540ea FuzzCanvas: fix BUG=skia:6321 by Hal Canary · 7 years ago
  53. 68b9b57 FuzzCanvas: fix drawVertices BUG=skia:6314 by Hal Canary · 7 years ago
  54. c1a70e2 FuzzCanvas: fix text generation BUG=skia:6299 by Hal Canary · 7 years ago
  55. 1ac8fd2 Define canvas fuzzers like the other API fuzzers by Kevin Lubick · 7 years ago
  56. 62176db fuzz: dump_canvas by Hal Canary · 7 years ago
  57. edbeb8b Fix stack-overflow in FuzzCanvas by Kevin Lubick · 7 years ago
  58. 671e442 FuzzCanvas: impl SkPictureShader, SkTypeface, other TextEncodings by Hal Canary · 7 years ago
  59. 24ac42b Fuzz PDF, N32, and Null Canvases by Hal Canary · 7 years ago
  60. a07741a begin to hide details of SkPathEffect by Mike Reed · 7 years ago
  61. bcfb8f6 Revert "Revert "Revert[2] "hide deprecated underline and strikethru""" by Mike Reed · 7 years ago
  62. cfd3d9f Revert "Revert[2] "hide deprecated underline and strikethru"" by Mike Reed · 7 years ago
  63. aab68c5 Revert[2] "hide deprecated underline and strikethru" by Mike Reed · 7 years ago
  64. 5d5601c Make sure fuzzer can't pick an illegal colortype by Kevin Lubick · 7 years ago
  65. 0d4bc0d Draw path onto a canvas when fuzzing by Kevin Lubick · 7 years ago
  66. edee1ae Write SkRegion fuzzer by Kevin Lubick · 7 years ago
  67. e005edd Revert "hide deprecated underline and strikethru" by Leon Scroggins · 7 years ago
  68. 8c8b618 Change bitmap initialization in DrawFunctions fuzzer by Kevin Lubick · 7 years ago
  69. a01bf9a hide deprecated underline and strikethru by Mike Reed · 7 years ago
  70. 0168e04 Add a way to compute the code coverage of fuzzers by Kevin Lubick · 7 years ago
  71. 3d1a6bc [4fGradient] Relax interval checks for SkGradientShaderBase also by Florin Malita · 7 years ago
  72. 75435bf Log fuzzer linear gradient params in verbose mode by Florin Malita · 7 years ago
  73. efaad3c Remove SkColorCubeFilter. It is unused. by Mike Klein · 7 years ago
  74. ab273fa move SkTRegister.h into tools by Mike Reed · 8 years ago
  75. f04c50a Add in Path fuzzer by Kevin Lubick · 8 years ago
  76. f80f115 Be able to fuzz a directory of input by Kevin Lubick · 8 years ago
  77. 941e7e2 re-land of added sk_FragCoord support to skslc by Ethan Nicholas · 8 years ago
  78. e8e4a3e Revert "added sk_FragCoord support to skslc" by Greg Daniel · 8 years ago
  79. ce33f10 added sk_FragCoord support to skslc by Ethan Nicholas · 8 years ago
  80. ebfce6d change SkClipOp to a class enum by Mike Reed · 8 years ago
  81. c1f7774 Revert[2] "remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS" by Mike Reed · 8 years ago
  82. a129dfe Revert "remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS" by Mike Reed · 8 years ago
  83. 8e7432b remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS by Mike Reed · 8 years ago
  84. c5a8366 Add fuzzing for decoding animated images by Leon Scroggins III · 8 years ago
  85. f1dd677 Rename SkSL::GLSLCapsFactory to SkSL::ShaderCapsFactory by Brian Salomon · 8 years ago
  86. d104266 Fix fuzzRange by Kevin Lubick · 8 years ago
  87. cdb4d3c Fix DrawFunctions fuzzer to initialize bitmaps by Kevin Lubick · 8 years ago
  88. db68301 SkImageEncoder: simplify API by Hal Canary · 8 years ago
  89. a2b4bdc Revert 248ff023 & 2cb6cb72 by Hal Canary · 8 years ago
  90. fec1dea FuzzDrawFunctions from twsmith by Kevin Lubick · 8 years ago
  91. 248ff02 SkImageEncoder: simplify API by Hal Canary · 8 years ago
  92. 9e1138d re-land of switched skslc from std::string to SkString by Ethan Nicholas · 8 years ago
  93. 792d0f1 Revert "switched skslc from std::string to SkString" by Greg Daniel · 8 years ago
  94. d8df21a switched skslc from std::string to SkString by Ethan Nicholas · 8 years ago
  95. c9f0cc8 Add back in min/max check on fuzzer range by Kevin Lubick · 8 years ago
  96. fb0ce92 Properly handle INT_MIN and related by Kevin Lubick · 8 years ago
  97. 7ef4b74 re-re-land of skslc now uses standard Skia caps by Ethan Nicholas · 8 years ago
  98. 857cb97 Revert "re-land of skslc now uses standard Skia caps" by Leon Scroggins · 8 years ago
  99. 498d403 re-land of skslc now uses standard Skia caps by Ethan Nicholas · 8 years ago
  100. b0b5360 Revert "skslc now uses standard Skia caps" by Leon Scroggins · 8 years ago