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

Issue 1605013002: Fix GrAtlasTextBlob bounds management (Closed)

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

Description

Patch Set 1 #

Patch Set 2 : fixes #

Patch Set 3 : tweak #

Patch Set 4 : tweaks #

Patch Set 5 : comment fix #

Patch Set 6 : tweaks #

Total comments: 6

Patch Set 7 : add comments #

Patch Set 8 : tweaks #

Patch Set 9 : clean up patch #

Total comments: 2

Patch Set 10 : fix #

Patch Set 11 : fix glprograms #

Unified diffs Side-by-side diffs Delta from patch set Stats (+76 lines, -20 lines) Patch
M src/gpu/batches/GrAtlasTextBatch.h View 1 2 3 4 5 6 7 8 9 1 chunk +24 lines, -3 lines 0 comments Download
M src/gpu/batches/GrAtlasTextBatch.cpp View 1 1 chunk +13 lines, -0 lines 0 comments Download
M src/gpu/text/GrAtlasTextBlob.h View 1 2 3 4 5 6 7 8 chunks +30 lines, -8 lines 0 comments Download
M src/gpu/text/GrAtlasTextBlob.cpp View 1 2 3 4 5 6 7 8 9 10 4 chunks +3 lines, -5 lines 0 comments Download
M src/gpu/text/GrAtlasTextContext.cpp View 1 2 3 4 5 6 7 8 9 10 3 chunks +6 lines, -4 lines 0 comments Download

Messages

Total messages: 30 (15 generated)
joshualitt
Take a close look at this one, make sure it makes sense. Brian you might ...
4 years, 11 months ago (2016-01-19 21:02:52 UTC) #3
bsalomon
https://codereview.chromium.org/1605013002/diff/100001/src/gpu/text/GrAtlasTextBlob.h File src/gpu/text/GrAtlasTextBlob.h (right): https://codereview.chromium.org/1605013002/diff/100001/src/gpu/text/GrAtlasTextBlob.h#newcode250 src/gpu/text/GrAtlasTextBlob.h:250: void setupViewMatrix(const SkMatrix& viewMatrix, SkScalar x, SkScalar y) { ...
4 years, 11 months ago (2016-01-20 16:32:29 UTC) #4
joshualitt
https://codereview.chromium.org/1605013002/diff/100001/src/gpu/text/GrAtlasTextBlob.h File src/gpu/text/GrAtlasTextBlob.h (right): https://codereview.chromium.org/1605013002/diff/100001/src/gpu/text/GrAtlasTextBlob.h#newcode250 src/gpu/text/GrAtlasTextBlob.h:250: void setupViewMatrix(const SkMatrix& viewMatrix, SkScalar x, SkScalar y) { ...
4 years, 11 months ago (2016-01-20 16:43:50 UTC) #5
bsalomon
https://codereview.chromium.org/1605013002/diff/100001/src/gpu/text/GrAtlasTextBlob.h File src/gpu/text/GrAtlasTextBlob.h (right): https://codereview.chromium.org/1605013002/diff/100001/src/gpu/text/GrAtlasTextBlob.h#newcode250 src/gpu/text/GrAtlasTextBlob.h:250: void setupViewMatrix(const SkMatrix& viewMatrix, SkScalar x, SkScalar y) { ...
4 years, 11 months ago (2016-01-20 16:51:41 UTC) #6
joshualitt
On 2016/01/20 16:51:41, bsalomon wrote: > https://codereview.chromium.org/1605013002/diff/100001/src/gpu/text/GrAtlasTextBlob.h > File src/gpu/text/GrAtlasTextBlob.h (right): > > https://codereview.chromium.org/1605013002/diff/100001/src/gpu/text/GrAtlasTextBlob.h#newcode250 > ...
4 years, 11 months ago (2016-01-20 17:49:16 UTC) #7
bsalomon
lgtm
4 years, 11 months ago (2016-01-20 18:33:44 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1605013002/140001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1605013002/140001
4 years, 11 months ago (2016-01-20 20:22:58 UTC) #10
commit-bot: I haz the power
Committed patchset #8 (id:140001) as https://skia.googlesource.com/skia/+/ae473fdfc3db2d9dd82b05b2568767d6d4038fcd
4 years, 11 months ago (2016-01-20 20:35:25 UTC) #12
joshualitt
A revert of this CL (patchset #8 id:140001) has been created in https://codereview.chromium.org/1615473002/ by joshualitt@google.com. ...
4 years, 11 months ago (2016-01-20 21:54:18 UTC) #13
joshualitt
okay, this should be fixed now. PTAL, adding Robert because he helped me work this ...
4 years, 11 months ago (2016-01-21 16:21:25 UTC) #16
robertphillips
looks reasonable to me https://codereview.chromium.org/1605013002/diff/180001/src/gpu/batches/GrAtlasTextBatch.h File src/gpu/batches/GrAtlasTextBatch.h (right): https://codereview.chromium.org/1605013002/diff/180001/src/gpu/batches/GrAtlasTextBatch.h#newcode104 src/gpu/batches/GrAtlasTextBatch.h:104: boundsMatrix.postTranslate(-geo.fBlob->fInitialX, -geo.fBlob->fInitialY); ? https://codereview.chromium.org/1605013002/diff/180001/src/gpu/batches/GrAtlasTextBatch.h#newcode108 src/gpu/batches/GrAtlasTextBatch.h:108: ...
4 years, 11 months ago (2016-01-21 17:46:44 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1605013002/200001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1605013002/200001
4 years, 11 months ago (2016-01-21 18:40:07 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1605013002/220001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1605013002/220001
4 years, 11 months ago (2016-01-21 20:55:11 UTC) #25
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1605013002/220001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1605013002/220001
4 years, 11 months ago (2016-01-22 14:08:13 UTC) #28
commit-bot: I haz the power
4 years, 11 months ago (2016-01-22 14:08:52 UTC) #30
Message was sent while issue was closed.
Committed patchset #11 (id:220001) as
https://skia.googlesource.com/skia/+/7481e75830dfae1e9084ff62e3d8438879e31aaa

Powered by Google App Engine
This is Rietveld 408576698