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

Issue 780923002: Ganesh text rendering cleanup. (Closed)

Created:
6 years ago by jvanverth1
Modified:
6 years ago
CC:
reviews_skia.org
Base URL:
https://skia.googlesource.com/skia.git@master
Project:
skia
Visibility:
Public.

Description

Ganesh text rendering cleanup. Rename GrTextStrike.{cpp.h} to GrFontCache.{cpp,h} Move contents of GrTextStrike_impl.h to GrFontCache.h Move glyph uploading to a separate function and remove harmful gotos Add assert on glyph upload failure (shouldn't happen) Committed: https://skia.googlesource.com/skia/+/787cdf9ab06c5afc6fe480ab88268e983505bd32

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+130 lines, -623 lines) Patch
M gyp/gpu.gypi View 1 chunk +2 lines, -3 lines 0 comments Download
M src/gpu/GrBitmapTextContext.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/gpu/GrBitmapTextContext.cpp View 4 chunks +37 lines, -32 lines 0 comments Download
M src/gpu/GrContext.cpp View 2 chunks +1 line, -1 line 0 comments Download
M src/gpu/GrDistanceFieldTextContext.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/gpu/GrDistanceFieldTextContext.cpp View 4 chunks +38 lines, -32 lines 0 comments Download
M src/gpu/GrFlushToGpuDrawTarget.cpp View 1 chunk +1 line, -1 line 0 comments Download
A + src/gpu/GrFontCache.h View 3 chunks +47 lines, -3 lines 0 comments Download
A + src/gpu/GrFontCache.cpp View 1 chunk +1 line, -2 lines 0 comments Download
M src/gpu/GrInOrderDrawBuffer.cpp View 1 chunk +1 line, -1 line 0 comments Download
D src/gpu/GrTextStrike.h View 1 chunk +0 lines, -139 lines 0 comments Download
D src/gpu/GrTextStrike.cpp View 1 chunk +0 lines, -345 lines 0 comments Download
D src/gpu/GrTextStrike_impl.h View 1 chunk +0 lines, -64 lines 0 comments Download

Messages

Total messages: 8 (2 generated)
jvanverth1
6 years ago (2014-12-04 17:09:34 UTC) #2
jvanverth1
It's not clear to me why we had separate GrTextStrike.h and GrTextStrike_impl.h -- it's possible ...
6 years ago (2014-12-04 17:16:40 UTC) #3
joshualitt
On 2014/12/04 17:16:40, jvanverth1 wrote: > It's not clear to me why we had separate ...
6 years ago (2014-12-04 17:35:59 UTC) #4
jvanverth1
On 2014/12/04 17:35:59, joshualitt wrote: > On 2014/12/04 17:16:40, jvanverth1 wrote: > > It's not ...
6 years ago (2014-12-04 17:41:30 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/780923002/1
6 years ago (2014-12-04 17:58:24 UTC) #7
commit-bot: I haz the power
6 years ago (2014-12-04 18:47:00 UTC) #8
Message was sent while issue was closed.
Committed patchset #1 (id:1) as
https://skia.googlesource.com/skia/+/787cdf9ab06c5afc6fe480ab88268e983505bd32

Powered by Google App Engine
This is Rietveld 408576698