1. cb443a5 Force single glyph calls through bulk interface by Herb Derby · 6 years ago
  2. a4eecd8 findImage(const SkGlyph&) -> prepareImage(SkGlyph*) by Herb Derby · 6 years ago
  3. 3e8e34e Start using new APIs for bounds and glyph lookup by Herb Derby · 6 years ago
  4. f91aeb2 Move a bunch of gpu files out of include/private and into src/gpu. by Greg Daniel · 6 years ago
  5. 3721688 Make fMaskFormate private by Herb Derby · 6 years ago
  6. f5e5f19 Cleaup GrTextStrike and GrStrikeCache by Herb Derby · 6 years ago
  7. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 6 years ago
  8. 65e8417 rewrite SkMasks::CreateMasks to work in bytesPerPixel by Mike Klein · 6 years ago
  9. 081e6f3 Rename GrGlyphCache -> GrStrikeCache by Herb Derby · 7 years ago[Renamed (95%) from src/gpu/text/GrGlyphCache.cpp]
  10. 5fd955e Rename SkGlyphCache -> SkStrike by Herb Derby · 7 years ago
  11. 5a3fdee Convert GrGlyph::PackedID to SkPackedGlyphID by Herb Derby · 7 years ago
  12. 4c35be0 Remove PackedID from the strike call chain by Herb Derby · 7 years ago
  13. b03e024 Make and use a ctor for GrGlyph by Herb Derby · 7 years ago
  14. 37e21f6 Move the maskStyle into the GrGlyph by Herb Derby · 7 years ago
  15. 44539be Remove unused dtor from GrTextStrike by Herb Derby · 7 years ago
  16. 2fa1bbc Remove redundant findImage, and remove glyph cache plumbing by Herb Derby · 7 years ago
  17. 83ea522 Fix up GrGlyphCache ctor by Herbert Derby · 7 years ago
  18. 411bf13 Small re-inline cleanup for GrGlyphCache by Herb Derby · 7 years ago
  19. 96519f2 Centralize the max glyph dimension by Herb Derby · 7 years ago
  20. 3c4d533 Simplify plots to always be 512x512 and simplify GrDrawOpAtlasConfig by Herb Derby · 7 years ago
  21. aa5f38f Revert "Simplify plots to always be 512x512 and simplify GrDrawOpAtlasConfig" by Cary Clark · 7 years ago
  22. a2bc1ca Simplify plots to always be 512x512 and simplify GrDrawOpAtlasConfig by Herb Derby · 7 years ago
  23. 91e260f Reland "Reland "added 565 to 8888 conversion for gpu LCD text rendering for macOS"" by Timothy Liang · 7 years ago
  24. 5540528 Revert "Reland "added 565 to 8888 conversion for gpu LCD text rendering for macOS"" by Ben Wagner · 7 years ago
  25. 0513dd8 Reland "added 565 to 8888 conversion for gpu LCD text rendering for macOS" by Timothy Liang · 7 years ago
  26. cf274da Revert "added 565 to 8888 conversion for gpu LCD text rendering for macOS" by Greg Daniel · 7 years ago
  27. e6f2eca added 565 to 8888 conversion for gpu LCD text rendering for macOS by Timothy Liang · 7 years ago
  28. fa8ff09 fonts: Hook up FallbackTextHelper to font remoting. by Khushal · 7 years ago
  29. d401da6 Use MaskFilter to create SDFs for text. by Jim Van Verth · 7 years ago
  30. 5a66efb Remove GrRestrictedAtlasManager by Robert Phillips · 7 years ago
  31. af4adef Have GrGlyphCache and GrAtlasManager compute the atlas limits independently by Robert Phillips · 7 years ago
  32. d2e9f76 Revise Text & Small Path Atlas so instantiation failure is handled at flush time by Robert Phillips · 7 years ago
  33. cf838c7 Add bilerp support to scaled emojis by Jim Van Verth · 7 years ago
  34. caf1ebb sk_sp-ify GrGlyphCache by Robert Phillips · 7 years ago
  35. c4039ea Fission GrAtlasGlyphCache in two (take 2) by Robert Phillips · 7 years ago[Renamed (62%) from src/gpu/text/GrAtlasGlyphCache.cpp]
  36. 4bc7011 Separate creation time & flush time behavior in GrDrawOpAtlas (take 3) by Robert Phillips · 7 years ago
  37. ba7a165 Revert "Revert "Revert "Separate creation time & flush time behavior in GrDrawOpAtlas (take 2)""" by Robert Phillips · 7 years ago
  38. 5c56af1 Revert "Fission GrAtlasGlyphCache in two" by Robert Phillips · 7 years ago[Renamed (62%) from src/gpu/text/GrGlyphCache.cpp]
  39. acf1790 Fission GrAtlasGlyphCache in two by Robert Phillips · 7 years ago[Renamed (62%) from src/gpu/text/GrAtlasGlyphCache.cpp]
  40. 934c3d0 Revert "Revert "Separate creation time & flush time behavior in GrDrawOpAtlas (take 2)"" by Robert Phillips · 7 years ago
  41. 84d823a Revert "Separate creation time & flush time behavior in GrDrawOpAtlas (take 2)" by Robert Phillips · 7 years ago
  42. 96165eb Separate creation time & flush time behavior in GrDrawOpAtlas (take 2) by Robert Phillips · 7 years ago
  43. 59ddc6d Revert "Separate creation time & flush time behavior in GrDrawOpAtlas" by Robert Phillips · 7 years ago
  44. 056c1a8 Separate creation time & flush time behavior in GrDrawOpAtlas by Robert Phillips · 7 years ago
  45. 038c608 Remove back pointer to GrAtlasGlyphCache from GrAtlasTextStrike by Robert Phillips · 7 years ago
  46. d5f9cdd Add SkSurface_Gpu::MakeWrappedRenderTarget method by Robert Phillips · 8 years ago
  47. c65b65d Support scaled color emojis for SDF fallback by Jim Van Verth · 8 years ago
  48. 339b84e Alloc glyph image correctly for SkMask::k3D_Format. by Ben Wagner · 8 years ago
  49. 3e31e99 Revert "Alloc glyph image correctly for SkMask::k3D_Format." by Brian Osman · 8 years ago
  50. 1662257 Alloc glyph image correctly for SkMask::k3D_Format. by Ben Wagner · 8 years ago
  51. 9f545bc Modify fontcache GM to actually spill atlas. by Brian Salomon · 8 years ago
  52. 29b60c9 Make deferred upload handling and draw recording be virtual interfaces implemented by GrOpFlushState. by Brian Salomon · 8 years ago
  53. a950b63 Add support for additional textures in GrDrawOpAtlas by Jim Van Verth · 8 years ago
  54. bdda0ba Cosmetic changes to GrDrawOpAtlas by Robert Phillips · 8 years ago
  55. f95b175 Retract Gr*Priv.h includes a bit by Robert Phillips · 8 years ago
  56. b4aab9a Replace SkFAIL with SK_ABORT. by Ben Wagner · 8 years ago
  57. 6382f45 Replace log2 with SkNextLog2 by Brian Osman · 8 years ago
  58. fbcef6e Clean up GrResourceProvider usage by Robert Phillips · 8 years ago
  59. 6d34228 Allow custom GrAtlasGlyphCache texture sizes by Eric Karl · 8 years ago
  60. 9428a37 Move GrAtlasGlyphCache over to SkArenaAlloc from SkVarAlloc. by Herb Derby · 8 years ago
  61. 256c37b Remove atlas creation from GrResourceProvider by Robert Phillips · 8 years ago
  62. 32f2818 Clean up/remove unused GrFragmentProcessor-derived ctors by Robert Phillips · 8 years ago
  63. 77b3f32 Broaden checking of GrSurfaceProxy::MakeDeferred's return value by Robert Phillips · 9 years ago
  64. f200a90 Rationalize GrContext's Gr*Proxy getter naming by Robert Phillips · 9 years ago
  65. c949ce9 Replace some GrSurface:read/writePixels with the GrSurfaceContext equivalent by Robert Phillips · 9 years ago
  66. 2c86249 Move read/write-Pixels up to GrSurfaceContext by Robert Phillips · 9 years ago
  67. 95e3c05 SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h by Hal Canary · 9 years ago
  68. c456b73 Revert "SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h" by Kevin Lubick · 9 years ago
  69. a5494f1 SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h by Hal Canary · 9 years ago
  70. 8cbb424 Generate Signed Distance Field directly from vector path by joel.liang · 9 years ago
  71. 4784225 Revert of Generate Signed Distance Field directly from vector path (patchset #23 id:440001 of https://codereview.chromium.org/1643143002/ ) by rmistry · 9 years ago
  72. 6d2f73c Generate Signed Distance Field directly from vector path by joel.liang · 9 years ago
  73. a8b1e6d Revert of Generate Signed Distance Field directly from vector path (patchset #23 id:440001 of https://codereview.chromium.org/1643143002/ ) by rmistry · 9 years ago
  74. 64b70b0 Generate Signed Distance Field directly from vector path by joel.liang · 9 years ago
  75. 2ee084e Rename GrBatchAtlas -> GrDrawOpAtlas. by Brian Salomon · 9 years ago
  76. f856fd1 Rename GrBatchFontCache->GrAtlasGlyphCache by Brian Salomon · 9 years ago[Renamed (91%) from src/gpu/text/GrBatchFontCache.cpp]
  77. 31c2608 Demote savePixels to save_pixels by Robert Phillips · 9 years ago
  78. 9afd371 Rename GrDrawBatch->GrDrawOp by Brian Salomon · 9 years ago
  79. 594f9ed Smart pointers for GrBatchAtlas. by Ben Wagner · 9 years ago
  80. f93f515 Revert of Generate Signed Distance Field directly from vector path (patchset #19 id:360001 of https://codereview.chromium.org/1643143002/ ) by bsalomon · 9 years ago
  81. 67c7c81 Generate Signed Distance Field directly from vector path by joel.liang · 9 years ago
  82. 620ee4f Revert of Generate Signed Distance Field directly from vector path (patchset #18 id:340001 of https://chromiumcodereview.appspot.com/1643143002/ ) by benjaminwagner · 9 years ago
  83. e8f0a7b Generate Signed Distance Field directly from vector path by joel.liang · 9 years ago
  84. 86dc226 Use sRGB pixel config for ARGB masks (color emoji) by brianosman · 9 years ago
  85. 180500e Revert of Use sRGB pixel config for ARGB masks (color emoji) (patchset #1 id:1 of https://codereview.chromium.org/2129913004/ ) by brianosman · 9 years ago
  86. 920af9f Use sRGB pixel config for ARGB masks (color emoji) by brianosman · 9 years ago
  87. c2878e2 Remove GrFontScaler class. by bsalomon · 9 years ago
  88. c5fd5c4 Remove GrFontDescKey. by bsalomon · 9 years ago
  89. 94b25b0 Remove unneeded reference count churn. by bungeman · 9 years ago
  90. 852f15d free -> reset by mtklein · 9 years ago
  91. 43812e2 Revert of free -> reset (patchset #3 id:40001 of https://codereview.chromium.org/1811723002/ ) by bungeman · 9 years ago
  92. 0e3738d free -> reset by mtklein · 9 years ago
  93. 7023a00 Use unorm shorts for texture coordinates when rendering text. by jvanverth · 9 years ago
  94. d106c2c Revert of Use unorm shorts for texture coordinates when rendering text. (patchset #3 id:40001 of https://codereview.chromium.org/1713693002/ ) by jvanverth · 9 years ago
  95. e507ff0 Use unorm shorts for texture coordinates when rendering text. by jvanverth · 9 years ago
  96. e804292 Move all text stuff to its own folder by joshualitt · 10 years ago[Renamed from src/gpu/GrBatchFontCache.cpp]
  97. 50aa15b Remove unecessary GetGlyphIdMetrics call by joshualitt · 10 years ago
  98. 5a744b7 Have SkVarAlloc::alloc() use sk_malloc_throw. by mtklein · 10 years ago
  99. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 10 years ago
  100. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 10 years ago