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

Issue 1062863002: Avoid regenerating cached textblobs on integer scrolls (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@atlastextcache
Target Ref:
refs/heads/master
Project:
skia
Visibility:
Public.

Description

Avoid regenerating cached textblobs on integer scrolls BUG=skia: Committed: https://skia.googlesource.com/skia/+/2a0e9f36c6e823d2c0472ef23b4c5a247427807f

Patch Set 1 #

Patch Set 2 : adding some comments #

Patch Set 3 : tweak #

Patch Set 4 : some sleight bug fixes #

Total comments: 4

Patch Set 5 : rebase #

Patch Set 6 : feedback inc #

Total comments: 8

Patch Set 7 : feedback inc #

Patch Set 8 : scrolling #

Patch Set 9 : more #

Patch Set 10 : fix #

Patch Set 11 : tweak #

Patch Set 12 : fix CL #

Patch Set 13 : rebase #

Patch Set 14 : rebase #

Patch Set 15 : rebase #

Patch Set 16 : tweak #

Patch Set 17 : tweaks #

Total comments: 2

Patch Set 18 : fix math a bit on error #

Patch Set 19 : feedback inc #

Patch Set 20 : compiler warning #

Patch Set 21 : whoops, enabled #

Patch Set 22 : tweak #

Unified diffs Side-by-side diffs Delta from patch set Stats (+159 lines, -29 lines) Patch
M src/gpu/GrAtlasTextContext.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 3 chunks +11 lines, -5 lines 0 comments Download
M src/gpu/GrAtlasTextContext.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 18 chunks +136 lines, -24 lines 0 comments Download
M src/gpu/GrTextBlobCache.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +7 lines, -0 lines 0 comments Download
M src/gpu/GrTextBlobCache.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +5 lines, -0 lines 0 comments Download

Messages

Total messages: 20 (6 generated)
joshualitt
Take a close look at this. I'm sure I made mistakes. I'm going to add ...
5 years, 8 months ago (2015-04-06 19:23:43 UTC) #3
bsalomon
Does this change include bits of other CLs too? Wondering if it was uploaded with ...
5 years, 8 months ago (2015-04-08 15:43:00 UTC) #4
joshualitt
Whoops, sorry, there was some noise in this CL, should be cleaned up now. https://codereview.chromium.org/1062863002/diff/60001/src/gpu/GrAtlasTextContext.cpp ...
5 years, 8 months ago (2015-04-08 15:52:28 UTC) #5
robertphillips
https://codereview.chromium.org/1062863002/diff/100001/src/gpu/GrAtlasTextContext.cpp File src/gpu/GrAtlasTextContext.cpp (right): https://codereview.chromium.org/1062863002/diff/100001/src/gpu/GrAtlasTextContext.cpp#newcode93 src/gpu/GrAtlasTextContext.cpp:93: kMinDiscernableTranslation ? Can this be moved into MustRegenerateBlob? https://codereview.chromium.org/1062863002/diff/100001/src/gpu/GrAtlasTextContext.cpp#newcode121 ...
5 years, 8 months ago (2015-04-09 13:15:32 UTC) #6
joshualitt
feedback inc https://codereview.chromium.org/1062863002/diff/100001/src/gpu/GrAtlasTextContext.cpp File src/gpu/GrAtlasTextContext.cpp (right): https://codereview.chromium.org/1062863002/diff/100001/src/gpu/GrAtlasTextContext.cpp#newcode93 src/gpu/GrAtlasTextContext.cpp:93: On 2015/04/09 13:15:32, robertphillips wrote: > kMinDiscernableTranslation ...
5 years, 8 months ago (2015-04-09 14:59:00 UTC) #7
joshualitt
Feedback incorporated
5 years, 8 months ago (2015-04-09 15:40:48 UTC) #8
joshualitt
On 2015/04/09 15:40:48, joshualitt wrote: > Feedback incorporated Jim, any feedback on this CL?
5 years, 8 months ago (2015-04-10 15:05:04 UTC) #9
jvanverth1
In general it looks okay, just one concern and one comment. https://codereview.chromium.org/1062863002/diff/320001/src/gpu/GrAtlasTextContext.cpp File src/gpu/GrAtlasTextContext.cpp (left): ...
5 years, 8 months ago (2015-04-10 15:46:31 UTC) #10
joshualitt
On 2015/04/10 15:46:31, jvanverth1 wrote: > In general it looks okay, just one concern and ...
5 years, 8 months ago (2015-04-10 18:17:00 UTC) #11
jvanverth1
lgtm
5 years, 8 months ago (2015-04-13 12:50:59 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1062863002/400001
5 years, 8 months ago (2015-04-13 12:52:00 UTC) #14
commit-bot: I haz the power
Try jobs failed on following builders: Build-Win-MSVC-x86-Debug-Trybot on client.skia.compile (JOB_FAILED, http://build.chromium.org/p/client.skia.compile/builders/Build-Win-MSVC-x86-Debug-Trybot/builds/460) Build-Win-MSVC-x86_64-Debug-Trybot on client.skia.compile (JOB_FAILED, ...
5 years, 8 months ago (2015-04-13 12:56:03 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1062863002/420001
5 years, 8 months ago (2015-04-13 13:05:24 UTC) #19
commit-bot: I haz the power
5 years, 8 months ago (2015-04-13 13:12:25 UTC) #20
Message was sent while issue was closed.
Committed patchset #22 (id:420001) as
https://skia.googlesource.com/skia/+/2a0e9f36c6e823d2c0472ef23b4c5a247427807f

Powered by Google App Engine
This is Rietveld 408576698