1. 26ffc00 add textblob cache freeall by joshualitt · 10 years ago
  2. 53b5f44 Start caching masks / stroke fills for textblobs by joshualitt · 10 years ago
  3. 2a0e9f3 Avoid regenerating cached textblobs on integer scrolls by joshualitt · 10 years ago
  4. f6e97e6 trivial fix for TextBlobCache by joshualitt · 10 years ago
  5. 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
  6. b7133be Adding a cache + memory pool for GPU TextBlobs by joshualitt · 10 years ago