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

Issue 316063002: Use vertex attribute for text color in GrBitmapTextContext to make batching more likely (Closed)

Created:
6 years, 6 months ago by bsalomon
Modified:
6 years, 6 months ago
Reviewers:
jvanverth1
CC:
skia-review_googlegroups.com
Base URL:
https://skia.googlesource.com/skia.git@master
Visibility:
Public.

Description

Use vertex attribute for text color in GrBitmapTextContext Committed: https://skia.googlesource.com/skia/+/594069f0fe63c50cd6b176e218e04f381cc30182

Patch Set 1 #

Total comments: 2

Patch Set 2 : if/else/else -> switch/case #

Unified diffs Side-by-side diffs Delta from patch set Stats (+105 lines, -52 lines) Patch
M src/gpu/GrBitmapTextContext.h View 1 chunk +1 line, -1 line 0 comments Download
M src/gpu/GrBitmapTextContext.cpp View 1 7 chunks +104 lines, -51 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
bsalomon
https://codereview.chromium.org/316063002/diff/1/src/gpu/GrBitmapTextContext.cpp File src/gpu/GrBitmapTextContext.cpp (right): https://codereview.chromium.org/316063002/diff/1/src/gpu/GrBitmapTextContext.cpp#newcode106 src/gpu/GrBitmapTextContext.cpp:106: } else if (!GrPixelConfigIsAlphaOnly(fCurrTexture->config())) { Should this be kA888_GrMaskFormat ...
6 years, 6 months ago (2014-06-04 20:01:58 UTC) #1
jvanverth1
lgtm + 1 comment https://codereview.chromium.org/316063002/diff/1/src/gpu/GrBitmapTextContext.cpp File src/gpu/GrBitmapTextContext.cpp (right): https://codereview.chromium.org/316063002/diff/1/src/gpu/GrBitmapTextContext.cpp#newcode106 src/gpu/GrBitmapTextContext.cpp:106: } else if (!GrPixelConfigIsAlphaOnly(fCurrTexture->config())) { ...
6 years, 6 months ago (2014-06-05 16:52:13 UTC) #2
bsalomon
The CQ bit was checked by bsalomon@google.com
6 years, 6 months ago (2014-06-05 21:23:03 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/bsalomon@google.com/316063002/20001
6 years, 6 months ago (2014-06-05 21:23:54 UTC) #4
commit-bot: I haz the power
6 years, 6 months ago (2014-06-06 13:16:37 UTC) #5
Message was sent while issue was closed.
Change committed as 594069f0fe63c50cd6b176e218e04f381cc30182

Powered by Google App Engine
This is Rietveld 408576698