1. 3b0eacc Add SkSL::ShaderCaps and use as base class for GrShaderCaps by Jim Van Verth · 2 years, 8 months ago
  2. 95a8c4f Make all shader caps uniquely-owned by Brian Osman · 2 years, 9 months ago
  3. 31e4c38 Add support for function prototypes in Pipeline stage. by John Stiles · 2 years, 10 months ago
  4. db285de Adjust fuzzing behavior for triangulator/dashing by Michael Ludwig · 2 years, 11 months ago
  5. cbfa34a Convert internal SkSL to use .eval() by Brian Osman · 2 years, 11 months ago
  6. 2af13c1 Reland "Fix compilation w/ "skia_enable_svg = false" (take 2)" by Robert Phillips · 2 years, 11 months ago
  7. 44b7568 Revert "Fix compilation w/ "skia_enable_svg = false" (take 2)" by Robert Phillips · 2 years, 11 months ago
  8. be2c3ee Fix compilation with "skia_enable_skparagraph = false" by Robert Phillips · 2 years, 11 months ago
  9. 30a6b10 Fix compilation w/ "skia_enable_svg = false" (take 2) by Robert Phillips · 2 years, 11 months ago
  10. 17c7c2f [fuzz] Update docs with better OSS-Fuzz link by Kevin Lubick · 2 years, 11 months ago
  11. 293497e Convert internal sample() calls to shade/filter/blend by Brian Osman · 3 years ago
  12. e312532 [fuzzer] Add docs about oss-fuzz dashboard and coverage report by Kevin Lubick · 3 years ago
  13. 9ad7874 [fuzzer] Add docs about testing oss-fuzz locally. by Kevin Lubick · 3 years ago
  14. 890f3b3 [fuzz] Update documentation by Kevin Lubick · 3 years ago
  15. b069708 Improve SPIR-V handling of RTFlip when running the fuzzer. by John Stiles · 3 years ago
  16. 41ebbd7 Move triangulators and tessellators into gpu/geometry by Robert Phillips · 3 years ago
  17. 13c9f66 Fix additional cases of variable shadowing. by John Stiles · 3 years ago
  18. 54fd96b Fix Wunused-but-set-variable warnings by Brian Salomon · 3 years ago
  19. 2f6e2f8 Use SkClipOp::kFoo instead of kFoo_SkClipOp from SkClipOpPriv by Michael Ludwig · 3 years ago
  20. 2955c26 Add new SampleBlender callback to SkVMCodeGenerator. by John Stiles · 3 years ago
  21. d9a56b9 Remove color argument from sampleShader. by John Stiles · 3 years ago
  22. 8050a4b Separate PipelineStage's sampleChild into two callbacks. by John Stiles · 3 years ago
  23. 1f261da Stop using filterquality by Mike Reed · 3 years ago
  24. 7bf7999 Reland "Add format-specifier warnings to SkDebugf." by John Stiles · 3 years, 1 month ago
  25. 283dba5 Revert "Add format-specifier warnings to SkDebugf." by Tyler Denniston · 3 years, 1 month ago
  26. e58831c Add format-specifier warnings to SkDebugf. by John Stiles · 3 years, 1 month ago
  27. d2e0960 Removed SkSL::StringFragment in favor of string_view by Ethan Nicholas · 3 years, 2 months ago
  28. 50d0d09 Add dest-color support to the Pipeline stage. by John Stiles · 3 years, 2 months ago
  29. a5842bc Move SkSpan to include/, for use in public API by Brian Osman · 3 years, 3 months ago
  30. 799658f More sanitization of coordinates in GrTriangulator by Michael Ludwig · 3 years, 3 months ago
  31. c9125aa Reland "Better first-class shader & color filter support in runtime effects" by Brian Osman · 3 years, 3 months ago
  32. c2cca5a Revert "Better first-class shader & color filter support in runtime effects" by Greg Daniel · 3 years, 3 months ago
  33. adadb95 Better first-class shader & color filter support in runtime effects by Brian Osman · 3 years, 3 months ago
  34. 552fcb9 Remove flexible runtime effects entirely by Brian Osman · 3 years, 3 months ago
  35. 83dae92 Remove SkSL sample-with-matrix implementation by Brian Osman · 3 years, 3 months ago
  36. fbc06d8 Switch runtime effect fuzzer to use MakeForShader by Brian Osman · 3 years, 3 months ago
  37. 98b066c Add fuzzer for Triangulating Path Renderer by Robert Phillips · 3 years, 3 months ago
  38. 577c606 Runtime effects: Support input color as a parameter to main() by Brian Osman · 3 years, 4 months ago
  39. 3738ef5 Move code generators to codegen/ directory. by John Stiles · 3 years, 4 months ago
  40. 7845b97 [fuzz] Expose Region Op fuzzing to oss-fuzz. by Kevin Lubick · 3 years, 4 months ago
  41. 9d26af9 Fix testing of Runtime Effects with inlining enabled and disabled. by John Stiles · 3 years, 4 months ago
  42. 7cee3ef FilterQuality should no longer be needed. by Mike Reed · 3 years, 4 months ago
  43. 10a5ff2 Must pass filtering to picture shader by Mike Reed · 3 years, 4 months ago
  44. 4db5726 Bail if context creation fails in FuzzDDLThreadingGL by Adlai Holler · 3 years, 5 months ago
  45. ccb6866 Activate FuzzDDLThreading by Adlai Holler · 3 years, 5 months ago
  46. ea8d197 Add a fuzzer for DDL threading by Adlai Holler · 3 years, 5 months ago
  47. 5e603c3 Support global variables in pipeline stage generator by Brian Osman · 3 years, 5 months ago
  48. 78a845a Remove declaration of obsolete runtime effect inlining API by Brian Osman · 3 years, 5 months ago
  49. dbd4e6f Move ProgramKind and ProgramSettings types out of SkSL::Program. by John Stiles · 3 years, 5 months ago
  50. 708dc4f Hide legacy imagefilters::image using filter-quality by Mike Reed · 3 years, 5 months ago
  51. 8e756f3 Support structs in runtime effects by Brian Osman · 3 years, 6 months ago
  52. 55761ae Change pipeline stage callbacks to support mangling type names by Brian Osman · 3 years, 6 months ago
  53. 3dd203d [fuzzing] Paint SkParagraph. by Weston Tracey · 3 years, 6 months ago
  54. 690b6f3 Remove PipelineStageArgs and format-string handshake by Brian Osman · 3 years, 6 months ago
  55. 236ddb3 Detach pipeline-stage generator from SkSL compiler by Brian Osman · 3 years, 6 months ago
  56. 1a771fe [fuzzing] Add SkParagraph to oss-fuzz. by Weston Tracey · 3 years, 6 months ago
  57. 20e92f7 Update SkRuntimeEffect::Make to take an Options struct. by John Stiles · 3 years, 6 months ago
  58. 9223665 Guard legacy matrixtransforms, and expose new one by Mike Reed · 3 years, 6 months ago
  59. 747c31e Hide SkImageFilter::CropRect by Michael Ludwig · 3 years, 6 months ago
  60. 9911630 Hide misc non-sampling draw methods by Mike Reed · 3 years, 6 months ago
  61. 069e484 drawBitmap is deprecated by Mike Reed · 3 years, 6 months ago
  62. 34c56a5 Migrate to drawImage w/ sampling by Mike Reed · 3 years, 6 months ago
  63. e02d7f8 More hiding of legacy drawImage calls by Mike Reed · 3 years, 6 months ago
  64. 6d4577b [fuzzing] Add first pass SkParagraph fuzzing. by Weston Tracey · 3 years, 7 months ago
  65. dc607e3 Use bitmap.asImage() by Mike Reed · 3 years, 7 months ago
  66. 9194675 SkSL: In the front-end, rename PipelineStage to RuntimeEffect by Brian Osman · 3 years, 7 months ago
  67. e78f8ce Starting to hide setFilterQuality by Mike Reed · 3 years, 7 months ago
  68. 82abece Bitmap should use sampling options by Mike Reed · 3 years, 8 months ago
  69. 99c9446 Add flag to hide non-sampling imageshader factories by Mike Reed · 3 years, 8 months ago
  70. d7e7659 Move GrShaderCaps from Program::Settings to Compiler by Brian Osman · 3 years, 9 months ago
  71. b341810 Reland "[svg] Relocate out of experimental" by Florin Malita · 3 years, 10 months ago
  72. f1f1e7d Hide shrinkToFit -- not needed now that we have pathbuilder by Mike Reed · 3 years, 10 months ago
  73. d6cf56f Revert "[svg] Relocate out of experimental" by Robert Phillips · 3 years, 10 months ago
  74. 6fc4106 [svg] Relocate out of experimental by Florin Malita · 3 years, 10 months ago
  75. a069304 Rename GrContextPriv to GrDirectContextPriv by Adlai Holler · 3 years, 10 months ago
  76. 01b93ea Add SkImageFilters::Blend rename for Xfermode filter by Michael Ludwig · 3 years, 10 months ago
  77. 7d0f853 Add SkImageFilters::Shader in place of Paint factory by Michael Ludwig · 3 years, 10 months ago
  78. b45d0ca [fuzz] Make libfuzzer defines backwards compatible for roll by Kevin Lubick · 3 years, 11 months ago
  79. 493f89e [fuzz] Standardize, document, and backport fuzzing defines. by Kevin Lubick · 3 years, 11 months ago
  80. bcfc554 Add GrDirectContext arg to SkImage::readPixels by Adlai Holler · 4 years ago
  81. a008b0f Enable ClangTidy check readability-redundant-smartptr-get. by John Stiles · 4 years ago
  82. a465e2e add SKPath::readFromMemory() fuzzer by Mike Klein · 4 years ago
  83. de7d927 Reland "Add inline threshold to SkSL::Program::Settings" by Brian Osman · 4 years ago
  84. ed93e5e add SkRRect::readFromMemory() fuzzer by Mike Klein · 4 years ago
  85. a4b9169 Remove 'in' variables from SkRuntimeEffect by Brian Osman · 4 years ago
  86. 3e8fae7 Revert "Add inline threshold to SkSL::Program::Settings" by Brian Osman · 4 years ago
  87. ad3db40 Add inline threshold to SkSL::Program::Settings by Brian Osman · 4 years ago
  88. fcb7ba0 updated skp fuzzer by Zepeng Hu · 4 years ago
  89. 32df8f8 Handle null GrDirectContext in DDL Fuzzer by Robert Phillips · 4 years ago
  90. cec3a60 remove SkDescriptor API fuzzer by Mike Klein · 4 years ago
  91. 9400701 add create ddl fuzzer by Zepeng Hu · 4 years ago
  92. f4e5737 fuzz: Add 'loops' option to run multiple times by Brian Osman · 4 years ago
  93. a5783f3 Add SkRuntimeEffect Fuzzer by Zepeng Hu · 4 years, 1 month ago
  94. babba97 Use test font manager for SVG fuzzer by Zepeng Hu · 4 years, 1 month ago
  95. 7b4e43c Update final set of tools to take GrDirectContext by Robert Phillips · 4 years, 1 month ago
  96. ba7cbf7 Add SkSVGCanvas api Fuzzer by Zepeng Hu · 4 years, 1 month ago
  97. f1eb43e replace max_len with if statements by Zepeng Hu · 4 years, 1 month ago
  98. edaf302 add svg fuzzer by Zepeng Hu · 4 years, 2 months ago
  99. 30212b7 Fix implicit fallthroughs throughout Skia. by John Stiles · 4 years, 2 months ago
  100. 1f60733 Revert "Revert "move onto new factories for SkMatrix"" by Mike Reed · 4 years, 2 months ago