Adding a cache + memory pool for GPU TextBlobs
authorjoshualitt <joshualitt@chromium.org>
Wed, 8 Apr 2015 16:08:31 +0000 (09:08 -0700)
committerCommit bot <commit-bot@chromium.org>
Wed, 8 Apr 2015 16:08:31 +0000 (09:08 -0700)
commitb7133bed55af8dd4ca9427892bb1a5623dbaccf0
tree4bcd9cdde8588e40b5c388dea7b715755155a51c
parent2ad228e8ff3ad7050c58d563879b9831c688e2f1
Adding a cache + memory pool for GPU TextBlobs

BUG=skia:

Review URL: https://codereview.chromium.org/1055843002
gyp/gpu.gypi
include/core/SkTextBlob.h
include/gpu/GrContext.h
src/gpu/GrAtlasTextContext.cpp
src/gpu/GrAtlasTextContext.h
src/gpu/GrContext.cpp
src/gpu/GrDrawTarget.cpp
src/gpu/GrMemoryPool.cpp
src/gpu/GrMemoryPool.h
src/gpu/GrTextBlobCache.cpp [new file with mode: 0644]
src/gpu/GrTextBlobCache.h [new file with mode: 0644]