1. 405eb7b Revert "Add sRGB 8888 colortype" by Brian Osman · 3 years, 1 month ago
  2. 0f7c10e Add sRGB 8888 colortype by Brian Osman · 3 years, 1 month ago
  3. 488654b Fix cases of variable shadowing in /tools/. by John Stiles · 3 years, 1 month ago
  4. 90f4e9f Hide getBlendMode() by Mike Reed · 3 years, 2 months ago
  5. 2d1b716 [fiddle] Update named fiddles by Kevin Lubick · 3 years, 2 months ago
  6. 7bf7999 Reland "Add format-specifier warnings to SkDebugf." by John Stiles · 3 years, 3 months ago
  7. 283dba5 Revert "Add format-specifier warnings to SkDebugf." by Tyler Denniston · 3 years, 3 months ago
  8. e58831c Add format-specifier warnings to SkDebugf. by John Stiles · 3 years, 3 months ago
  9. cc2d073 Remove SkPaint::getHash by Brian Osman · 3 years, 3 months ago
  10. 10a5ff2 Must pass filtering to picture shader by Mike Reed · 3 years, 6 months ago
  11. 9223665 Guard legacy matrixtransforms, and expose new one by Mike Reed · 3 years, 7 months ago
  12. b339d05 pass sampling to drawImage by Mike Reed · 3 years, 8 months ago
  13. ecdd979 drawBitmap is deprecated by Mike Reed · 3 years, 8 months ago
  14. ed552f8 Move deprecated image filter headers out of include/ and into src/ by Michael Ludwig · 3 years, 8 months ago
  15. e1f72f9 drawBitmap is deprecated by Mike Reed · 3 years, 8 months ago
  16. 34a0c97 don't use drawBitmap by Mike Reed · 3 years, 8 months ago
  17. 9911630 Hide misc non-sampling draw methods by Mike Reed · 3 years, 8 months ago
  18. 2ac6ce8 Simplify common case for recttorect by Mike Reed · 3 years, 8 months ago
  19. 5ec2238 Simplify common case of linear filtering with no mips by Mike Reed · 3 years, 8 months ago
  20. b746b1f Pass sampling to surface.draw by Mike Reed · 3 years, 8 months ago
  21. dc607e3 Use bitmap.asImage() by Mike Reed · 3 years, 9 months ago
  22. b41bd15 Use samplingoptions for bitmap shader by Mike Reed · 3 years, 9 months ago
  23. b86cd3d Use samplingoptions in imageshader by Mike Reed · 3 years, 9 months ago
  24. 4106819 Use explicit sampling param by Mike Reed · 3 years, 9 months ago
  25. edb22ec work on better SkPath::dump by Mike Reed · 3 years, 9 months ago
  26. 1a4140e deprecate getTotalMatrix by Mike Reed · 3 years, 9 months ago
  27. ce0c876 hide legacy scalePixels and makeShader by Mike Reed · 3 years, 10 months ago
  28. 6052c0b Only expose isConvex on path publicly. by Mike Reed · 4 years, 1 month ago
  29. bcfc554 Add GrDirectContext arg to SkImage::readPixels by Adlai Holler · 4 years, 1 month ago
  30. 3b356c5 Update more example code to GrDirectContext/GrRecordingContext pair by Robert Phillips · 4 years, 1 month ago
  31. 14dc791 Reland "Migrate SkImage::MakeFromTexture to GrRecordingContext" by Adlai Holler · 4 years, 1 month ago
  32. c41ae2a Reland "Migrate MakeCrossContextFromPixmap to GrDirectContext" by Adlai Holler · 4 years, 1 month ago
  33. 74b83a4 Revert "Migrate SkImage::MakeFromTexture to GrRecordingContext" by Adlai Holler · 4 years, 1 month ago
  34. ae04cc9 Revert "Migrate MakeCrossContextFromPixmap to GrDirectContext" by Adlai Holler · 4 years, 1 month ago
  35. daa9e74 Migrate SkImage::MakeFromTexture to GrRecordingContext by Adlai Holler · 4 years, 1 month ago
  36. 066f7d6 Migrate MakeCrossContextFromPixmap to GrDirectContext by Adlai Holler · 4 years, 2 months ago
  37. fbd050b Enable ClangTidy check modernize-make-unique. by John Stiles · 4 years, 1 month ago
  38. e34b282 Migrate MakeFromAdoptedTexture to GrDirectContext by Adlai Holler · 4 years, 2 months ago
  39. 564d49e Remove subset parameter from making encoded/generator images by Mike Reed · 4 years, 2 months ago
  40. 247835b Reland "Migrate SkImage::makeWithFilter to GrRecordingContext" by Adlai Holler · 4 years, 2 months ago
  41. d13b97f Revert "Migrate SkImage::makeWithFilter to GrRecordingContext" by Adlai Holler · 4 years, 2 months ago
  42. 7f0129d Migrate SkImage::makeWithFilter to GrRecordingContext by Adlai Holler · 4 years, 2 months ago
  43. d1ce4cb Update some of the dox code to GrDirectContext by Robert Phillips · 4 years, 2 months ago
  44. 609ea21 more cleanup after removing volatile from bitmap by Mike Reed · 4 years, 2 months ago
  45. 1434ce1 Can we remove volatile from skbitmap? by Mike Reed · 4 years, 2 months ago
  46. f19bbb5 Finish the DDL sk_sp migration by Adlai Holler · 4 years, 3 months ago
  47. c0d88a1 Remove SkSurface::MakeFromBackendTextureAsRenderTarget from public API by Brian Salomon · 4 years, 4 months ago
  48. fd9745e SkDrawLooper has not been supported by Skia for a while. Update dox and remove examples by Mike Reed · 4 years, 4 months ago
  49. 1f60733 Revert "Revert "move onto new factories for SkMatrix"" by Mike Reed · 4 years, 4 months ago
  50. c80ee45 Revert "move onto new factories for SkMatrix" by Mike Reed · 4 years, 4 months ago
  51. 046c2b7 move onto new factories for SkMatrix by Mike Reed · 4 years, 4 months ago
  52. c69d479 Remove SkPath::RawIter from docs and examples by Chris Dalton · 4 years, 4 months ago
  53. 6f60a85 Fix matrix scoping issue in sample by Kevin Lubick · 4 years, 6 months ago
  54. 4765da4 Add fiddle example for MakeLinear by Kevin Lubick · 4 years, 6 months ago
  55. d8add5c Add fiddle demonstrating alpha when used on saveLayer by Kevin Lubick · 4 years, 6 months ago
  56. fdf9404 Remove exotic legacy bitmap drawing entry points: Nine, Lattice by Mike Reed · 4 years, 6 months ago
  57. f7eb054 basic, untested BGR 1010102 and 101010x by Mike Klein · 4 years, 7 months ago
  58. 788b916 Remove SkTMin and SkTMax by Brian Osman · 4 years, 7 months ago
  59. 9d9312b decs/examples: Support more fiddle types: offscreen, srgb by Hal Canary · 4 years, 8 months ago
  60. 2cd5d43 [minor] docs/examples: cleanup by Hal Canary · 4 years, 8 months ago
  61. 8800042 docs/examples: REG_FIDDLE_ANIMATED by Hal Canary · 4 years, 8 months ago
  62. 6c8422c add more docs/examples from named fiddles. by Hal Canary · 4 years, 8 months ago
  63. 44207f3 Remove SkIRect::EmptyIRect by Brian Salomon · 4 years, 8 months ago
  64. 2c38315 hide/remove obsolete/tricky SkMatrix methods by Mike Reed · 4 years, 9 months ago
  65. cf0e3c6 remove dead code around old SkPath enums by Mike Reed · 4 years, 9 months ago
  66. 7d34dc7 Revert "Revert "switch to new filltype for SkPath"" by Mike Reed · 4 years, 10 months ago
  67. 3e7af41 Revert "switch to new filltype for SkPath" by Mike Reed · 4 years, 10 months ago
  68. 3a50981 switch to new filltype for SkPath by Mike Reed · 4 years, 10 months ago
  69. 30bc527 Revert "Reland "Revert "Use flat version of path-direction enum""" by Mike Reed · 4 years, 10 months ago
  70. 7cda6f3 Reland "Revert "Use flat version of path-direction enum"" by Mike Reed · 4 years, 10 months ago
  71. 1792b19 Revert "Revert "Use flat version of path-direction enum"" by Mike Reed · 4 years, 10 months ago
  72. 0dacc6b Revert "Use flat version of path-direction enum" by Mike Reed · 4 years, 10 months ago
  73. e0fbe94 Use flat version of path-direction enum by Mike Reed · 4 years, 10 months ago
  74. aae3cc4 docs/fiddle: add "incomplete" fiddle. by Hal Canary · 5 years ago
  75. 430470d make rectcontour and nestedrects private by Mike Reed · 5 years ago
  76. 3012cba remove unneeded noemptycheck variants of intersect by Mike Reed · 5 years ago
  77. 92b3335 more rect api simplifications by Mike Reed · 5 years ago
  78. 9ea6315 remove redundant rect methods by Mike Reed · 5 years ago
  79. ba7e9a6 never check for degenerates in path::iter by Mike Reed · 5 years ago
  80. 4c3fd34 Remove MakeCrossContextFromEncoded, unused argument from ...FromPixmap by Brian Osman · 5 years ago
  81. d566e2e Remove unused dstColorSpace parameter from makeTextureImage by Brian Osman · 5 years ago
  82. a861106 Update docs and samplecode to use new image filter factories by Michael Ludwig · 5 years ago
  83. b7dad44 Reland "hide drawlooper from paint" by Mike Reed · 5 years ago
  84. 6dc14de Revert "hide drawlooper from paint" by Robert Phillips · 5 years ago
  85. 766b42b hide drawlooper from paint by Mike Reed · 5 years ago
  86. d04aaa3 PDF example by Hal Canary · 5 years ago
  87. 51e15a6 Use SkTextEncoding enum instead of macros. by Ben Wagner · 5 years ago
  88. ccab1cc docs/examples/Colors by Hal Canary · 5 years ago
  89. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  90. c8bea7d New factories for SkShaders by Mike Reed · 5 years ago
  91. 2f08a40 examples: Avoid undefined behavior by Greg Kaiser · 5 years ago
  92. b286bc2 Introduce new factory for SkColorFilters by Mike Reed · 5 years ago
  93. 50acf8f add makeShader() to SkBitmap, and deprecate SkShader version by Mike Reed · 5 years ago
  94. fae8fce Use SkTileMode instead of nested enum by Mike Reed · 5 years ago
  95. 4428f2c Remove SkScalarSinCos by Brian Osman · 5 years ago
  96. 66d1144 Docs: fix more case-sensitive names by Hal Canary · 5 years ago
  97. d88c2e8 Docs: rename examples files to match names by Hal Canary · 5 years ago
  98. a7181e7c Docs: Give documentation examples better names by Hal Canary · 5 years ago
  99. 3d42a05 Examples: Two changes from kevin by Hal Canary · 6 years ago
  100. 8751512 Revert "Revert "Compile all fiddle examples locally"" by Hal Canary · 6 years ago