1. 77046a7 Disallow sk_FragCoord in SkRuntimeEffect by Brian Osman · 3 years, 3 months ago
  2. cac5e07 Hide the filterquality enum by Mike Reed · 3 years, 3 months ago
  3. dd2fdea Initial land of DSLParser by Ethan Nicholas · 3 years, 3 months ago
  4. a9c2e3b Remove vestigates of paint's filterquality by Mike Reed · 3 years, 3 months ago
  5. 946a4cb First pass at a no-SkSL CPU build by Brian Osman · 3 years, 4 months ago
  6. 4043111 Purge 2020 picture versions by Mike Reed · 3 years, 3 months ago
  7. da72978 Added multi-var variants for the DSL Declare function by Ethan Nicholas · 3 years, 3 months ago
  8. 2ab47c9 Added DSL LogicalXor function by Ethan Nicholas · 3 years, 3 months ago
  9. 95cc53b Hide filterquality enum entirely by Mike Reed · 3 years, 3 months ago
  10. 5514bea [androidkit] bind SkImageFilters to java shared library by Jorge Betancourt · 3 years, 3 months ago
  11. b18c1e2 DSL ReleaseProgram retains source and reports errors better by Ethan Nicholas · 3 years, 3 months ago
  12. d970d81 update Skia milestone to 94 by Heather Miller · 3 years, 3 months ago
  13. 55f0d7a Always enforce format specifiers on SkDebugf. by John Stiles · 3 years, 4 months ago
  14. a2d22b2 Broke DSLVar into separate subclasses by Ethan Nicholas · 3 years, 4 months ago
  15. 292a09d Added modifier support to DSLFunction by Ethan Nicholas · 3 years, 4 months ago
  16. 8e2c56e Disallow DMSAA with DDL by Chris Dalton · 3 years, 4 months ago
  17. 475c975 Move the DMSAA surface flag into the public API by Chris Dalton · 3 years, 4 months ago
  18. f8b7c1a Pass CTM to path effects (experimental) by Tyler Denniston · 3 years, 4 months ago
  19. 82bbe60 Add static to global nullopt symbol. by John Stiles · 3 years, 4 months ago
  20. a92913e Make GrAuditTrail V1-only by Robert Phillips · 3 years, 4 months ago
  21. 2d25d28 Fix typo in doc-comments. by John Stiles · 3 years, 4 months ago
  22. 63ec43c Hide deprecated filterquality by Mike Reed · 3 years, 4 months ago
  23. 5643e55 Add flag for filterquality in flutter by Mike Reed · 3 years, 4 months ago
  24. 526b0b9 Use value_or in getBlendMode_or. by John Stiles · 3 years, 4 months ago
  25. ebc9fad Fixed some fixups not being applied to DSL code by Ethan Nicholas · 3 years, 4 months ago
  26. c98dbc6 Hide deprecated SkPaint::getBlendMode by Mike Reed · 3 years, 4 months ago
  27. 50f0dad Remove GrSharedEnums.h by Brian Osman · 3 years, 4 months ago
  28. 5e1aa8b Misc skgpu cleanup by Robert Phillips · 3 years, 4 months ago
  29. c9145f3 Remove enum support from SkSL by Brian Osman · 3 years, 4 months ago
  30. e6ed3c2 Added DSL support for interface blocks by Ethan Nicholas · 3 years, 4 months ago
  31. 26ea975 Arithmetic blender by Mike Reed · 3 years, 4 months ago
  32. 8c26479 Remove large swaths of code related to .fp files by Brian Osman · 3 years, 4 months ago
  33. d390c64 add value_or to optional by Herb Derby · 3 years, 4 months ago
  34. 90f4e9f Hide getBlendMode() by Mike Reed · 3 years, 4 months ago
  35. 4c886ee Revert "Revert "Convert GrConfigConversionEffect to a runtime FP"" by Brian Osman · 3 years, 4 months ago
  36. 26489dc value_or variant for getBlendMode. by Mike Reed · 3 years, 4 months ago
  37. d8d85b9 Reland "Don't key progams/pipelines on origin."" by Brian Salomon · 3 years, 4 months ago
  38. 4024224 Revert "Don't key progams/pipelines on origin." by Brian Salomon · 3 years, 4 months ago
  39. 943108b0 Don't key progams/pipelines on origin. by Brian Salomon · 3 years, 4 months ago
  40. 3037d9f Make setBlender the real name by Mike Reed · 3 years, 4 months ago
  41. a8ac441 Move Mode() factory into SkBlender by Mike Reed · 3 years, 4 months ago
  42. 04d79fc GrSkSLFP: Avoid making a global copy of inColor most of the time by Brian Osman · 3 years, 4 months ago
  43. e9ab391 Reland "Convert GrDitherEffect to a runtime FP" by Brian Osman · 3 years, 4 months ago
  44. 1c46777 Revert "Convert GrConfigConversionEffect to a runtime FP" by Brian Osman · 3 years, 4 months ago
  45. 3dd52c7 Revert "Convert GrDitherEffect to a runtime FP" by Brian Osman · 3 years, 4 months ago
  46. 2fa843a Convert GrDitherEffect to a runtime FP by Brian Osman · 3 years, 4 months ago
  47. 7cef678 Change architecture #defines to be SK_GPU_V1 and SK_GPU_V2 by Robert Phillips · 3 years, 4 months ago
  48. 1a82a4e Remove GrResourceProvider.h from all other header files by Robert Phillips · 3 years, 4 months ago
  49. 4a77813 Convert GrConfigConversionEffect to a runtime FP by Brian Osman · 3 years, 4 months ago
  50. 55b401e Make blender the source-of-truth by Mike Reed · 3 years, 4 months ago
  51. 4716a76 SkRuntimeEffect: Don't keep two copies of SkSL source around by Brian Osman · 3 years, 4 months ago
  52. 40fefb2 Make SkTOptional C++14 safe by Mike Reed · 3 years, 4 months ago
  53. 549c6b8 Added Poison values to SkSL to improve DSL error handling by Ethan Nicholas · 3 years, 4 months ago
  54. 9f745d9 Remove SkMatrix44 by Mike Reed · 3 years, 4 months ago
  55. 7bf7999 Reland "Add format-specifier warnings to SkDebugf." by John Stiles · 3 years, 4 months ago
  56. d253088 Fix float to bool implicit cast by Herb Derby · 3 years, 4 months ago
  57. f74eea7 Refactor textToGlyphs closer to the source by Mike Reed · 3 years, 4 months ago
  58. bef379b Add SkBlendModeBlender class. by John Stiles · 3 years, 4 months ago
  59. 283dba5 Revert "Add format-specifier warnings to SkDebugf." by Tyler Denniston · 3 years, 4 months ago
  60. e58831c Add format-specifier warnings to SkDebugf. by John Stiles · 3 years, 4 months ago
  61. 0b04b6b Reland "Fix texture barriers on DMSAA" by Greg Daniel · 3 years, 4 months ago
  62. 83420eb Rewrite tessellation atlases as normal render tasks by Chris Dalton · 3 years, 4 months ago
  63. 9a2d3d1 Revert "Fix texture barriers on DMSAA" by Greg Daniel · 3 years, 4 months ago
  64. 1a3f4ab Fix texture barriers on DMSAA by Greg Daniel · 3 years, 4 months ago
  65. d0f4d0d Switched more DSL APIs over to skstd::string_view by Ethan Nicholas · 3 years, 4 months ago
  66. b4f8b7a Cleaned up DSL error handling by Ethan Nicholas · 3 years, 4 months ago
  67. e2c4e7e Add comparison operators to skstd::optional. by John Stiles · 3 years, 4 months ago
  68. e53cf99 Add nullopt to skstd::optional. by John Stiles · 3 years, 4 months ago
  69. be545c9 Verify that most runtime color filters support filtering a single color by Brian Osman · 3 years, 4 months ago
  70. 4ff6072 Enable reduceOpsTaskSplitting by default by Adlai Holler · 3 years, 4 months ago
  71. 685e09b Reland "Purge ccpr" by Chris Dalton · 3 years, 4 months ago
  72. fe83ab6 Revert "Purge ccpr" by Brian Osman · 3 years, 4 months ago
  73. 7bf6bc0 Purge ccpr by Chris Dalton · 3 years, 4 months ago
  74. 12923c4 Move more virtuals into ...Base to hide them from public api by Mike Reed · 3 years, 4 months ago
  75. f62632c Remove SkShaders::Lerp by Brian Osman · 3 years, 4 months ago
  76. 2e303cb Expose Deserialize, so we can wean clients off of flattenable api by Mike Reed · 3 years, 4 months ago
  77. 294723d Move GrOp::VisitProxyFunc to GrTypesPriv.h GrVisitProxyFunc by Robert Phillips · 3 years, 4 months ago
  78. 9c2fccb Add SkBlender setters and getters to SkPaint. by John Stiles · 3 years, 4 months ago
  79. cc2d073 Remove SkPaint::getHash by Brian Osman · 3 years, 4 months ago
  80. 4912824 Reland "Add SkRuntimeBlender class." by John Stiles · 3 years, 4 months ago
  81. be03ef1 Remove ableist language by Kevin Lubick · 3 years, 4 months ago
  82. 5837aad Expose bounds for maskfilters by Mike Reed · 3 years, 4 months ago
  83. c804b74 Revert "Add SkRuntimeBlender class." by John Stiles · 3 years, 4 months ago
  84. 6034941 Add SkRuntimeBlender class. by John Stiles · 3 years, 4 months ago
  85. 8f9f763 Remove unreferenced TODO function. by John Stiles · 3 years, 4 months ago
  86. 9300391 Add Make functions for runtime blends. by John Stiles · 3 years, 4 months ago
  87. 2d8b835 Add SkBlender class; thread into SkVMBlitter. by John Stiles · 3 years, 4 months ago
  88. af8047d Rename existing 'Blend' enums/names to 'BlendFilter'. by John Stiles · 3 years, 5 months ago
  89. 95b0015 Fix -Wc++11-narrowing for Skia. by Peter Kasting · 3 years, 5 months ago
  90. 4f3e6a2 Moved DSLWriter::ReleaseProgram into DSLCore. by Ethan Nicholas · 3 years, 5 months ago
  91. fa0e5bc Actually make GrContextOptions::fUseNGA GR_TEST_UTILS-only by Robert Phillips · 3 years, 5 months ago
  92. d6c51ed PixelRef is not a flattenable by Mike Reed · 3 years, 5 months ago
  93. cd33e4a purge unused flattenable enums by Mike Reed · 3 years, 5 months ago
  94. 08ac524 Added operator= on DSLCase by Ethan Nicholas · 3 years, 5 months ago
  95. c94457c Added missing declaration to DSLBlock.h by Ethan Nicholas · 3 years, 5 months ago
  96. 9d1cc05 Add scratch-only version of performDeferredCleanup by Michael Ludwig · 3 years, 5 months ago
  97. 962dec4 Removed StringFragment alias in favor of skstd::string_view by Ethan Nicholas · 3 years, 5 months ago
  98. 2919bbd Added DSLSymbols by Ethan Nicholas · 3 years, 5 months ago
  99. d2e0960 Removed SkSL::StringFragment in favor of string_view by Ethan Nicholas · 3 years, 5 months ago
  100. 6285d64 Support mixing shaders and color filters in runtime effects by Brian Osman · 3 years, 6 months ago