Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
26ffc00bfa09fe85c22ddcbeb0fc54c0eacb7859
/
src
/
gpu
/
GrTextBlobCache.h
26ffc00
add textblob cache freeall
by joshualitt
· 10 years ago
53b5f44
Start caching masks / stroke fills for textblobs
by joshualitt
· 10 years ago
2a0e9f3
Avoid regenerating cached textblobs on integer scrolls
by joshualitt
· 10 years ago
f6e97e6
trivial fix for TextBlobCache
by joshualitt
· 10 years ago
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
b7133be
Adding a cache + memory pool for GPU TextBlobs
by joshualitt
· 10 years ago