1. a4083c9 make most of SkColorPriv.h private by Cary Clark · 7 years ago
  2. 453888f Improve computeMatrices singular matrix handling. by Ben Wagner · 7 years ago
  3. 7120b2d move set-text-matrix into private by Mike Reed · 7 years ago
  4. 8be952a SkScalarMul is deprecated by Mike Reed · 8 years ago
  5. 95e3c05 SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h by Hal Canary · 8 years ago
  6. c456b73 Revert "SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h" by Kevin Lubick · 8 years ago
  7. a5494f1 SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h by Hal Canary · 8 years ago
  8. 6e9ac12 Clean up glyph id handling. by Ben Wagner · 8 years ago
  9. 7cfd46a SkScalerContext to use smart pointers. by bungeman · 8 years ago
  10. 1f0e78d SkScalerContextRec::computeMatrices to return status. by bungeman · 8 years ago
  11. 1e7f5e7 remove 'deprecated' region from SkDraw by reed · 8 years ago
  12. a9322c2 Revert "Revert of Pass effects directly to fontcache (patchset #8 id:140001 of https://codereview.chromium.org/1863013003/ )" by reed · 8 years ago
  13. 25e0a04 Revert of Pass effects directly to fontcache (patchset #8 id:140001 of https://codereview.chromium.org/1863013003/ ) by borenet · 8 years ago
  14. c791728 Pass effects directly to fontcache by reed · 8 years ago
  15. 3b37545 Revert of Delete SkFlattenable::Type (patchset #2 id:20001 of https://codereview.chromium.org/1834303003/ ) by mtklein · 8 years ago
  16. 99d9231 Delete SkFlattenable::Type by msarett · 8 years ago
  17. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  18. c5035e7 Add SkSpecialImage::extractSubset & NewFromPixmap by robertphillips · 8 years ago
  19. 19dea94 Revert of Add SkSpecialImage::extractSubset & NewFromPixmap (patchset #5 id:80001 of https://codereview.chromium.org/1787883002/ ) by robertphillips · 8 years ago
  20. 2505814 Add SkSpecialImage::extractSubset & NewFromPixmap by robertphillips · 8 years ago
  21. d7ea92f pass cap to dash text by caryclark · 8 years ago
  22. 27876bc Improve horizontal baseline detection. by bungeman · 9 years ago
  23. e37514d Fully check basis vectors for extent degeneracy. by bungeman · 9 years ago
  24. eb85b83 Fix text axis alignment calculation by herb · 9 years ago
  25. 435657f Forward declare SkStrokeRec in SkPathEffect by halcanary · 9 years ago
  26. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  27. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  28. 1b24933 Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate. by mtklein · 9 years ago
  29. 02802f6 Revert of Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate. (patchset #4 id:60001 of https://codereview.chromium.org/1215393002/) by jvanverth · 9 years ago
  30. c50acf2 Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate. by mtklein · 9 years ago
  31. 41e010c Revert[2] SkDraw and all Blitters to use pixmap instead of bitmapi by reed · 9 years ago
  32. b3f0ec9 Revert of change SkDraw and all Blitters to use pixmap instead of bitmap (patchset #6 id:100001 of https://codereview.chromium.org/1148793007/) by reed · 9 years ago
  33. c31af443 change SkDraw and all Blitters to use pixmap instead of bitmap by reed · 9 years ago
  34. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  35. b69d0e0 BUG=skia: by herb · 10 years ago
  36. e59bbf1 Revert of Make fID and MixedID calculations private (patchset #5 id:80001 of https://codereview.chromium.org/939123002/) by scroggo · 10 years ago
  37. f8d24e2 BUG=skia: by herb · 10 years ago
  38. 8ece6eb Remove unused methods from SkScalerContext. by bungeman · 10 years ago
  39. 3f43f8a remove dead SkPersp macros by reed · 10 years ago
  40. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  41. 1348dfd Cleanup: Remove a bunch of SkFontHost.h includes (unused). by tfarina · 10 years ago
  42. 3490263 Replace use of deprecated CG methods. by bungeman · 10 years ago
  43. 5f14c5e Factor text size device mapping in SkScalerContext. by bungeman · 10 years ago
  44. be2284d Use text size on Mac. by bungeman · 10 years ago
  45. b07a94f add roundOut that returns its result by reed · 10 years ago
  46. d54d3fc remove unused kLCD_MaskFormat by reed · 10 years ago
  47. 8482504 make allocPixels throw on failure by reed · 10 years ago
  48. 3b62554 Remove SkPaintOptionsAndroid by djsollen · 10 years ago
  49. c15e28a Revert of Remove SkPaintOptionsAndroid (patchset #5 of https://codereview.chromium.org/447873003/) by bsalomon · 10 years ago
  50. f32331f Remove SkPaintOptionsAndroid by djsollen · 10 years ago
  51. da7a944 Revert "Remove SkPaintOptionsAndroid" by Derek Sollenberger · 10 years ago
  52. 27fb949 Remove SkPaintOptionsAndroid by Derek Sollenberger · 10 years ago
  53. 1b27704 Remove ALL font fallback logic from Skia. by djsollen · 10 years ago
  54. 4107806 Remove vertical/horizontal metrics selection. by bungeman · 10 years ago
  55. a3264e5 Revert "Revert of setConfig -> setInfo (https://codereview.chromium.org/308683005/)" by commit-bot@chromium.org · 10 years ago
  56. d0f824c Revert of setConfig -> setInfo (https://codereview.chromium.org/308683005/) by commit-bot@chromium.org · 10 years ago
  57. 986d681 setConfig -> setInfo by commit-bot@chromium.org · 10 years ago
  58. f117781 fix size_t/int warnings by commit-bot@chromium.org · 10 years ago
  59. 900ecf2 use colortype instead of config by reed@google.com · 11 years ago
  60. 34abef1 Fix spelling of class name in comment. by commit-bot@chromium.org · 11 years ago
  61. 8b0e8ac Refactor read and write buffers. by commit-bot@chromium.org · 11 years ago
  62. 1938242 Convert SkWriter32 to use an SkTDArray for its internal storage. by commit-bot@chromium.org · 11 years ago
  63. c932c9f Fix truncation of glyphs in SkScalerContext.cpp by robertphillips@google.com · 11 years ago
  64. d6bab02 Reverting r12427 by rmistry@google.com · 11 years ago
  65. 5b39f5b Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  66. cb4f77d Document the SkScalerContext pure virtuals. by bungeman@google.com · 11 years ago
  67. 43c465f fix 8->1 bugs shown by removal of A1 config by reed@google.com · 11 years ago
  68. 11f392e Revert "Revert "remove kA1_Config, as it is no longer supported"" by commit-bot@chromium.org · 11 years ago
  69. 72e7808 Revert "remove kA1_Config, as it is no longer supported" by reed@google.com · 11 years ago
  70. 2a1f446 remove kA1_Config, as it is no longer supported by reed@google.com · 11 years ago
  71. 583b18a Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  72. c0b7e10 Initial error handling code by commit-bot@chromium.org · 11 years ago
  73. 3534822 force readbuffer clients to use specialized readFoo for flattenables by reed@google.com · 11 years ago
  74. 29bf862 Upstream changes from Android by djsollen@google.com · 11 years ago
  75. 27e21fe Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  76. 0abbff9 Fix metrics on Windows. by bungeman@google.com · 11 years ago
  77. de2e4e8 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  78. 84e22d8 allow createScalerContext to return null, and then have the GDI backend trigger that if we fail to create the necessary GDI resources by reed@google.com · 11 years ago
  79. ed43dff add size limit for using glyphcache. above that, draw using paths by reed@google.com · 11 years ago
  80. c7a20e4 API modifications needed to upstream Android font changes. by commit-bot@chromium.org · 11 years ago
  81. e55491d Reverting 9083 & 9084 due to Android failures by robertphillips@google.com · 11 years ago
  82. 3a886cc fix warning/error of uninitialized len by reed@google.com · 11 years ago
  83. 1445170 API modifications needed to upstream Android font changes. by commit-bot@chromium.org · 11 years ago
  84. 0a01f5a we only need one fontmetrics, since the paint (and fontcache) now know explicitly by reed@google.com · 11 years ago
  85. 2fd42c4 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  86. 5bdfb33 Detect color masks, and divert to draw-sprite instead of maskblitters. by reed@google.com · 11 years ago
  87. 1fa793f remove SkFontHost::NextLogicalFont, and add android-specific function by reed@google.com · 11 years ago
  88. d257a7e limit SkFontHost::NextLogicalTypeface to only android (the only backend that by reed@google.com · 11 years ago
  89. a45bcc8 make SkFontHost::NextLogicalTypeface private (only called by SkScalerContext) by reed@google.com · 11 years ago
  90. 01c34ee Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  91. 0da4861 remove SkFontHost::CreateScalerContext by reed@google.com · 11 years ago
  92. 90808e8 Add SkTypeface* parameter to SkScalerContext (and its callers) by reed@google.com · 11 years ago
  93. 4bd2bdb Upstream changes from Android. by djsollen@google.com · 11 years ago
  94. e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  95. 4bbdeac add optional cull-rect to patheffects, so they can do less work if their results by reed@google.com · 12 years ago
  96. 50dd410 Make SkScalerContextRec::getMatrixFrom2x2 more direct. by bungeman@google.com · 12 years ago
  97. 9be5727 detect out-of-memory when we try to create a mask offscreen by reed@google.com · 12 years ago
  98. 0c5f376 Fix generateMask to properly apply pre-blend. by bungeman@google.com · 12 years ago
  99. a76de72 Clean up usage of mask gamma. https://codereview.appspot.com/6749061/ by bungeman@google.com · 12 years ago
  100. 027038a Turn off some debugging statements. by scroggo@google.com · 12 years ago