1. 5a3fdee Convert GrGlyph::PackedID to SkPackedGlyphID by Herb Derby · 6 years ago
  2. 4c35be0 Remove PackedID from the strike call chain by Herb Derby · 6 years ago
  3. b03e024 Make and use a ctor for GrGlyph by Herb Derby · 6 years ago
  4. 37e21f6 Move the maskStyle into the GrGlyph by Herb Derby · 6 years ago
  5. 44539be Remove unused dtor from GrTextStrike by Herb Derby · 6 years ago
  6. 6f27489 Use SkFont for managing distance field text by Herb Derby · 6 years ago
  7. b79ba57 SkFont pushed up one small step for setupCache by Herb Derby · 6 years ago
  8. 5f7b014 Only reposition the fallback vertices once. by Herb Derby · 6 years ago
  9. f6206f9 Add new method for calculating text atlas sizes by Jim Van Verth · 6 years ago
  10. 5424a5e Encapsulate color into subrun by Herb Derby · 6 years ago
  11. 2fa1bbc Remove redundant findImage, and remove glyph cache plumbing by Herb Derby · 6 years ago
  12. ba98b7d Make sure we mark Plots in use for all regenerate cases by Jim Van Verth · 6 years ago
  13. 136ed79 add font param to CreateDescriptorAndEffectsUsingPaint by Mike Reed · 6 years ago
  14. f2b074e add font parameter to CanDrawAsDistanceFields by Mike Reed · 6 years ago
  15. 48b958b change Run to store bool_aa instead of flags_only_aa by Mike Reed · 6 years ago
  16. 317adf7 Make fallback descriptors explicit by Herb Derby · 6 years ago
  17. 2335644 Fix occurrences of "-Wextra-semi-stmt" by Brian Salomon · 6 years ago
  18. 83ea522 Fix up GrGlyphCache ctor by Herbert Derby · 6 years ago
  19. c8f6ab3 Remove unneeded inline declarations by Herbert Derby · 6 years ago
  20. 4065d45 Reland "Reland "Have a GrBackendFormat be stored on gpu proxies."" by Greg Daniel · 6 years ago
  21. 7e9ea39 Have the SDF MaskFilter convert LCD16 to a distance field. by Herbert Derby · 6 years ago
  22. f7d5d74 Link SubRuns to Runs, and Runs to Blobs. by Herb Derby · 6 years ago
  23. c5df7cb Fun with flags by herb · 6 years ago
  24. d7157b2 Revert "Reland "Have a GrBackendFormat be stored on gpu proxies."" by Greg Daniel · 6 years ago
  25. 2f9a5ea Reland "Have a GrBackendFormat be stored on gpu proxies." by Greg Daniel · 6 years ago
  26. 6dff60e Clean up in, about, and around GrTextBlob::SubRun by Herb Derby · 6 years ago
  27. 96a1709 Move adding a glyph to a subRun from Run to SubRun by Herb Derby · 6 years ago
  28. 69ff895 Make SubRunInfo a subclass of GrTextBlob and rename to SubRun by Herb Derby · 6 years ago
  29. 2bb343c Remove runIndex as a concept for GrTextBlob by Herb Derby · 6 years ago
  30. c341500 Reland "Move remove ptr args to MakeRecAndEffects" by Herb Derby · 6 years ago
  31. 1062963 Revert "Move remove ptr args to MakeRecAndEffects" by Herb Derby · 6 years ago
  32. b07aba4 Move remove ptr args to MakeRecAndEffects by Herb Derby · 6 years ago
  33. 919c9e7 Revert "Have a GrBackendFormat be stored on gpu proxies." by Greg Daniel · 6 years ago
  34. dc214c2 Move (re)generation of the GrTextBlob from GrTextContext to the blob by Herb Derby · 6 years ago
  35. 51b1c12 Have a GrBackendFormat be stored on gpu proxies. by Greg Daniel · 6 years ago
  36. 9edbf42 Revert[4] "hide nested hinting enum" by Mike Reed · 6 years ago
  37. 8e12cc6 Reland "Revert "hide nested hinting enum"" by Mike Klein · 6 years ago
  38. f49563b Revert "Revert "hide nested hinting enum"" by Mike Reed · 6 years ago
  39. 6bd19df Revert "hide nested hinting enum" by Mike Reed · 6 years ago
  40. fbebece hide nested hinting enum by Mike Reed · 6 years ago
  41. cf86085 Replace GrColor4h with SkPMColor4f by Brian Osman · 6 years ago
  42. 936fe7d Pass and return GrColor4h by const& when possible by Brian Osman · 6 years ago
  43. 408ef21 Revert "replace SkNVRefCnt with SkRefCnt" by Mike Klein · 6 years ago
  44. 0fb1ee9 replace SkNVRefCnt with SkRefCnt by Mike Klein · 6 years ago
  45. 1be2b7c Keep paint color range/precision into ops and GPs (using GrColor4h) by Brian Osman · 6 years ago
  46. 71652e2 gpu: Dump GrTextBlobCache stats in memory dumps. by Khushal · 6 years ago
  47. fa5f6ce rename some flattenable routines by Mike Klein · 6 years ago
  48. 4fee323 override getTypeName() instead of using table by Mike Klein · 6 years ago
  49. 9a986cf ccpr: Use SkMessageBus for thread-safe eviction of cache entries by Chris Dalton · 6 years ago
  50. cb65ce7 Fix logic error for GrTextBlob mustRegen by Herb Derby · 6 years ago
  51. 0edb214 Optimize GPU text regen for full pixel position text by Herb Derby · 6 years ago
  52. 411bf13 Small re-inline cleanup for GrGlyphCache by Herb Derby · 6 years ago
  53. 6be4715 isolate users of SkFindAndPlaceGlyph.h by Mike Reed · 6 years ago
  54. 7d8e1f7 Move remote glyph cache DFT handling to painter by Herb Derby · 6 years ago
  55. dac1ed5 Redo GrTextBlob path flush by Herb Derby · 6 years ago
  56. ce202d5 Extract code common to Renderer and GPU for Fallback by Herb Derby · 6 years ago
  57. 75d6db7 Properly align inside GrTextBlob. by Ben Wagner · 6 years ago
  58. cf370b1 Clean up GPU strike sk_sp by Herb Derby · 6 years ago
  59. 96519f2 Centralize the max glyph dimension by Herb Derby · 6 years ago
  60. 3c4d533 Simplify plots to always be 512x512 and simplify GrDrawOpAtlasConfig by Herb Derby · 6 years ago
  61. aa5f38f Revert "Simplify plots to always be 512x512 and simplify GrDrawOpAtlasConfig" by Cary Clark · 6 years ago
  62. a2bc1ca Simplify plots to always be 512x512 and simplify GrDrawOpAtlasConfig by Herb Derby · 6 years ago
  63. 307d6fd Calculate numPlotsY from height by Herb Derby · 6 years ago
  64. e61c234 Remove drawPosText_asPath - more dead code by Herb Derby · 6 years ago
  65. d20d261 More liberally fold the path matrix into the CTM in GrTextBlob::flush by Robert Phillips · 6 years ago
  66. 92bc476 Rearrange templates to get ios to compile by Herb Derby · 6 years ago
  67. 46a1338 Switch GrTextTarget from drawPath to drawShape by Robert Phillips · 6 years ago
  68. 6595687 Rename SkGlyphRunListDrawer to SkGlyphRunListPainter by Herb Derby · 6 years ago
  69. 20390c3 Pull non-substantive changes out of GrShape mask drawing CL by Robert Phillips · 6 years ago
  70. 137ca52 Remove prePathMatrix from SkDevice::drawPath by Robert Phillips · 6 years ago
  71. e4643cc Remove unused parameter from drawPathWithMaskFilter by Robert Phillips · 6 years ago
  72. c1b482c Rename GrTextUtils::Target to GrTextTarget by Herb Derby · 6 years ago
  73. bc6f9c9 Remove GrTextUtil::Paint by Herb Derby · 6 years ago
  74. 9f49148 Remove RunPaint by Herb Derby · 6 years ago
  75. 919a784 Remove use of RunPaint from regenerateGlyphRunList by Herb Derby · 6 years ago
  76. 97879cb Performance: Move GPU code to GlyphRun and inline - v3 by Herb Derby · 6 years ago
  77. 44a017e Revert "Performance: Move GPU code to GlyphRun and inline - v2" by Herb Derby · 6 years ago
  78. c7ef517 Performance: Move GPU code to GlyphRun and inline - v2 by Herb Derby · 6 years ago
  79. c296068 Revert "Performance: Move GPU code to GlyphRun and inline" by Robert Phillips · 6 years ago
  80. 0c5b0b1 Performance: Move GPU code to GlyphRun and inline by Herb Derby · 6 years ago
  81. 0f40756 Remove unused TextPathIter by Herb Derby · 6 years ago
  82. ae64e49 Simplify blob's appendGlyph interface by Herb Derby · 6 years ago
  83. 82c11e0 Remove posText system from GrTextContext by Herb Derby · 6 years ago
  84. 9a52a39 Move path fallback logic into drawer by Herb Derby · 6 years ago
  85. e42dc2d Hoist path check into regenerateGlyphRunList. by Herb Derby · 6 years ago
  86. 1400d38 Revert "Hoist path check" by Jim Van Verth · 6 years ago
  87. 6de0fca Hoist path check by Herb Derby · 6 years ago
  88. 049b5d9 Combine the append glyphs by Herb Derby · 6 years ago
  89. 04ae8ee Add color space to SkColorFilter::filterColor4f by Brian Osman · 6 years ago
  90. 0ab5ce1 Move path leaf loop to drawer by Herb Derby · 6 years ago
  91. 74c6ed3 Move one leaf loop from GPU to glyph drawer by Herb Derby · 6 years ago
  92. f9dfbc3 Combine GPU drawing routines into one large routine by Herb Derby · 6 years ago
  93. 12e4256 Make a glyphrun version of DrawBmpPosTextAsPaths by Herb Derby · 6 years ago
  94. 46dbfbb Make regenerateGlyphRunList on use the iterator by Herb Derby · 6 years ago
  95. f4f6bbf Duplicate drawDFPosText into drawDFGlyphRun by Herb Derby · 6 years ago
  96. ab54e73 Hide SkTextBlob::GlyphPositioning from public API by Florin Malita · 6 years ago
  97. b935cf8 const all the things by Herb Derby · 6 years ago
  98. 4014ba6 SkUtils: remove some versions of UTF routines. by Hal Canary · 6 years ago
  99. cddab25 Use SkGlyphRunListIterator in gpu by Herb Derby · 6 years ago
  100. 8a6348e Introduce text blob processing but don't wire it up by Herb Derby · 6 years ago