1. 811a672 Make single ctor for SkGlyph and remove reset by Herb Derby · 6 years ago
  2. f6fca26 Make a ctor for SkGlyph by Herb Derby · 6 years ago
  3. e46ccf8 Make pointers to glyphs in the SkGlyphCache stable by Herb Derby · 6 years ago
  4. 9bd8346 Embed SkPath in SkGlyph::PathData by Herbert Derby · 6 years ago
  5. 7218f1f Remove uses of the glyph cache by Herbert Derby · 6 years ago
  6. 20bd0f9 Make SkGlyph::PathData own the path by Herbert Derby · 6 years ago
  7. f4958ce Move path building logic to SkGlyph by Herb Derby · 6 years ago
  8. 8219163 Cleaup SkGlyph by Herb Derby · 6 years ago
  9. d2fec23 Have GPU and RemoteGlyphCache share mask position code by Herb Derby · 6 years ago
  10. 9a52a39 Move path fallback logic into drawer by Herb Derby · 6 years ago
  11. e42dc2d Hoist path check into regenerateGlyphRunList. by Herb Derby · 6 years ago
  12. 1400d38 Revert "Hoist path check" by Jim Van Verth · 6 years ago
  13. 6de0fca Hoist path check by Herb Derby · 6 years ago
  14. c640d0d Revert "Revert "SkTypes: extract SkTo"" by Hal Canary · 6 years ago
  15. 4010c79 fonts: Ignore re-initialization of fallback glyphs from the server. by Khushal · 6 years ago
  16. fdcfb8b Revert "SkTypes: extract SkTo" by Hal Canary · 6 years ago
  17. 8523b6b fonts: Fix memory allocation for fallback glyphs. by Khushal · 6 years ago
  18. 2a2f675 SkTypes: extract SkTo by Hal Canary · 6 years ago
  19. 65b7bfc Glyph search of desperation by Herb Derby · 6 years ago
  20. 51371a4 fonts: Handle fallback to using paths for text rendering for remoting. by Khushal · 6 years ago
  21. 0262860 Remove android specific code - v2 by Herb Derby · 6 years ago
  22. 2381add Revert "Remove android specific code" by Greg Daniel · 6 years ago
  23. 5570ea0 Remove android specific code by Herb Derby · 6 years ago
  24. fcac00f Reland "Remove devKerning" by Herb Derby · 6 years ago
  25. c76e26a Revert "Remove devKerning" by Mike Klein · 6 years ago
  26. bffeb8c Revert "Add padding back to make msan happy" by Mike Klein · 6 years ago
  27. 2050565 Add padding back to make msan happy by Herbert Derby · 6 years ago
  28. c86c5c0 Remove devKerning by Herb Derby · 6 years ago
  29. efbf00c Add accessor and less for raw glyph ID and WS by Herb Derby · 6 years ago
  30. ba321b6 Cleanup size calculations in SkGlyph by Herb Derby · 6 years ago
  31. 339b84e Alloc glyph image correctly for SkMask::k3D_Format. by Ben Wagner · 7 years ago
  32. 3e31e99 Revert "Alloc glyph image correctly for SkMask::k3D_Format." by Brian Osman · 7 years ago
  33. 1662257 Alloc glyph image correctly for SkMask::k3D_Format. by Ben Wagner · 7 years ago
  34. 3ae1a30 Revert "Alloc glyph image correctly for SkMask::k3D_Format." by Ben Wagner · 7 years ago
  35. 6b26deb Alloc glyph image correctly for SkMask::k3D_Format. by Ben Wagner · 7 years ago
  36. 7c5a806 Move from SkChunkAlloc to SkArenaAlloc for SkGlyphCache. by Herb Derby · 8 years ago
  37. 6e9ac12 Clean up glyph id handling. by Ben Wagner · 8 years ago
  38. e0d62a5 Remove advance[XY]Fixed getters. by benjaminwagner · 8 years ago
  39. 6b3eacb Change type of SkGlyph::fAdvance[XY] to float. by benjaminwagner · 8 years ago
  40. 2732e18 Un-deprecate new methods to fix Android. by benjaminwagner · 8 years ago
  41. 706d21f Hide new methods from non-Android. by benjaminwagner · 8 years ago
  42. 19de504 Add advance[XY]Fixed getters for Android. by benjaminwagner · 8 years ago
  43. 0449bcf add helper to create fancy underlines by caryclark · 9 years ago
  44. b68ce74 Add SK_BEGIN_REQUIRE_DENSE / SK_END_REQUIRE_DENSE. by mtklein · 9 years ago
  45. cd7f035 Revert of Parallel cache - preliminary (patchset #24 id:460001 of https://codereview.chromium.org/1264103003/ ) by herb · 9 years ago
  46. 014ffdb Parallel cache. by herb · 9 years ago
  47. 951d854 Revert of Parallel cache - preliminary (patchset #23 id:440001 of https://codereview.chromium.org/1264103003/ ) by jyasskin · 9 years ago
  48. bf29888 Parallel cache. by herb · 9 years ago
  49. ef2df09 Revert of Parallel cache - preliminary (patchset #22 id:420001 of https://codereview.chromium.org/1264103003/ ) by herb · 9 years ago
  50. 6f2a486 Parallel cache. by herb · 9 years ago
  51. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  52. c71239b Change the GlyphCache to use a hash table instead of doing its own ad-hoc by herb · 9 years ago
  53. c1e97b3 Fix uninitialized memory bug in the SkGlyphCache. by herb · 9 years ago
  54. e70de9e Make the glyph array entries inline. by herb · 9 years ago
  55. b69d0e0 BUG=skia: by herb · 9 years ago
  56. e59bbf1 Revert of Make fID and MixedID calculations private (patchset #5 id:80001 of https://codereview.chromium.org/939123002/) by scroggo · 9 years ago
  57. f8d24e2 BUG=skia: by herb · 9 years ago
  58. 5a2a5e7 Revert of Make the glyph array entries inline. (patchset #11 id:190001 of https://codereview.chromium.org/885903002/) by mtklein · 10 years ago
  59. b4c29ac Make the glyph array entries inline. BUG=skia: by herb · 10 years ago
  60. 9bf4e5b Revert of Make the glyph array entries inline. (patchset #10 id:170001 of https://codereview.chromium.org/885903002/) by bsalomon · 10 years ago
  61. 4c08f16 Make the glyph array entries inline. BUG=skia: by herb · 10 years ago
  62. a27b82d Remove distance field generation and storage from SkGlyphCache. by jvanverth · 10 years ago
  63. d54d3fc remove unused kLCD_MaskFormat by reed · 10 years ago
  64. b2f7fce DirectWrite to use aliased if ClearType is empty. by Ben Wagner · 10 years ago
  65. 1b27704 Remove ALL font fallback logic from Skia. by djsollen · 10 years ago
  66. 762cd80 Move distance field generation to the glyph cache. by commit-bot@chromium.org · 10 years ago
  67. d02d4ff privatize SkGlyph.h by mike@reedtribe.org · 12 years ago[Renamed from include/core/SkGlyph.h]
  68. bbe5013 Split SkGlyph into its own header. https://codereview.appspot.com/6434049/ by bungeman@google.com · 12 years ago