1. 833329d Add example of making custom SkColorFilter using sksl by Kaylee Lubick · 5 months ago
  2. 0e6a385 Reland "GPU support for F16F16F16x SkColorType." by Daniel Dilan · 7 months ago
  3. e65e02c Revert "GPU support for F16F16F16x SkColorType." by Robert Phillips · 7 months ago
  4. b6224c9 GPU support for F16F16F16x SkColorType. by Daniel Dilan · 7 months ago
  5. 52f391e CPU support of F16F16F16x SkColorType. by Daniel Dilan · 7 months ago
  6. 3beed54 Move `} // END FIDDLE` onto a separate line. by John Stiles · 8 months ago
  7. 7a8fc1b Migrate SkSL docs into named fiddles. by John Stiles · 10 months ago
  8. 337c3c4 Remove `// HASH=xxxxxx` from examples. by John Stiles · 10 months ago
  9. bea3840 Enforce IWYU on src/pdf by Kaylee Lubick · 10 months ago
  10. 00e5d24 Update drawVertices named fiddles to use kDst blend mode. by John Stiles · 10 months ago
  11. 08a3936 Update format strings in docs/examples for correct signedness. by John Stiles · 11 months ago
  12. 724cca0 Remove code from docs/examples which uses SkBits2Float. by John Stiles · 11 months ago
  13. a0bbf72 Adds support for BGRA10_XR. by Aaron Clarke · 11 months ago
  14. 4631c54 Update many uses of SkFont that had nullptr SkTypeface by Kevin Lubick · 1 year, 3 months ago
  15. 1e97119 Reland "Reland "Migrate many direct and indirect uses of SkFontMgr to use TestFontMgr"" by Kevin Lubick · 1 year, 4 months ago
  16. d068405 Delete bit-rotted examples by Kevin Lubick · 1 year, 4 months ago
  17. 579809c Revert "Reland "Migrate many direct and indirect uses of SkFontMgr to use TestFontMgr"" by Kevin Lubick · 1 year, 4 months ago
  18. bea8af8 Reland "Migrate many direct and indirect uses of SkFontMgr to use TestFontMgr" by Kevin Lubick · 1 year, 4 months ago
  19. 0931110 Revert "Migrate many direct and indirect uses of SkFontMgr to use TestFontMgr" by Nolan Scobie · 1 year, 4 months ago
  20. 3258c98 Migrate many direct and indirect uses of SkFontMgr to use TestFontMgr by Kevin Lubick · 1 year, 4 months ago
  21. 8b74188 Split codec-related parts out of tools/Resources.h by Kevin Lubick · 1 year, 5 months ago
  22. c3bac5b Reland "Make SKP deserialize null instead of PNG images by default." by Kevin Lubick · 1 year, 6 months ago
  23. 15ccdea Reland "Revert "Make SKP deserialize null instead of PNG images by default."" by Kevin Lubick · 1 year, 6 months ago
  24. b78c919 Revert "Revert "Make SKP deserialize null instead of PNG images by default."" by Kevin Lubick · 1 year, 6 months ago
  25. 2d29571 Revert "Make SKP deserialize null instead of PNG images by default." by Ben Wagner · 1 year, 6 months ago
  26. 211d63b Add basic support for kRGBA_10x6_SkColorType by Brian Osman · 1 year, 6 months ago
  27. 55c9c37 Make SKP deserialize null instead of PNG images by default. by Kevin Lubick · 1 year, 6 months ago
  28. 47a7d27 Remove Skia-internal uses of SkImage::makeWithFilter by Robert Phillips · 1 year, 7 months ago
  29. 81003e5 Remove kBGR_888x_SkColorType by Brian Osman · 1 year, 8 months ago
  30. 58e5b4f Reland "Reland "Update constants used by SkFloatingPoint.h"" by Herb Derby · 1 year, 8 months ago
  31. a251a36 Revert "Reland "Update constants used by SkFloatingPoint.h"" by Brian Osman · 1 year, 8 months ago
  32. ebc149c Reland "Update constants used by SkFloatingPoint.h" by Herb Derby · 1 year, 8 months ago
  33. d0ecba6 Revert "Update constants used by SkFloatingPoint.h" by Brian Osman · 1 year, 8 months ago
  34. c769464 Update constants used by SkFloatingPoint.h by Herb Derby · 1 year, 8 months ago
  35. 5fd9068 Clean up some example fiddles by Kevin Lubick · 1 year, 8 months ago
  36. edb06e1 Reland "Remove SkCanvas::flush() from Skia-proper and remove other gpu-specific code" by Kevin Lubick · 1 year, 9 months ago
  37. 632fa40 Remove GrSurfaceCharacterization example by Kevin Lubick · 1 year, 9 months ago
  38. 7b6aae6 Add kBGR_888x_SkColorType by Brian Osman · 1 year, 9 months ago
  39. e92f442 Revert "Remove SkCanvas::flush() from Skia-proper and remove other gpu-specific code" by Leon Scroggins III · 1 year, 9 months ago
  40. 4a18725 Remove SkCanvas::flush() from Skia-proper and remove other gpu-specific code by Kevin Lubick · 1 year, 9 months ago
  41. 0bff57e0 Move DDL and SkSurfaceCharacterization to include/private/chromium by Kevin Lubick · 1 year, 9 months ago
  42. 8fdbbca Decouple SkShaders from Ganesh backend by Kevin Lubick · 1 year, 9 months ago
  43. 539fb10 Move SkSurface::MakeNull to SkSurfaces::Null by Kevin Lubick · 1 year, 10 months ago
  44. 5c93acf Move SkSurface factories to SkSurfaces namespace by Kevin Lubick · 1 year, 10 months ago
  45. 14d319b Remove Ganesh and Graphite code from SkImage::subset by Kevin Lubick · 1 year, 11 months ago
  46. e54b86b Move most of the Ganesh code out of SkImage_Base and SkImage_Lazy by Kevin Lubick · 1 year, 11 months ago
  47. bab392f Deprecate SkImage::encodeToData and migrate all internal uses by Kevin Lubick · 1 year, 11 months ago
  48. f7a26a7 Remove legacy SkImage gpu methods by Kevin Lubick · 1 year, 11 months ago
  49. 7a2d1b3 Reland "Reland "Remove some GPU-specific methods from SkImage"" by Kevin Lubick · 2 years ago
  50. 7ca5e4f Revert "Reland "Remove some GPU-specific methods from SkImage"" by Michael Ludwig · 2 years ago
  51. 4d1e9ca Reland "Remove some GPU-specific methods from SkImage" by Kevin Lubick · 2 years ago
  52. f6c1eef Revert "Remove some GPU-specific methods from SkImage" by Michael Ludwig · 2 years ago
  53. 89ea350 Remove some GPU-specific methods from SkImage by Kevin Lubick · 2 years ago
  54. 77472bf Reland "Reland "Introduce SkImages namespace; remove Ganesh GPU code from SkImage_Raster"" by Kevin Lubick · 2 years ago
  55. 3e6bfdf Revert "Reland "Introduce SkImages namespace; remove Ganesh GPU code from SkImage_Raster"" by Kevin Lubick · 2 years ago
  56. ecbc27e Reland "Introduce SkImages namespace; remove Ganesh GPU code from SkImage_Raster" by Kevin Lubick · 2 years ago
  57. 5b2cbd7 Revert "Introduce SkImages namespace; remove Ganesh GPU code from SkImage_Raster" by Kevin Lubick · 2 years ago
  58. d21c3f8 Introduce SkImages namespace; remove Ganesh GPU code from SkImage_Raster by Kevin Lubick · 2 years ago
  59. fe37efc Reland "Added BGR10_XR support for decoding images." by Aaron Clarke · 2 years, 1 month ago
  60. 4b79e39 Revert "Added BGR10_XR support for decoding images." by Brian Osman · 2 years, 1 month ago
  61. 9d76772 Added BGR10_XR support for decoding images. by Aaron Clarke · 2 years, 1 month ago
  62. 0d4d114 Move SkRandom and SkFixed into base by Kevin Lubick · 2 years, 1 month ago
  63. 3b3bcf0 Rename SkAutoTArray -> AutoTArray and move to skia_private by Herb Derby · 2 years, 2 months ago
  64. f7e2ca2 Change SkAutoTMalloc -> AutoTMalloc and move to skia_private by Herb Derby · 2 years, 3 months ago
  65. ecd3a2f Remove enums from SkTypes.h by Kevin Lubick · 2 years, 2 months ago
  66. f549128 Add skpathutils namespace by Kevin Lubick · 2 years, 3 months ago
  67. 177a712 Move getFillPath from Paint to SkPathUtils.h by Kevin Lubick · 2 years, 3 months ago
  68. 046457c Change SkParsePath::ToSVGString to just return the string by Brian Osman · 2 years, 4 months ago
  69. ebfa2b7 Rename SkTDArray::setCount -> resize by Herb Derby · 2 years, 6 months ago
  70. 70ed99d Centralize ColorFilter factories in SkColorFilters by Robert Phillips · 2 years, 7 months ago
  71. 5623d9e Replace SK_ARRAY_COUNT with std::size() for skia/docs by Herb Derby · 2 years, 9 months ago
  72. a7a2324 Reland "Add kR8_unorm_SkColorType" by Brian Osman · 3 years, 1 month ago
  73. 0c7f1d9 Revert "Add kR8_unorm_SkColorType" by Brian Osman · 3 years, 1 month ago
  74. 3225c8c Add kR8_unorm_SkColorType by Brian Osman · 3 years, 1 month ago
  75. 3e6e29c Convert 0 and NULL to nullptr. by John Stiles · 3 years, 1 month ago
  76. f9c6880 Use angle brackets for system includes by Kevin Lubick · 3 years, 4 months ago
  77. 90ef83a Remove drawPatch/Vertices helpers that don't take SkBlendMode by Brian Salomon · 3 years, 4 months ago
  78. 9f1e06a Reland "Add sRGB 8888 colortype" by Brian Osman · 3 years, 7 months ago
  79. 405eb7b Revert "Add sRGB 8888 colortype" by Brian Osman · 3 years, 7 months ago
  80. 0f7c10e Add sRGB 8888 colortype by Brian Osman · 3 years, 7 months ago
  81. 488654b Fix cases of variable shadowing in /tools/. by John Stiles · 3 years, 7 months ago
  82. 90f4e9f Hide getBlendMode() by Mike Reed · 3 years, 8 months ago
  83. 2d1b716 [fiddle] Update named fiddles by Kevin Lubick · 3 years, 9 months ago
  84. 7bf7999 Reland "Add format-specifier warnings to SkDebugf." by John Stiles · 3 years, 9 months ago
  85. 283dba5 Revert "Add format-specifier warnings to SkDebugf." by Tyler Denniston · 3 years, 9 months ago
  86. e58831c Add format-specifier warnings to SkDebugf. by John Stiles · 3 years, 9 months ago
  87. cc2d073 Remove SkPaint::getHash by Brian Osman · 3 years, 9 months ago
  88. 10a5ff2 Must pass filtering to picture shader by Mike Reed · 4 years ago
  89. 9223665 Guard legacy matrixtransforms, and expose new one by Mike Reed · 4 years, 1 month ago
  90. b339d05 pass sampling to drawImage by Mike Reed · 4 years, 2 months ago
  91. ecdd979 drawBitmap is deprecated by Mike Reed · 4 years, 2 months ago
  92. ed552f8 Move deprecated image filter headers out of include/ and into src/ by Michael Ludwig · 4 years, 2 months ago
  93. e1f72f9 drawBitmap is deprecated by Mike Reed · 4 years, 2 months ago
  94. 34a0c97 don't use drawBitmap by Mike Reed · 4 years, 2 months ago
  95. 9911630 Hide misc non-sampling draw methods by Mike Reed · 4 years, 2 months ago
  96. 2ac6ce8 Simplify common case for recttorect by Mike Reed · 4 years, 2 months ago
  97. 5ec2238 Simplify common case of linear filtering with no mips by Mike Reed · 4 years, 2 months ago
  98. b746b1f Pass sampling to surface.draw by Mike Reed · 4 years, 2 months ago
  99. dc607e3 Use bitmap.asImage() by Mike Reed · 4 years, 3 months ago
  100. b41bd15a Use samplingoptions for bitmap shader by Mike Reed · 4 years, 3 months ago