1. c337c9e Revert "Revert "Hold sk_sp<GrAtlasTextBlob> refs in GrTextBlobCache instead of raw ptrs"" by Florin Malita · 8 years ago
  2. 3304c44 Revert "Hold sk_sp<GrAtlasTextBlob> refs in GrTextBlobCache instead of raw ptrs" by Florin Malita · 8 years ago
  3. db3ceb8 Hold sk_sp<GrAtlasTextBlob> refs in GrTextBlobCache instead of raw ptrs by Florin Malita · 8 years ago
  4. 33fdb8d Refactor GrTextBlobCache by Florin Malita · 8 years ago
  5. 9230377 Remove GrTextBlobCache/GrAtlasTextBlob friendliness by joshualitt · 9 years ago
  6. 2f2ee83 cleanup textblob cache sanity check and prevent it from bitrotting by joshualitt · 9 years ago
  7. 20ccd40 Add assert that memory pool is empty when GrTextBlobCache frees by joshualitt · 9 years ago
  8. e804292 Move all text stuff to its own folder by joshualitt · 9 years ago[Renamed from src/gpu/GrTextBlobCache.cpp]
  9. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  10. 259fbf1 Add sanity check to GrAtlasTextBlob by joshualitt · 9 years ago
  11. 374b2f7 rename BitmapTextBlob and move it to its own file by joshualitt · 9 years ago
  12. 7a9c45c real fix for textblob use after gpu free by joshualitt · 9 years ago
  13. f0c000d fix a bug in scrolling BitmapText gpu cached textblobs by joshualitt · 9 years ago
  14. ae32c10 Store pointers to GrGlyph directly in BitmapTextBlob. This patch improves performance by avoiding hashmap lookups under normal use by joshualitt · 9 years ago
  15. 26ffc00 add textblob cache freeall by joshualitt · 9 years ago
  16. 53b5f44 Start caching masks / stroke fills for textblobs by joshualitt · 9 years ago
  17. 2a0e9f3 Avoid regenerating cached textblobs on integer scrolls by joshualitt · 9 years ago
  18. b7133be Adding a cache + memory pool for GPU TextBlobs by joshualitt · 9 years ago