Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(332)

Issue 1055843002: Adding a cache + memory pool for GPU TextBlobs (Closed)

Created:
5 years, 8 months ago by joshua.litt
Modified:
5 years, 8 months ago
CC:
reviews_skia.org
Base URL:
https://skia.googlesource.com/skia.git@atlastext2
Target Ref:
refs/heads/master
Project:
skia
Visibility:
Public.

Description

Adding a cache + memory pool for GPU TextBlobs BUG=skia: Committed: https://skia.googlesource.com/skia/+/b7133bed55af8dd4ca9427892bb1a5623dbaccf0

Patch Set 1 #

Patch Set 2 : caching #

Patch Set 3 : cleanup #

Patch Set 4 : tidy #

Patch Set 5 : tweak #

Patch Set 6 : adding more accurate count of memory #

Patch Set 7 : cleanup #

Total comments: 1

Patch Set 8 : feedback inc #

Patch Set 9 : comment #

Patch Set 10 : actually adding comment #

Patch Set 11 : feedback inc #

Unified diffs Side-by-side diffs Delta from patch set Stats (+203 lines, -80 lines) Patch
M gyp/gpu.gypi View 1 2 3 4 5 1 chunk +2 lines, -0 lines 0 comments Download
M include/core/SkTextBlob.h View 1 chunk +1 line, -0 lines 0 comments Download
M include/gpu/GrContext.h View 3 chunks +3 lines, -0 lines 0 comments Download
M src/gpu/GrAtlasTextContext.h View 1 2 3 4 5 6 7 6 chunks +17 lines, -15 lines 0 comments Download
M src/gpu/GrAtlasTextContext.cpp View 1 2 3 4 5 6 7 5 chunks +17 lines, -62 lines 0 comments Download
M src/gpu/GrContext.cpp View 2 chunks +3 lines, -0 lines 0 comments Download
M src/gpu/GrDrawTarget.cpp View 1 chunk +1 line, -0 lines 0 comments Download
M src/gpu/GrMemoryPool.h View 1 2 3 4 5 3 chunks +8 lines, -0 lines 0 comments Download
M src/gpu/GrMemoryPool.cpp View 1 2 3 4 5 6 7 7 chunks +12 lines, -3 lines 0 comments Download
A src/gpu/GrTextBlobCache.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +94 lines, -0 lines 0 comments Download
A src/gpu/GrTextBlobCache.cpp View 1 2 3 4 5 6 1 chunk +45 lines, -0 lines 0 comments Download

Messages

Total messages: 11 (3 generated)
joshualitt
My naive attempt at a cache for the textblob stuff.
5 years, 8 months ago (2015-04-02 17:47:21 UTC) #2
joshualitt
On 2015/04/02 17:47:21, joshualitt wrote: > My naive attempt at a cache for the textblob ...
5 years, 8 months ago (2015-04-03 16:44:35 UTC) #3
jvanverth1
This looks reasonable + 1 comment. I'll defer to someone else on the changes to ...
5 years, 8 months ago (2015-04-06 20:44:13 UTC) #4
joshualitt
On 2015/04/06 20:44:13, jvanverth1 wrote: > This looks reasonable + 1 comment. I'll defer to ...
5 years, 8 months ago (2015-04-07 16:18:50 UTC) #5
bsalomon
I think the constants Jim commented should be declared static const w/ meaningful names (e.g. ...
5 years, 8 months ago (2015-04-08 02:04:39 UTC) #6
bsalomon
otherwise, lgtm
5 years, 8 months ago (2015-04-08 02:05:41 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1055843002/200001
5 years, 8 months ago (2015-04-08 15:42:57 UTC) #10
commit-bot: I haz the power
5 years, 8 months ago (2015-04-08 16:08:37 UTC) #11
Message was sent while issue was closed.
Committed patchset #11 (id:200001) as
https://skia.googlesource.com/skia/+/b7133bed55af8dd4ca9427892bb1a5623dbaccf0

Powered by Google App Engine
This is Rietveld 408576698