1. c640d0d Revert "Revert "SkTypes: extract SkTo"" by Hal Canary · 6 years ago
  2. bf54a76 SkImageInfo: MakeN32*() avoids extra ref/deref by Hal Canary · 6 years ago
  3. e1bc7de Remove SK_MaxSizeT, SK_M{in|ax}U{16|32}, #defines. by Hal Canary · 6 years ago
  4. f018b7d SkColorSpaceXformSteps improvements and tests by Brian Osman · 6 years ago
  5. 657edbe Remove SkBool8 (again). by Ben Wagner · 6 years ago
  6. 42c2115 ccpr: Initialize the atlas size more intelligently by Chris Dalton · 6 years ago
  7. 761df75 Remove SkString fwd decl from SkTypes.h. by Ben Wagner · 6 years ago
  8. 1e447df minor fixes to SkRRect by Cary Clark · 6 years ago
  9. 6fbafc0 Remove SkMulDiv. by Ben Wagner · 6 years ago
  10. 5f4b09d Allow caller to specify if the want mip maps in makeTextureImage call. by Greg Daniel · 6 years ago
  11. fdcfb8b Revert "SkTypes: extract SkTo" by Hal Canary · 6 years ago
  12. bb9ee9b SkTypes: add static back by Hal Canary · 6 years ago
  13. cee46e5 Remove SkBool8. by Ben Wagner · 6 years ago
  14. 50dbc09 SkTypes: more into SkMacros by Hal Canary · 6 years ago
  15. bc718c1 SkTypes: templates are usually better than macros by Hal Canary · 6 years ago
  16. 22be4c4 SkMacros split from SkTypes.h by Hal Canary · 6 years ago
  17. 22ce794 remove __cplusplus guard by Mike Klein · 6 years ago
  18. 2a2f675 SkTypes: extract SkTo by Hal Canary · 6 years ago
  19. efd99cc clean up SkPicture include by Cary Clark · 6 years ago
  20. bf45c70 Clean up a few IWYU issues by Mike Klein · 6 years ago
  21. 79aea6a trim #include <new> from SkPostConfig.h by Mike Klein · 6 years ago
  22. 692e29e remove unused parts of SkTypes.h by Mike Klein · 6 years ago
  23. f32fe56 see if we can remove this hack by Mike Klein · 6 years ago
  24. 27dddae rebase by Cary Clark · 6 years ago
  25. 59d997a New more efficient run builder by Herb Derby · 6 years ago
  26. 9149954 update SkColor by Cary Clark · 6 years ago
  27. c174cc6 Add SkTypeface::makeClone. by Ben Wagner · 6 years ago
  28. 4ffa027 Smarter use of glyph cache by Herb Derby · 6 years ago
  29. 8103bb9 Expose API for temporary use by the Android WebView. by Derek Sollenberger · 6 years ago
  30. 89ad31e Revert "Reland "remove toString"" by Cary Clark · 6 years ago
  31. 92e37b6 Reland "remove toString" by Cary Clark · 6 years ago
  32. 5d1adbf Make sk_sp operator bool explicit. by Ben Wagner · 6 years ago
  33. 462505f include refresh by Cary Clark · 6 years ago
  34. f2c7364 support image-subsets in serialization by Mike Reed · 6 years ago
  35. cdbec8f remove bit, srgbnl config in DM by Mike Klein · 6 years ago
  36. 20027ce Update Skia milestone to 69 by Heather Miller · 6 years ago
  37. 26cbe51 Rename GrAtlasTextContext -> GrTextContext by Herb Derby · 6 years ago
  38. d2e74b8 compute center slightly slower to avoid overflow by Mike Reed · 6 years ago
  39. 75bf216 Move SkYUVAIndex and SkImageSourceChannel to SkImageInfoPriv.h until used in public API by Brian Salomon · 6 years ago
  40. bed9d5e Add usage of SkYUVAIndex as pre-step to transfer to new YUVA API by Weiliang Chen · 6 years ago
  41. 5b58b7c Reland "strip down SkICC.cpp" by Mike Klein · 6 years ago
  42. 1e7c658 drawPosText no longer obeys paint alignment by Herb Derby · 6 years ago
  43. c402b77 Remove sk_64_isS32 and sk_64_asS32 by Herb Derby · 7 years ago
  44. 969be1c Remove mask-filters and aa from SkPaint in SkCanvas for nine-patch/lattice. by Brian Salomon · 6 years ago
  45. 6d138bf Reland "Remove GrBackendObject and all related functions from Skia." by Greg Daniel · 6 years ago
  46. 4dc5a45 remove defines and add commas by Cary Clark · 6 years ago
  47. 32a4910 Revert "remove toString" by Cary Clark · 6 years ago
  48. 5191880 remove toString by Cary Clark · 6 years ago
  49. 255ab8d Make SkStream readers report failure. by Ben Wagner · 8 years ago
  50. 8f8d481 Add SkIRect::adjust method by Robert Phillips · 6 years ago
  51. 51371a4 fonts: Handle fallback to using paths for text rendering for remoting. by Khushal · 6 years ago
  52. e6c0fe0 Remove SK_IGNORE_SKIMAGE_ONREFENCODED_CHANGE. by Ben Wagner · 6 years ago
  53. 1207843 Fix srcBounds computation in SkMatrixConvolutionImageFilter by Robert Phillips · 6 years ago
  54. c06754b mapRect should not fiddle with nonfinite values. by Cary Clark · 6 years ago
  55. bdf5433 SkImage::onRefEncoded to return sk_sp. by Ben Wagner · 6 years ago
  56. 510e9e3 Reland "Reland "remove obsolete color defines"" by Cary Clark · 6 years ago
  57. cc45cc7 remove typedef Info by Cary Clark · 6 years ago
  58. fb8bafb remove unused SkColorSpace::Make by Mike Klein · 6 years ago
  59. 9236b02 Revert "Revert "implement SkScalar versions in terms of float versions"" by Mike Reed · 6 years ago
  60. 0e6db75 Revert "implement SkScalar versions in terms of float versions" by Mike Reed · 6 years ago
  61. 4c3cb37 implement SkScalar versions in terms of float versions by Mike Reed · 6 years ago
  62. 5140f9a Minor refactoring to image filters by Robert Phillips · 6 years ago
  63. 5c560c9 Fix unchecked allocation in kImageFilter::Common::unflatten() by Florin Malita · 6 years ago
  64. a0ca909 Revert "Remove GrBackendObject and all related functions from Skia." by Brian Osman · 6 years ago
  65. 27fe397 Revert "strip down SkICC.cpp" by Mike Klein · 6 years ago
  66. 1d686a9 Add SkColorSpace::toProfile by Brian Osman · 6 years ago
  67. 52aacd6 Add GrContextThreadSafeProxy and remove most friends of GrContextThreadSafeProxy by Brian Salomon · 6 years ago
  68. ce4cf72 non-linear blending first steps by Mike Klein · 6 years ago
  69. ccd4cfc Remove GrBackendObject and all related functions from Skia. by Greg Daniel · 6 years ago
  70. d813f9c Remove SkPaint::Flags::kDevKernFlag. by Ben Wagner · 6 years ago
  71. e61b969 SkColorSpace::Make(const skcms_ICCProfile&) by Mike Klein · 6 years ago
  72. eab50eb strip down SkICC.cpp by Mike Klein · 6 years ago
  73. 46cc3da Revert "Revert "SkAdvancedTypefaceMetrics: factor out GlyphToUnicode"" by Hal Canary · 6 years ago
  74. 97c1108 Revert "SkAdvancedTypefaceMetrics: factor out GlyphToUnicode" by Greg Daniel · 6 years ago
  75. 1c2bcd8 SkAdvancedTypefaceMetrics: factor out GlyphToUnicode by Hal Canary · 6 years ago
  76. 8a8a144 Treat SkFILEStream's fOriginalOffset as the start by Leon Scroggins III · 6 years ago
  77. efb84e6 sk_sp: check for self-assignment by Hal Canary · 6 years ago
  78. 5bdc4d5 SkAdvancedTypefaceMetrics: simplify more by Hal Canary · 6 years ago
  79. d286aa7 Revert "Reland "remove obsolete color defines"" by Cary Clark · 6 years ago
  80. 05cfcff Reland "remove obsolete color defines" by Cary Clark · 6 years ago
  81. da926db Remove fCacheKeys from SkImageFilter. by Ben Wagner · 6 years ago
  82. 8ba34f8 Change SkMatrix44::fTypeMask to atomic by Yuqian Li · 6 years ago
  83. 90864a2 Simplify textToGlyphs by Herb Derby · 6 years ago
  84. fcac00f Reland "Remove devKerning" by Herb Derby · 6 years ago
  85. efe39bc Take sk_sp<SkDevice> instead of SkDevice* by Herb Derby · 6 years ago
  86. c76e26a Revert "Remove devKerning" by Mike Klein · 6 years ago
  87. c86c5c0 Remove devKerning by Herb Derby · 6 years ago
  88. 3155d9c Revert "remove obsolete color defines" by Cary Clark · 6 years ago
  89. 8afbecb remove obsolete color defines by Cary Clark · 6 years ago
  90. cccafe8 Rewrite SkVertices specified with triangle fans as indexed triangles by Brian Salomon · 6 years ago
  91. a070ed7 Add InternalSurfaceFlag so we know if RenderTargetProxys and RenderTargets use GL FBO 0. by Greg Daniel · 6 years ago
  92. d98f78c alternative no anonymous enums by Cary Clark · 6 years ago
  93. 910ca0f Experiment to track coverage in a layer by Mike Reed · 6 years ago
  94. 57e1f02 (Mostly) respect FilterQuality in draw[stretchy] by Leon Scroggins III · 6 years ago
  95. 701a3ca Fixed SkVertices crashing on Windows DLL builds by Yong-Hwan Baek · 6 years ago
  96. 2fda63a Fix argument names and documentation for SkMatrix44::set3x3() by Brian Osman · 6 years ago
  97. 77d085e Add SkColorSpace::Make, taking an skcms_ICCProfile by Brian Osman · 6 years ago
  98. 84c0792 SkColorSetARGB in constants by Hal Canary · 6 years ago
  99. d234afd Remove SkPaint::kGenA8FromLCD_Flag. by Ben Wagner · 6 years ago
  100. 7444c3c Revert "Delete getRenderTargetHandle call on SkSurface." by Greg Daniel · 6 years ago