1. 8fae51b Introduce SkStrikeSpecStorage. by Herb Derby · 5 years ago
  2. a1b7be6 Add thread safety annotations. by Herb Derby · 5 years ago
  3. 361a640 change colormatrixfilter to be 0...1 for translate by Mike Reed · 6 years ago
  4. db13d38 Move SkTLazy.h to src/ by Ben Wagner · 6 years ago
  5. e3f17b9 remove SkMixer, since we have explicit lerps/blends in SkShader by Mike Reed · 6 years ago
  6. 8557174 Remove SkFindAndPlaceGlyph from gn by Herb Derby · 6 years ago
  7. 05be23d use mixer to combine two filters by Mike Reed · 6 years ago
  8. e5acd75 delete DAA by Mike Klein · 6 years ago
  9. f9666f5 Remove SkColorSpaceXformCanvas, and supporting code: by Brian Osman · 6 years ago
  10. c25f4e9 GN: split out skia_*_public from skia_*_sources by Hal Canary · 6 years ago
  11. c723b70 Initial add SkMixers by Mike Reed · 6 years ago
  12. 93092ff Make SkCubicMap public by Florin Malita · 6 years ago
  13. 0f27b5e Introduce SkStrikeCacheInterface by Herb Derby · 6 years ago
  14. ed53505 gn/core.gni: add headers by Hal Canary · 6 years ago
  15. 88f5671 move SkMetaData into src by Mike Reed · 6 years ago
  16. cc88f3a per-contour variant of SkPathMeasure by Mike Reed · 6 years ago
  17. 0d84e80 move experimental header out of public includes by Mike Reed · 6 years ago
  18. ec7278e remove unneeded friends/includes in SkPaint.h by Mike Reed · 6 years ago
  19. 5fd955e Rename SkGlyphCache -> SkStrike by Herb Derby · 6 years ago
  20. cdd8a0a Revert "Revert "Reuse GrTexture instances when the same GrBackendTexture is used to"" by Brian Salomon · 6 years ago
  21. 426ba46 Revert "Reuse GrTexture instances when the same GrBackendTexture is used to" by Brian Salomon · 6 years ago
  22. 559c617 Reuse GrTexture instances when the same GrBackendTexture is used to by Brian Salomon · 6 years ago
  23. dde2a37 Update SkDescriptor by Herbert Derby · 6 years ago
  24. 0ba5b18 fold _utils.h into _matrixProcs.cpp by Mike Klein · 6 years ago
  25. dbfd766 templatize SkBitmapProcState_matrixProcs by Mike Klein · 6 years ago
  26. 0ec1c57 remove sk_atomic_inc by Mike Klein · 6 years ago
  27. 20e2fb2 SkBitmapProcState_matrixProcs.cpp refactoring by Mike Klein · 6 years ago
  28. f2a7a20 clean up SkBitmapProcState a bit by Mike Klein · 6 years ago
  29. a2187bf port S32_alpha_D32_filter_DX to SkOpts by Mike Klein · 6 years ago
  30. 32828eb move LCD blits to SkBlitter_ARGB32.cpp by Mike Klein · 6 years ago
  31. 534e776 add pathops bench for simplify by Mike Reed · 6 years ago
  32. e24b587 Replace use of SkYUVSizeInfo with SkYUVASizeInfo by Jim Van Verth · 6 years ago
  33. ab18c8e Move files in GN by Herb Derby · 6 years ago
  34. d99bd00 move unspecialized routines out of SkOpts by Mike Klein · 6 years ago
  35. b11ab57 remove src/jumper by Mike Klein · 6 years ago
  36. f952073 SkFiddle sees SkFont.h by Hal Canary · 6 years ago
  37. f252633 move SFDot6 inverse table into SkAnalyticEdge by Mike Klein · 6 years ago
  38. 8f11e43 Reland: Widen internal API to support more complex YUV formats by Jim Van Verth · 6 years ago
  39. f99a674 Revert "Widen internal API to support more complex YUV formats" by Jim Van Verth · 6 years ago
  40. 0c583af Widen internal API to support more complex YUV formats by Jim Van Verth · 6 years ago
  41. 32dfdbe [canvaskit] Slice out SkPicture by Kevin Lubick · 6 years ago
  42. 42137de SkPDF: stop using linked list of dynamic memory streams. by Hal Canary · 6 years ago
  43. d109503 split out SkDraw_text functions by Mike Reed · 6 years ago
  44. dee25cc split SkPaint into separate impl files by Mike Reed · 6 years ago
  45. 66a9734 Make SkYUVAIndex publicly accessible by Robert Phillips · 6 years ago
  46. 9e0efe3 remove SkColorSpaceXform by Mike Klein · 6 years ago
  47. cbcff38 Have pathkit use libpathkit.a for faster builds by Kevin Lubick · 6 years ago
  48. e8e2bb1 Test YUV images in DDL by Robert Phillips · 6 years ago
  49. 66c505f expand imageinfo in C api, start on colorspace by Mike Reed · 6 years ago
  50. 5ea41fc Remove more SkColorSpaceXform (and friends) by Brian Osman · 6 years ago
  51. 41e4047 Filter TextBlob paints in Viewer. by Ben Wagner · 6 years ago
  52. 60900b5 move skpipe to experimental by Mike Klein · 6 years ago
  53. 82e0e44 Remove a largue quantity of 4444 and/or dithering code by Brian Osman · 6 years ago
  54. bd65955 Remove SkImageCacherator entirely by Brian Osman · 6 years ago
  55. 64bbee7 fix typo by Mike Klein · 6 years ago
  56. d505b19 add src/opts headers to .gni files by Mike Klein · 6 years ago
  57. cca8c6f SkColorSpace cleanup by Brian Osman · 6 years ago
  58. 8378dfb Extract SkGlyphRunListPainter from SkGlyphRun.* by Herb Derby · 6 years ago
  59. e61c234 Remove drawPosText_asPath - more dead code by Herb Derby · 6 years ago
  60. 18d7cf7 Reland "Remove old ICC parser, A2B SkColorSpace, SkGammas, etc..." by Brian Osman · 6 years ago
  61. 7ba1d64 Revert "Remove old ICC parser, A2B SkColorSpace, SkGammas, etc..." by Brian Osman · 6 years ago
  62. 8ae7c90 Remove old ICC parser, A2B SkColorSpace, SkGammas, etc... by Brian Osman · 6 years ago
  63. d2fec23 Have GPU and RemoteGlyphCache share mask position code by Herb Derby · 6 years ago
  64. 4798576 Pull SkSpan into its own header file by Herb Derby · 6 years ago
  65. 82cf64a Remove unused sRGB mip-map support by Brian Osman · 6 years ago
  66. 7d06e26 fixup winding contours by Cary Clark · 6 years ago
  67. 227424b Remove SkTextBlobRunIterator.h from gni by Herb Derby · 6 years ago
  68. 48b6490 remove SkThreadedBMPDevice and friends by Mike Klein · 6 years ago
  69. d5148e3 Move SkNoncopyable to include/private. by Ben Wagner · 6 years ago
  70. a8cdbd7 Restore SkLightingShader and associated classes by Robert Phillips · 6 years ago
  71. f35a1c1 Remove SkRefDict. by Ben Wagner · 6 years ago
  72. e346b1e Add SkTypeface::getVariationDesignParameters by Ben Wagner · 6 years ago
  73. 2c312c4 Remove SkDrawFilter. by Ben Wagner · 6 years ago
  74. 97c6a0e Remove interal use of SkRefCnt_SafeAssign. by Ben Wagner · 6 years ago
  75. 36fe60d Move SkRefSet / pipe code to smart pointer. by Ben Wagner · 6 years ago
  76. 538e1a1 move blurimagefilter.cpp back into effects by Mike Reed · 6 years ago
  77. e2098c4 SkFontMgr.h is a core header. by Hal Canary · 6 years ago
  78. f08d1d0 Stop using SkTSwap. by Ben Wagner · 6 years ago
  79. 41f4f31 Reland "Have draw(Text|PosText|PosTextH) use a single entry on the device" by Herb Derby · 6 years ago
  80. 74b390d Revert "Have draw(Text|PosText|PosTextH) use a single entry on the device" by Hal Canary · 6 years ago
  81. 4225b32 Have draw(Text|PosText|PosTextH) use a single entry on the device by Herb Derby · 6 years ago
  82. f105dc7 restore headers lost from skia.h by Mike Klein · 6 years ago
  83. 22f673d Move SkColorTable to src/codec by Leon Scroggins III · 6 years ago
  84. 774168e Allow CCPR in DDL mode (take 2) by Robert Phillips · 6 years ago
  85. e2343a1 Add some missing includes to sources. by Ben Wagner · 6 years ago
  86. 9494f3e Revert "Revert "find_headers.py to better find headers."" by Ben Wagner · 6 years ago
  87. 59da548 Revert "find_headers.py to better find headers." by Mike Klein · 6 years ago
  88. 6c8ad11 find_headers.py to better find headers. by Ben Wagner · 6 years ago
  89. 6968f9c SkColorSpaceXformSteps by Mike Klein · 6 years ago
  90. 6747f52 Reland "start cleaning up non-skcms SkColorSpaceXforms" by Mike Klein · 6 years ago
  91. e60ae82 Revert "start cleaning up non-skcms SkColorSpaceXforms" by Mike Klein · 6 years ago
  92. 339133f8 start cleaning up non-skcms SkColorSpaceXforms by Mike Klein · 6 years ago
  93. a113678 Add SkMakeUnique to gn by Herb Derby · 6 years ago
  94. c66eaaf rm SkColorSpace_New by Mike Klein · 6 years ago
  95. eb61f60 Add missing header from core.gni by Herb Derby · 6 years ago
  96. fcac00f Reland "Remove devKerning" by Herb Derby · 6 years ago
  97. c76e26a Revert "Remove devKerning" by Mike Klein · 6 years ago
  98. c86c5c0 Remove devKerning by Herb Derby · 6 years ago
  99. 671e7ee Reorganize strike cache and glyph cache code by Herbert Derby · 7 years ago
  100. 840c66c Rename SkGlyphCacheGlobals to SkStrikeCache by Herb Derby · 7 years ago