1. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  2. 7f9c9eb wire up reduced atlas and zero textblob cache to test by joshualitt · 9 years ago
  3. 17d833b Add abliity to set textblob cache budget to GrContext by joshualitt · 9 years ago
  4. 259fbf1 Add sanity check to GrAtlasTextBlob by joshualitt · 9 years ago
  5. 374b2f7 rename BitmapTextBlob and move it to its own file by joshualitt · 9 years ago
  6. 26ffc00 add textblob cache freeall by joshualitt · 9 years ago
  7. 53b5f44 Start caching masks / stroke fills for textblobs by joshualitt · 10 years ago
  8. 2a0e9f3 Avoid regenerating cached textblobs on integer scrolls by joshualitt · 10 years ago
  9. f6e97e6 trivial fix for TextBlobCache by joshualitt · 10 years ago
  10. 0db6dfa The TextBlobCache needs the ability to trigger a flush because otherwise its entire budget can be used up, but it will not be able to free up any space due to blobs being stuck in the GrInOrderDrawBuffer. This was causing a segfault. After this CL the cache will try to purge, and then flush if it cannot purge enough. It will not purge the most recent addition to the cache. by joshualitt · 10 years ago
  11. b7133be Adding a cache + memory pool for GPU TextBlobs by joshualitt · 10 years ago