1. e58831c Add format-specifier warnings to SkDebugf. by John Stiles · 3 years, 4 months ago
  2. 0b04b6b Reland "Fix texture barriers on DMSAA" by Greg Daniel · 3 years, 4 months ago
  3. 83420eb Rewrite tessellation atlases as normal render tasks by Chris Dalton · 3 years, 4 months ago
  4. 9a2d3d1 Revert "Fix texture barriers on DMSAA" by Greg Daniel · 3 years, 4 months ago
  5. 1a3f4ab Fix texture barriers on DMSAA by Greg Daniel · 3 years, 4 months ago
  6. d0f4d0d Switched more DSL APIs over to skstd::string_view by Ethan Nicholas · 3 years, 4 months ago
  7. b4f8b7a Cleaned up DSL error handling by Ethan Nicholas · 3 years, 4 months ago
  8. e2c4e7e Add comparison operators to skstd::optional. by John Stiles · 3 years, 4 months ago
  9. e53cf99 Add nullopt to skstd::optional. by John Stiles · 3 years, 4 months ago
  10. be545c9 Verify that most runtime color filters support filtering a single color by Brian Osman · 3 years, 5 months ago
  11. 4ff6072 Enable reduceOpsTaskSplitting by default by Adlai Holler · 3 years, 4 months ago
  12. 685e09b Reland "Purge ccpr" by Chris Dalton · 3 years, 5 months ago
  13. fe83ab6 Revert "Purge ccpr" by Brian Osman · 3 years, 5 months ago
  14. 7bf6bc0 Purge ccpr by Chris Dalton · 3 years, 5 months ago
  15. 12923c4 Move more virtuals into ...Base to hide them from public api by Mike Reed · 3 years, 5 months ago
  16. f62632c Remove SkShaders::Lerp by Brian Osman · 3 years, 5 months ago
  17. 2e303cb Expose Deserialize, so we can wean clients off of flattenable api by Mike Reed · 3 years, 5 months ago
  18. 294723d Move GrOp::VisitProxyFunc to GrTypesPriv.h GrVisitProxyFunc by Robert Phillips · 3 years, 5 months ago
  19. 9c2fccb Add SkBlender setters and getters to SkPaint. by John Stiles · 3 years, 5 months ago
  20. cc2d073 Remove SkPaint::getHash by Brian Osman · 3 years, 5 months ago
  21. 4912824 Reland "Add SkRuntimeBlender class." by John Stiles · 3 years, 5 months ago
  22. be03ef1 Remove ableist language by Kevin Lubick · 3 years, 5 months ago
  23. 5837aad Expose bounds for maskfilters by Mike Reed · 3 years, 5 months ago
  24. c804b74 Revert "Add SkRuntimeBlender class." by John Stiles · 3 years, 5 months ago
  25. 6034941 Add SkRuntimeBlender class. by John Stiles · 3 years, 5 months ago
  26. 8f9f763 Remove unreferenced TODO function. by John Stiles · 3 years, 5 months ago
  27. 9300391 Add Make functions for runtime blends. by John Stiles · 3 years, 5 months ago
  28. 2d8b835 Add SkBlender class; thread into SkVMBlitter. by John Stiles · 3 years, 5 months ago
  29. af8047d Rename existing 'Blend' enums/names to 'BlendFilter'. by John Stiles · 3 years, 5 months ago
  30. 95b0015 Fix -Wc++11-narrowing for Skia. by Peter Kasting · 3 years, 5 months ago
  31. 4f3e6a2 Moved DSLWriter::ReleaseProgram into DSLCore. by Ethan Nicholas · 3 years, 5 months ago
  32. fa0e5bc Actually make GrContextOptions::fUseNGA GR_TEST_UTILS-only by Robert Phillips · 3 years, 5 months ago
  33. d6c51ed PixelRef is not a flattenable by Mike Reed · 3 years, 5 months ago
  34. cd33e4a purge unused flattenable enums by Mike Reed · 3 years, 5 months ago
  35. 08ac524 Added operator= on DSLCase by Ethan Nicholas · 3 years, 5 months ago
  36. c94457c Added missing declaration to DSLBlock.h by Ethan Nicholas · 3 years, 5 months ago
  37. 9d1cc05 Add scratch-only version of performDeferredCleanup by Michael Ludwig · 3 years, 5 months ago
  38. 962dec4 Removed StringFragment alias in favor of skstd::string_view by Ethan Nicholas · 3 years, 5 months ago
  39. 2919bbd Added DSLSymbols by Ethan Nicholas · 3 years, 5 months ago
  40. d2e0960 Removed SkSL::StringFragment in favor of string_view by Ethan Nicholas · 3 years, 5 months ago
  41. 6285d64 Support mixing shaders and color filters in runtime effects by Brian Osman · 3 years, 6 months ago
  42. 7b931f8 Add possibility of not compiling OGA files by Robert Phillips · 3 years, 5 months ago
  43. 9173b3f Fixed constructor signature in skstd::string_view by Ethan Nicholas · 3 years, 5 months ago
  44. f7f36ae Add ProgramKind::kRuntimeBlend for Runtime Blend functions. by John Stiles · 3 years, 5 months ago
  45. eaa9e07 Marked String(string_view) explicit by Ethan Nicholas · 3 years, 5 months ago
  46. f07b4ce Converted DSL APIs to use skstd::string_view. by Ethan Nicholas · 3 years, 5 months ago
  47. 87fab9f Changing dst sample type to flags. by Greg Daniel · 3 years, 5 months ago
  48. 2c9a6ec Added skstd::string_view by Ethan Nicholas · 3 years, 5 months ago
  49. 443b5da Remove GrRuntimeFPBuilder, SkRuntimeEffect::makeFP by Brian Osman · 3 years, 5 months ago
  50. dc03537 Reland "Limit ANGLE PBO workaround to blocking use of GL_UNPACK_ROW_LENGTH" by Brian Salomon · 3 years, 5 months ago
  51. 516405c Add option to switch between OGA and NGA SkGpuDevices by Robert Phillips · 3 years, 5 months ago
  52. fc8cf91 Revert "Limit ANGLE PBO workaround to blocking use of GL_UNPACK_ROW_LENGTH" by Chris Dalton · 3 years, 5 months ago
  53. a306dbf Allow reduced shader mode to be enabled outside tests. by Nathaniel Nifong · 3 years, 5 months ago
  54. 7788b3a Limit ANGLE PBO workaround to blocking use of GL_UNPACK_ROW_LENGTH by Brian Salomon · 3 years, 5 months ago
  55. fa8af0a Add methods to access the top device's render target proxy by Robert Phillips · 3 years, 5 months ago
  56. 0b0ae67 Reland "Reland "Draw image filters directly under non-axis-aligned transforms"" by Michael Ludwig · 3 years, 5 months ago
  57. 8f73ede Added more SkTOptional APIs by Ethan Nicholas · 3 years, 5 months ago
  58. 569c01b Simplify heuristics for selecting path tessellators by Chris Dalton · 3 years, 5 months ago
  59. 4ed2baa Added skstd::optional by Ethan Nicholas · 3 years, 5 months ago
  60. 1042334 Add SkFilterColorProgram by Brian Osman · 3 years, 6 months ago
  61. ec9d0e8 Move patheffect details to (private) base subclass by Mike Reed · 3 years, 6 months ago
  62. 8447f13 Chop tessellated curves that don't fit in a patch by Chris Dalton · 3 years, 6 months ago
  63. 8f4e924 Move class into impl by Mike Reed · 3 years, 6 months ago
  64. b1e9cb0 Remove fExpression (matrix expression) from SampleUsage by Brian Osman · 3 years, 6 months ago
  65. 465819d Update Skia milestone to 93 by Eric Boren · 3 years, 6 months ago
  66. ec87dc1 Just expose factories for patheffects by Mike Reed · 3 years, 6 months ago
  67. 1391170 More ctype cleanup in SkSL by Brian Osman · 3 years, 6 months ago
  68. d6584bd Add GrColorFormatDesc GrBackendFormat::desc() by Brian Salomon · 3 years, 6 months ago
  69. c23386c Remove layout(override_coverage) by Brian Osman · 3 years, 6 months ago
  70. 3adc091 Remove layout(tracked) from SkSL by Brian Osman · 3 years, 6 months ago
  71. 55a63af Make it possible to use the DSL from within the compiler itself by Ethan Nicholas · 3 years, 6 months ago
  72. 5696bcd GrColorTypeDesc -> GrColorFormatDesc by Brian Salomon · 3 years, 6 months ago
  73. 81e2f93 Expose intercepts on SkFont by Mike Reed · 3 years, 6 months ago
  74. 82fdab4 reject sizes that will overflow in SkSpan by Herb Derby · 3 years, 6 months ago
  75. 43ee3f5 Fix implicit signedness change warnings in private includes by Brian Osman · 3 years, 6 months ago
  76. 22dcb73 Revert "Revert "Added DSL flags"" by Ethan Nicholas · 3 years, 6 months ago
  77. 9ec377e Reland "Simplify quickReject implementation in SkCanvas" by Michael Ludwig · 3 years, 6 months ago
  78. a5842bc Move SkSpan to include/, for use in public API by Brian Osman · 3 years, 6 months ago
  79. 9eb0bb6 Revert "Added DSL flags" by Brian Osman · 3 years, 6 months ago
  80. 7143059 Added DSL flags by Ethan Nicholas · 3 years, 6 months ago
  81. b22fcaf Added DSL layout() support by Ethan Nicholas · 3 years, 6 months ago
  82. 4882f97 [svgcanvas] Add support for relative path encoding by Florin Malita · 3 years, 6 months ago
  83. 4e1c1a7 Implement computeFastBounds for PathEffects by Michael Ludwig · 3 years, 6 months ago
  84. 614fb1e Removed early_fragment_tests layout qualifier by Ethan Nicholas · 3 years, 6 months ago
  85. a372429 Align SkSpan API with std::span by Brian Osman · 3 years, 6 months ago
  86. 51308f1 SkTHashTable assert key self equal. by Ben Wagner · 3 years, 6 months ago
  87. 0627934 [androidkit] optimize JNI calls in AndroidKit.Matrix transformations by Jorge Betancourt · 3 years, 6 months ago
  88. daa02f4 Revert "Simplify quickReject implementation in SkCanvas" by Greg Daniel · 3 years, 6 months ago
  89. 0a0f4f5 Simplify quickReject implementation in SkCanvas by Michael Ludwig · 3 years, 6 months ago
  90. 97f85bb Remove SkTextBlobDiffCanvas, use tracking device directly with base SkCanvas by Michael Ludwig · 3 years, 6 months ago
  91. 722cb67 Improved DSL APIs in preparation for DSLParser by Ethan Nicholas · 3 years, 6 months ago
  92. c9125aa Reland "Better first-class shader & color filter support in runtime effects" by Brian Osman · 3 years, 7 months ago
  93. daa9b8e Add mapRect function and RectToRect constructor to SkM44 by Michael Ludwig · 3 years, 6 months ago
  94. 4fc3a01 Move all GrTFlagsMask operators into bitfield macro definitions. by Greg Daniel · 3 years, 6 months ago
  95. 371f6e1 Refactored SkSL function creation and error handling by Ethan Nicholas · 3 years, 6 months ago
  96. a1a0b92 Added DSLWrapper so DSL classes can be used in containers by Ethan Nicholas · 3 years, 6 months ago
  97. c2cca5a Revert "Better first-class shader & color filter support in runtime effects" by Greg Daniel · 3 years, 6 months ago
  98. b83199e Added unsigned types and type query functions to DSL by Ethan Nicholas · 3 years, 6 months ago
  99. 0cb3b82 Improved DSLType constructor signatures by Ethan Nicholas · 3 years, 6 months ago
  100. adadb95 Better first-class shader & color filter support in runtime effects by Brian Osman · 3 years, 7 months ago