1. c640d0d Revert "Revert "SkTypes: extract SkTo"" by Hal Canary · 6 years ago
  2. e1bc7de Remove SK_MaxSizeT, SK_M{in|ax}U{16|32}, #defines. by Hal Canary · 6 years ago
  3. f018b7d SkColorSpaceXformSteps improvements and tests by Brian Osman · 6 years ago
  4. 1e447df minor fixes to SkRRect by Cary Clark · 6 years ago
  5. 4010c79 fonts: Ignore re-initialization of fallback glyphs from the server. by Khushal · 6 years ago
  6. 02a18b6 Does everyone support __has_include() now? by Mike Klein · 6 years ago
  7. db3b979 Fix IsFunctionallyExact by Robert Phillips · 6 years ago
  8. fdcfb8b Revert "SkTypes: extract SkTo" by Hal Canary · 6 years ago
  9. cee46e5 Remove SkBool8. by Ben Wagner · 6 years ago
  10. 8523b6b fonts: Fix memory allocation for fallback glyphs. by Khushal · 6 years ago
  11. 50dbc09 SkTypes: more into SkMacros by Hal Canary · 6 years ago
  12. 22be4c4 SkMacros split from SkTypes.h by Hal Canary · 6 years ago
  13. 2a2f675 SkTypes: extract SkTo by Hal Canary · 6 years ago
  14. efd99cc clean up SkPicture include by Cary Clark · 6 years ago
  15. bf45c70 Clean up a few IWYU issues by Mike Klein · 6 years ago
  16. 79aea6a trim #include <new> from SkPostConfig.h by Mike Klein · 6 years ago
  17. 65b7bfc Glyph search of desperation by Herb Derby · 6 years ago
  18. 27dddae rebase by Cary Clark · 6 years ago
  19. a05a31a fonts: Perform blob analysis at SkBaseDevice layer instead of canvas. by Khushal · 6 years ago
  20. afa1158 Make the SkPathRef GenIDChangeListener ref counted by Chris Dalton · 6 years ago
  21. 59d997a New more efficient run builder by Herb Derby · 6 years ago
  22. 56893cd Fix A2B JPEG images on GPU backed xform or color-managed canvas by Brian Osman · 6 years ago
  23. 61e6686 Fix SkImageInfo::computeByteSize underflow by Adrienne Walker · 6 years ago
  24. 5f444c9 remove final SkTypes dependencies in SkArenaAlloc by Mike Klein · 6 years ago
  25. 2e361a3 remove unused stat tracking from SkArenaAlloc by Mike Klein · 6 years ago
  26. c174cc6 Add SkTypeface::makeClone. by Ben Wagner · 6 years ago
  27. fa8ff09 fonts: Hook up FallbackTextHelper to font remoting. by Khushal · 6 years ago
  28. d62c4bd require std::is_trivially_destructible by Mike Klein · 6 years ago
  29. d07dc36 clean up some unused parts of SkArenaAlloc by Mike Klein · 6 years ago
  30. 6f02af9 remove linear-blended sRGB dst support in software by Mike Klein · 6 years ago
  31. 4ffa027 Smarter use of glyph cache by Herb Derby · 6 years ago
  32. 975f8ee Fix matrix multiplication order by Brian Osman · 6 years ago
  33. 41f4f31 Reland "Have draw(Text|PosText|PosTextH) use a single entry on the device" by Herb Derby · 6 years ago
  34. 74b390d Revert "Have draw(Text|PosText|PosTextH) use a single entry on the device" by Hal Canary · 6 years ago
  35. 4225b32 Have draw(Text|PosText|PosTextH) use a single entry on the device by Herb Derby · 6 years ago
  36. 2f2a703 add upm->upm helper by Mike Klein · 6 years ago
  37. 1b7cd33 handle degenerate call to blitAntiRect by Mike Reed · 6 years ago
  38. 1589154 rm dead code by Mike Klein · 6 years ago
  39. 5059541 need conservative bounds for triangles due to SkFixed drift in SkEdge by Mike Reed · 6 years ago
  40. ad445ce Remove GrPaint::setGammaCorrect by Brian Osman · 6 years ago
  41. feb9fa9 Turn off logging for tests by Herb Derby · 6 years ago
  42. 804d0f2 turn on pointer-overflow on ASAN/UBSAN bots by Mike Klein · 6 years ago
  43. 11203af Remove noise from test output by Herb Derby · 6 years ago
  44. 2b23c4b Dest color space no longer impacts mipmaps or texture sampling by Brian Osman · 6 years ago
  45. 22f673d Move SkColorTable to src/codec by Leon Scroggins III · 6 years ago
  46. 9ea47be Skip bad line segments inside gen_alpha_deltas by Yuqian Li · 6 years ago
  47. e70c5fb Reland fonts: Use correct SurfaceProps in analysis canvas for remoting. by Khushal · 6 years ago
  48. 458f40a font remoting: Fix errors with sub-pixel positioning mismatch. by Khushal · 6 years ago
  49. 774168e Allow CCPR in DDL mode (take 2) by Robert Phillips · 6 years ago
  50. 489e2bd fonts: Fix image cache miss from glyphs too large for atlas. by Khushal · 6 years ago
  51. bbcb7f7 Fix fuzzer bugs by Robert Phillips · 6 years ago
  52. 89ad31e Revert "Reland "remove toString"" by Cary Clark · 6 years ago
  53. 92e37b6 Reland "remove toString" by Cary Clark · 6 years ago
  54. 5d1adbf Make sk_sp operator bool explicit. by Ben Wagner · 6 years ago
  55. 8dc68c6 Make skcms mandatory by Brian Osman · 6 years ago
  56. 588f879 warmup, remove clamping in append_gamut_transform() by Mike Klein · 6 years ago
  57. 34ab0f2 whoops by Mike Klein · 6 years ago
  58. cf9086c Revert "Allow CCPR in DDL mode" by Robert Phillips · 6 years ago
  59. 93540dd Allow CCPR in DDL mode by Robert Phillips · 6 years ago
  60. cd21d67 Revert "fonts: Use correct SurfaceProps in analysis canvas for remoting." by Ravi Mistry · 6 years ago
  61. f2c7364 support image-subsets in serialization by Mike Reed · 6 years ago
  62. 4f078f7 fonts: Use correct SurfaceProps in analysis canvas for remoting. by Khushal · 6 years ago
  63. cdbec8f remove bit, srgbnl config in DM by Mike Klein · 6 years ago
  64. 97918ff wouldn't it be nice? by Mike Klein · 6 years ago
  65. 26cbe51 Rename GrAtlasTextContext -> GrTextContext by Herb Derby · 6 years ago
  66. 4a0ad50 skip unpremul...premul with only linear ops between by Mike Klein · 6 years ago
  67. 7741855 skip transfer functions when not needed by Mike Klein · 6 years ago
  68. be6e575 spin off unpremul and opaque tests by Mike Klein · 6 years ago
  69. 8a8dd33 Make SkImage own its GrContext. by Brian Salomon · 6 years ago
  70. 5a5e084 allow divide-by-zero in conics by Mike Reed · 6 years ago
  71. 7d8276c skip gamut transform when identity by Mike Klein · 6 years ago
  72. 6968f9c SkColorSpaceXformSteps by Mike Klein · 6 years ago
  73. 4ade54d allow div-by-zero in shadow utils by Mike Reed · 6 years ago
  74. 75bf216 Move SkYUVAIndex and SkImageSourceChannel to SkImageInfoPriv.h until used in public API by Brian Salomon · 6 years ago
  75. d416083 Reland fonts: Cleanup cache miss logging for font remoting. by Khushal · 6 years ago
  76. 3e7548c Reland fonts: Add support for distance field text to font remoting. by Khushal · 6 years ago
  77. ee43091 fix 0.499999f rounding case for triangles by Mike Reed · 6 years ago
  78. 5bedc80 reduce clip-limit for scan converter to avoid quad-edge overflow by Mike Reed · 6 years ago
  79. 3087c1f tweak tolerance again for cubics by Mike Reed · 6 years ago
  80. 6747f52 Reland "start cleaning up non-skcms SkColorSpaceXforms" by Mike Klein · 6 years ago
  81. 7257e22 Revert "fonts: Add support for distance field text to font remoting." by Mike Klein · 6 years ago
  82. fc6cf92 Revert "fonts: Cleanup cache miss logging for font remoting." by Mike Klein · 6 years ago
  83. e60ae82 Revert "start cleaning up non-skcms SkColorSpaceXforms" by Mike Klein · 6 years ago
  84. 2b8a0d1 fonts: Cleanup cache miss logging for font remoting. by Khushal · 6 years ago
  85. 35e0a1a fonts: Add support for distance field text to font remoting. by Khushal · 6 years ago
  86. 339133f8 start cleaning up non-skcms SkColorSpaceXforms by Mike Klein · 6 years ago
  87. 5b58b7c Reland "strip down SkICC.cpp" by Mike Klein · 6 years ago
  88. 8afa554 Revert "remove fragile hack in addOval to avoid computing bounds" by Mike Klein · 6 years ago
  89. 1e7c658 drawPosText no longer obeys paint alignment by Herb Derby · 6 years ago
  90. bc721ba remove fragile hack in addOval to avoid computing bounds by Mike Reed · 6 years ago
  91. c402b77 Remove sk_64_isS32 and sk_64_asS32 by Herb Derby · 7 years ago
  92. 969be1c Remove mask-filters and aa from SkPaint in SkCanvas for nine-patch/lattice. by Brian Salomon · 6 years ago
  93. 4dc5a45 remove defines and add commas by Cary Clark · 6 years ago
  94. 32a4910 Revert "remove toString" by Cary Clark · 6 years ago
  95. 5191880 remove toString by Cary Clark · 6 years ago
  96. 861b52e tweak conservative bounds value to save aberrant cubic by Mike Reed · 6 years ago
  97. ec42e15 Add convenience overload of SkPointPriv::SetRectTriStrip that takes SkRect by Brian Salomon · 6 years ago
  98. 255ab8d Make SkStream readers report failure. by Ben Wagner · 8 years ago
  99. 8f8d481 Add SkIRect::adjust method by Robert Phillips · 6 years ago
  100. c385767 refactor setBoundsCheck() a bit by Mike Klein · 6 years ago