1. 434377a Split out SkRunFont and SkPaint by Herb Derby · 6 years ago
  2. b6df1c1 Expose the SkYUVAIndex version of the SkImage factories by Robert Phillips · 6 years ago
  3. d945698 remove SkColorSpaceTransferFn::operator()() by Mike Klein · 6 years ago
  4. 7e58733 Reland "remove deprecated SkRect::MakeFromIRect()" by Mike Klein · 6 years ago
  5. 2e01805 SkDynamicMemoryWStream: make moveable by Hal Canary · 6 years ago
  6. 4302eb9 Revert "remove deprecated SkRect::MakeFromIRect()" by Mike Klein · 6 years ago
  7. d295dff remove SkColorSpaceTransferFn::invert() by Mike Klein · 6 years ago
  8. d18d7bd SK_SUPPORT_LEGACY_DOCUMENT_FACTORY: clean up part 2/2 by Hal Canary · 6 years ago
  9. ae16b74 Reland "hash tf, and whole colorspace" by Mike Klein · 6 years ago
  10. 4fea173 remove deprecated SkRect::MakeFromIRect() by Mike Klein · 6 years ago
  11. 5959353 remove SkColorSpace::toXYZD50() by Mike Klein · 6 years ago
  12. 11c221a Remove unused Options parameter from SkImageGenerator::getPixels by Brian Osman · 6 years ago
  13. 363a3f8 SkCanvas: remove unused SkCanvas::InitFlags by Hal Canary · 6 years ago
  14. 5c99c21 Revert "hash tf, and whole colorspace" by Mike Klein · 6 years ago
  15. 58887bc hash tf, and whole colorspace by Mike Klein · 6 years ago
  16. fe5ad67 remove deprecated SkBitmap::eraseRGB() by Mike Klein · 6 years ago
  17. 5f8ef8c remove deprecated SkMatrix44::map() 2x by Mike Klein · 6 years ago
  18. f28e55d Add SkPMColor4f support to SkSL by Brian Osman · 6 years ago
  19. 66a9734 Make SkYUVAIndex publicly accessible by Robert Phillips · 6 years ago
  20. 4429a4f re-precate SkMatrix44::SkMatrix44() by Mike Klein · 6 years ago
  21. 781e350 Remove SkPM4f by Brian Osman · 6 years ago
  22. 712476e Remove SkCodec::fSrcInfo by Leon Scroggins III · 6 years ago
  23. 9e0efe3 remove SkColorSpaceXform by Mike Klein · 6 years ago
  24. b4d8956 Reland "Reland "Always include public/include headers for vulkan and just guard src files with SK_VULKAN."" by Greg Daniel · 6 years ago
  25. a55e214 Revert "Reland "Always include public/include headers for vulkan and just guard src files with SK_VULKAN."" by Mike Klein · 6 years ago
  26. 964aedb play with animated gif by Mike Reed · 6 years ago
  27. 55aea84 Reland "Always include public/include headers for vulkan and just guard src files with SK_VULKAN." by Greg Daniel · 6 years ago
  28. 5ea96bf Remove unused premul/unpremul FP code by Brian Osman · 6 years ago
  29. df66894 cleanup SkColorSpace API and members by Mike Klein · 6 years ago
  30. 684b506 Revert "Always include public/include headers for vulkan and just guard src files with SK_VULKAN." by Mike Klein · 6 years ago
  31. 6e2d607 Always include public/include headers for vulkan and just guard src files with SK_VULKAN. by Greg Daniel · 6 years ago
  32. 2213ee9 Add support for per-edge AA to GrTextureOp. by Brian Salomon · 6 years ago
  33. f49262d Add SkImage_GpuYUVA by Jim Van Verth · 6 years ago
  34. cbcff38 Have pathkit use libpathkit.a for faster builds by Kevin Lubick · 6 years ago
  35. 1d5b598 Towards removing GrColor4f by Brian Osman · 6 years ago
  36. 1eb9af9 delete textonpath code -- not used anywhere by Mike Reed · 6 years ago
  37. e8e2bb1 Test YUV images in DDL by Robert Phillips · 6 years ago
  38. cfa3153 update SkColorSpace APIs and members by Mike Klein · 6 years ago
  39. 66c505f expand imageinfo in C api, start on colorspace by Mike Reed · 6 years ago
  40. 23952e2 Remove legacy GrGLFunction specialization by Brian Salomon · 6 years ago
  41. 815737c Fix a typo in SkISize comments by Nathan Rogers · 6 years ago
  42. 5dd47e4 Make SkCodec truly default to sRGB by Leon Scroggins III · 6 years ago
  43. 656cefe Add initial support for generating tagged PDFs. by Dominic Mazzoni · 6 years ago
  44. bd03b54 Handle dividing by zero in ComputeComplexity by Yuqian Li · 6 years ago
  45. f6a4bd8 Reland "focus exported color apis" by Mike Klein · 6 years ago
  46. ae967aa Revert "focus exported color apis" by Mike Klein · 6 years ago
  47. 358558a Cleanup SkPatchUtils, stop using SkColorSpaceXform by Brian Osman · 6 years ago
  48. c5de102 focus exported color apis by Mike Klein · 6 years ago
  49. d25b7c1 Introduce SkRGBA4f, templated on SkAlphaType by Brian Osman · 6 years ago
  50. 00529a1 SK_SUPPORT_LEGACY_DOCUMENT_FACTORY: clean up part 1/2 by Hal Canary · 6 years ago
  51. c25f440 Reland "add getAlphaf() to pixmap/bitmap" by Mike Reed · 6 years ago
  52. 81cbd03 Work toward removing SkPM4f by Brian Osman · 6 years ago
  53. bf79d5b SkPDF: add SK_API to new public factory. by Hal Canary · 6 years ago
  54. be852e4 Revert "add getAlphaf() to pixmap/bitmap" by Robert Phillips · 6 years ago
  55. f3ebd31 add getAlphaf() to pixmap/bitmap by Mike Reed · 6 years ago
  56. 23564b9 SkDocument: Factories now located in SkPDFDocument.h and SkXPSDocument.h by Hal Canary · 6 years ago
  57. 0d96a4b Remove SkAutoTCallIProc. by Ben Wagner · 6 years ago
  58. c9873a5 Document headers: IWYU by Hal Canary · 6 years ago
  59. 653c6b5 Remove (unused) GrBlend.cpp, and some GrColor helpers by Brian Osman · 6 years ago
  60. d89e811 SkImageGeneratorCG.h to only expose factory method. by Ben Wagner · 6 years ago
  61. 912cd3d SkImageGeneratorWIC: make the header compile without src/. by Hal Canary · 6 years ago
  62. a5c578f Add Short4 vertex attributes, and benchmark them as 4.12 colors by Brian Osman · 6 years ago
  63. c2d0fb1 include: whitespace changes for clang-format by Hal Canary · 6 years ago
  64. 27c8404 IWYU: three files by Hal Canary · 6 years ago
  65. 0790f8a Fix DDL reattachment of uniquely keyed proxies by Robert Phillips · 6 years ago
  66. 0191ed8 Make listener lists threadsafe with a mutex. by Mike Klein · 6 years ago
  67. cdc371a fix bookmaker by Cary Clark · 6 years ago
  68. d2fcfb5 WEBGL_video_texture : sharing texture prototype in skia by Brian Salomon · 6 years ago
  69. 6c8d242 Make atomic lists list for bitmaps and paths by Herb Derby · 6 years ago
  70. 90d2d93 Revert "Add Short4 vertex attributes, and benchmark them as 4.12 colors" by Brian Osman · 6 years ago
  71. d2ca047 Add Short4 vertex attributes, and benchmark them as 4.12 colors by Brian Osman · 6 years ago
  72. d4c2970 Specify CPU (buffer) and GPU (shader) types explicitly in Attribute by Brian Osman · 6 years ago
  73. b68bcc4 ccpr: Remove the dangling pointer from GrCCDrawPathsOp by Chris Dalton · 6 years ago
  74. 9bb34b7 update generated includes by Cary Clark · 6 years ago
  75. 505dd57 Add GrSurfaceOrigin to MakeFromAHardwareBuffer by Stan Iliev · 6 years ago
  76. dcec329 fix 100 column violators in generated includes by Cary Clark · 6 years ago
  77. 5152c4a Reland "remove SK_SUPPORT_LEGACY_TYPEFACE_MAKEFROMSTREAM" by Mike Reed · 6 years ago
  78. d661474 Improved SkPath packing by Florin Malita · 6 years ago
  79. b8e1252 Revert "remove SK_SUPPORT_LEGACY_TYPEFACE_MAKEFROMSTREAM" by Cary Clark · 6 years ago
  80. 558fabb remove SK_SUPPORT_LEGACY_TYPEFACE_MAKEFROMSTREAM by Mike Reed · 6 years ago
  81. 0e0f1a7 SkPath::shrinkToFit docs by Florin Malita · 6 years ago
  82. 8f5a7a6 first start on a P3 GM by Mike Klein · 6 years ago
  83. 3d413c5 Reland: add SkPath::shrinkToFit by Florin Malita · 6 years ago
  84. 3c4d533 Simplify plots to always be 512x512 and simplify GrDrawOpAtlasConfig by Herb Derby · 6 years ago
  85. a21a16b Revert "add SkPath::shrinkToFit" by Mike Reed · 6 years ago
  86. 3d69be5 add SkPath::shrinkToFit by Mike Reed · 6 years ago
  87. 086679b Revert "increase Builder's prealloc size after colorspace change" by Brian Osman · 6 years ago
  88. aa5f38f Revert "Simplify plots to always be 512x512 and simplify GrDrawOpAtlasConfig" by Cary Clark · 6 years ago
  89. a2bc1ca Simplify plots to always be 512x512 and simplify GrDrawOpAtlasConfig by Herb Derby · 6 years ago
  90. 43b882b Remove purging of GPU resources based on flush counts. by Brian Salomon · 6 years ago
  91. 87ce069 Revert "Revert "add flag to soften the blow of removing a legacy api for flutter"" by Mike Reed · 6 years ago
  92. d9187c0 Revert "SkMath takes some functions from from SkTypes" by Mike Klein · 6 years ago
  93. 3b34723 SkMath takes some functions from from SkTypes by Hal Canary · 6 years ago
  94. 41b6773 Use the unique_ptr variant of MakeFromStream (the other is deprecated) by Mike Reed · 6 years ago
  95. 0b80e62 Reland "Revert "update to new MakeFromStream signature"" by Jim Van Verth · 6 years ago
  96. 8695539 Revert "Revert "update to new MakeFromStream signature"" by Mike Reed · 6 years ago
  97. 2d40490 Move some functions to MathPriv.h by Hal Canary · 6 years ago
  98. d30937a remove SkRandom::next64() by Mike Klein · 6 years ago
  99. 60ebf14 Revert "SkStream: remove some WStream functions from public api" by Cary Clark · 6 years ago
  100. 8b68110 SkStream: remove some WStream functions from public api by Hal Canary · 6 years ago