1. d936f63 Simplify and combine SkDrawCacheProc and SkMeasureCacheProc to SkPaint::GlyphCacheProc. by benjaminwagner · 8 years ago
  2. f6d1e60 Only use fake gamma with linear devices. by bungeman · 8 years ago
  3. 0449bcf add helper to create fancy underlines by caryclark · 9 years ago
  4. ccce0e0 Make SkPaint movable. by bungeman · 9 years ago
  5. e76b4bb Reland of Make draw* lines responsible for cache management (patchset #1 id:1 of https://codereview.chromium.org/1552513003/ ) by joshualitt · 9 years ago
  6. 90e293d Revert of Make draw* lines responsible for cache management (patchset #1 id:1 of https://codereview.chromium.org/1521613002/ ) by joshualitt · 9 years ago
  7. 6855ddb remove deprecated annotation helper by reed · 9 years ago
  8. 6695794 Make draw* lines responsible for cache management by joshualitt · 9 years ago
  9. 0a42e68 Create GrTextUtils by joshualitt · 9 years ago
  10. fe81e2d Make SkGraphics::Term a no-op, stop calling it. by mtklein · 9 years ago
  11. d9b8d7a Revert of Make SkGraphics::Term a no-op, stop calling it. (patchset #2 id:20001 of https://codereview.chromium.org/1329853005/ ) by mtklein · 9 years ago
  12. 925979f Make SkGraphics::Term a no-op, stop calling it. by mtklein · 9 years ago
  13. 5cb00a9 zero-length cap fix by caryclark · 9 years ago
  14. 21b998b Revert of experiment with zero-length round capped line segments (patchset #4 id:60001 of https://codereview.chromium.org/1309753002/ ) by caryclark · 9 years ago
  15. dd3c165 experiment with zero-length round capped line segments by caryclark · 9 years ago
  16. 0abdf76 Reland of Implement canComputeFastBounds() for image filters. (patchset #1 id:1 of https://codereview.chromium.org/1300403003/ ) by senorblanco · 9 years ago
  17. 12d8472 Revert of Implement canComputeFastBounds() for image filters. (patchset #8 id:130001 of https://codereview.chromium.org/1296943002/ ) by herb · 9 years ago
  18. 915881f Implement canComputeFastBounds() for image filters. by senorblanco · 9 years ago
  19. d24955a Make SkPaint::glyphsToUnichars use explicit SkSurfaceProps by robertphillips · 9 years ago
  20. af4b233 remove SK_SUPPORT_LEGACY_FILTERLEVEL_ENUM by reed · 9 years ago
  21. 4854d13 Remove distance field flag from SkPaint by jvanverth · 9 years ago
  22. fcf7829 remove SkDeviceProperties by robertphillips · 9 years ago
  23. 9e36c1a Start canonicalizing color for all A8 textblobs by joshualitt · 9 years ago
  24. dbd3593 Rename GrBitmapTextContextB to GrAtlasTextContext by joshualitt · 9 years ago
  25. 2b6acb4 Switch to one single bitmap text blob cache allocation by joshualitt · 9 years ago
  26. 7c3a2f8 BitmapTextBatch and BitmapTextBlob by joshualitt · 9 years ago
  27. c03391e Revert of BitmapTextBatch and BitmapTextBlob (patchset #18 id:360001 of https://codereview.chromium.org/1011403004/) by joshualitt · 9 years ago
  28. eed1dae BitmapTextBatch and BitmapTextBlob by joshualitt · 9 years ago
  29. 6e8cd96 Let text contexts fall back directly to paths by joshualitt · 9 years ago
  30. 93a1215 SkPaint::FilterLevel -> SkFilterQuality by reed · 9 years ago
  31. 3a22466 remove deprecated setFilterBitmap/isFilterBitmap by reed · 9 years ago
  32. fd45079 Call to retrieve SkDescriptor for SkScalarContext from SkPaint. by joshualitt · 9 years ago
  33. b69d0e0 BUG=skia: by herb · 9 years ago
  34. e59bbf1 Revert of Make fID and MixedID calculations private (patchset #5 id:80001 of https://codereview.chromium.org/939123002/) by scroggo · 9 years ago
  35. f8d24e2 BUG=skia: by herb · 9 years ago
  36. 05d9044 optional res-scale parameter to getFillPath by reed · 10 years ago
  37. f803da1 add newImage API by reed · 10 years ago
  38. 8893e5f add paint::getFontBounds() by reed · 10 years ago
  39. e3aee8f Remove android specific genID from SkPaint. by djsollen · 10 years ago
  40. aab626c Revert of Change drawText() to generate positions and send to drawPosText() (patchset #4 id:60001 of https://codereview.chromium.org/653133004/) by jvanverth · 10 years ago
  41. 7851a56 Change drawText() to generate positions and send to drawPosText() by jvanverth · 10 years ago
  42. fb1fe4f Add SkPaint::getHash(). by mtklein · 10 years ago
  43. 9e96aa0 remove unused TextBufferDirection enum by reed · 10 years ago
  44. 610a015 Remove SkPaint dirty bits. by mtklein · 10 years ago
  45. 855d83f Uses a single pre-baked set of paths for drawing nvpr text of a given by cdalton · 10 years ago
  46. 99ae881 remove (unused) scale parameter from measureText by reed · 10 years ago
  47. bc97ef4 Document return value of SkPaint::operator==. by mtklein · 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. f59eab2 patch from issue 383923002 by reed · 10 years ago
  55. c6cb56f Implement text rendering with NVPR by kkinnunen · 10 years ago
  56. c4b84ae Revert of Revert of Fix SkPaint::measureText for stroked hairline text (https://codereview.chromium.org/354433002/) by rmistry · 10 years ago
  57. abc9bb5 Revert of Fix SkPaint::measureText for stroked hairline text (https://codereview.chromium.org/335603003/) by rmistry · 10 years ago
  58. 196af73 Fix SkPaint::measureText for stroked hairline text by kkinnunen · 10 years ago
  59. 2d2a68c Gamma correction for distance field text. by jvanverth · 10 years ago
  60. 919ed4c Revert of Gamma correction for distance field text. (https://codereview.chromium.org/258883002/) by scroggo · 10 years ago
  61. 4d517fd Gamma correction for distance field text. by jvanverth · 10 years ago
  62. 85faf50 remove legacy filter-flags, and store FilterLevel directly by commit-bot@chromium.org · 10 years ago
  63. 4784182 Revert of Implement text rendering with NVPR (https://codereview.chromium.org/196133014/) by commit-bot@chromium.org · 10 years ago
  64. dcb8ef9 Implement text rendering with NVPR by commit-bot@chromium.org · 10 years ago
  65. e8807f4 SkPaint: eliminate some dead bytes in 64-bit build. by commit-bot@chromium.org · 10 years ago
  66. 9206da6 Revert of SkPaint: eliminate some dead bytes in 64-bit build. (https://codereview.chromium.org/203203003/) by commit-bot@chromium.org · 10 years ago
  67. f48182b SkPaint: eliminate some dead bytes in 64-bit build. by commit-bot@chromium.org · 10 years ago
  68. fffb2cd Revert of SkPaint: eliminate some dead bytes in 64-bit build. (https://codereview.chromium.org/203203003/) by commit-bot@chromium.org · 10 years ago
  69. fa4dc2c SkPaint: eliminate some dead bytes in 64-bit build. by commit-bot@chromium.org · 10 years ago
  70. e5957f6 update comment on setShader to clarify alpha-bitmap behavior in bitmapshaders by commit-bot@chromium.org · 10 years ago
  71. 0f10f7b Allow toString capability to be toggled independent of developer mode. by commit-bot@chromium.org · 10 years ago
  72. b97c3ff Enable use of distance fields via SkPaint flag. by commit-bot@chromium.org · 10 years ago
  73. 0bc406d Adding code to calculate Underline Thickness from Font Metrics, this will be useful when Skia is used with Blink/Chrome. Blink changes are uploaded with code change in patch https://codereview.chromium.org/147703002/ by commit-bot@chromium.org · 10 years ago
  74. 5007aab Upstream changes from Android by commit-bot@chromium.org · 10 years ago
  75. aca1c01 Merge tomhudson and mtklein SkPaint shrinking approaches. by commit-bot@chromium.org · 10 years ago
  76. ac50046 Reverting r13496 (Merge tomhudson and mtklein SkPaint shrinking approaches) due to memory leaks by robertphillips@google.com · 10 years ago
  77. cf52f5b Merge tomhudson and mtklein SkPaint shrinking approaches. by commit-bot@chromium.org · 10 years ago
  78. ead1efb Revert of Merge tomhudson and mtklein SkPaint shrinking approaches. (https://codereview.chromium.org/158913005/) by commit-bot@chromium.org · 10 years ago
  79. d017542 Merge tomhudson and mtklein SkPaint shrinking approaches. by commit-bot@chromium.org · 10 years ago
  80. 8b0e8ac Refactor read and write buffers. by commit-bot@chromium.org · 11 years ago
  81. e8612d9 Add standalone drawText for GrTextContext. by commit-bot@chromium.org · 11 years ago
  82. 336d1d7 Implement a computeFastBounds() traversal for SkImageFilter. by senorblanco@chromium.org · 11 years ago
  83. 8128d8c Move distance field font code into GrDistanceFieldTextContext. by commit-bot@chromium.org · 11 years ago
  84. cbe1b54 Supports the cap height for FreeType even when TT OS2 version is 1. by bungeman@google.com · 11 years ago
  85. 4469938 Revert "Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning"" by reed@google.com · 11 years ago
  86. 6fcbfce Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning" by reed@google.com · 11 years ago
  87. 081560e add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning by reed@google.com · 11 years ago
  88. 950923b All SkAnnotations are no-draw. Propose we fold that through. by commit-bot@chromium.org · 11 years ago
  89. 2822c9a Nobody defines SK_SUPPORT_HINTING_SCALE_FACTOR any more, so remove it. by mtklein@google.com · 11 years ago
  90. b265741 Revert r10603 (Remove operator== from SkPaint) due to Chrome failures by robertphillips@google.com · 11 years ago
  91. 37ffe8a Remove operator== from SkPaint by commit-bot@chromium.org · 11 years ago
  92. 9cfc83c stop using bitmap-filter flags outside of paint itself, as a step towards really changing them into an enum by reed@google.com · 11 years ago
  93. a799198 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  94. c968315 add FilterLevel API to SkPaint, replacing various Flag bits by reed@google.com · 11 years ago
  95. b088947 New bitmap filter checkin; this time with less build breakage by humper@google.com · 11 years ago
  96. 1a8940e Revert "More general image filter interface; tested implementation of standalone" by humper@google.com · 11 years ago
  97. 25fc6b9 More general image filter interface; tested implementation of standalone by humper@google.com · 11 years ago
  98. 387db0a add extra flag (currently unused) for high quality downsampling by humper@google.com · 11 years ago
  99. e9d8319 Add maxCharWidth and a compile flag to use old metrics (needed by Blink). by bungeman@google.com · 11 years ago
  100. ddc813b move kAlignCount out of Align enum, so it can't accidentally be passed as a parameter by mike@reedtribe.org · 11 years ago