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

Issue 387953005: Buffer four scanlines prior to blitting. We will eventually use this (Closed)

Created:
6 years, 5 months ago by krajcevski
Modified:
6 years, 5 months ago
Reviewers:
robertphillips, reed1
CC:
reviews_skia.org
Base URL:
https://skia.googlesource.com/skia.git@master
Project:
skia
Visibility:
Public.

Description

Buffer four scanlines prior to blitting. We will eventually use this to blit four scanlines in a row in order to aggressively compress alpha masks as the information comes in. This CL is only to introduce the API and to make sure that nothing breaks in the general case. Committed: https://skia.googlesource.com/skia/+/2ec93fc1d3206db4dcf74ccfc1c995badbc135e9

Patch Set 1 #

Patch Set 2 : Fix case for first scanline #

Patch Set 3 : Buffer the pointers used to do the blitting #

Patch Set 4 : Remove flag from flush() #

Patch Set 5 : Fix debug code #

Total comments: 10

Patch Set 6 : Cosmetics #

Unified diffs Side-by-side diffs Delta from patch set Stats (+42 lines, -8 lines) Patch
M src/core/SkBlitter.h View 1 2 2 chunks +9 lines, -0 lines 0 comments Download
M src/core/SkScan_AntiPath.cpp View 1 2 3 4 5 2 chunks +33 lines, -8 lines 0 comments Download

Messages

Total messages: 13 (0 generated)
krajcevski
6 years, 5 months ago (2014-07-11 22:46:00 UTC) #1
robertphillips
I defer to Mike on this one.
6 years, 5 months ago (2014-07-14 15:06:29 UTC) #2
reed1
Hmm, that seems like a fair amount of complexity to place on the core scan-converter. ...
6 years, 5 months ago (2014-07-14 21:31:46 UTC) #3
krajcevski
On 2014/07/14 21:31:46, reed1 wrote: > Hmm, that seems like a fair amount of complexity ...
6 years, 5 months ago (2014-07-14 21:40:16 UTC) #4
reed1
On 2014/07/14 21:40:16, krajcevski wrote: > On 2014/07/14 21:31:46, reed1 wrote: > > Hmm, that ...
6 years, 5 months ago (2014-07-15 13:38:12 UTC) #5
krajcevski
Should be updated with the changes you suggested.
6 years, 5 months ago (2014-07-15 20:20:21 UTC) #6
reed1
That looks very manageable. lgtm
6 years, 5 months ago (2014-07-15 21:02:58 UTC) #7
robertphillips
lgtm + comment suggestions https://codereview.chromium.org/387953005/diff/80001/src/core/SkScan_AntiPath.cpp File src/core/SkScan_AntiPath.cpp (right): https://codereview.chromium.org/387953005/diff/80001/src/core/SkScan_AntiPath.cpp#newcode125 src/core/SkScan_AntiPath.cpp:125: private: Move this comment down ...
6 years, 5 months ago (2014-07-16 12:33:11 UTC) #8
robertphillips
https://codereview.chromium.org/387953005/diff/80001/src/core/SkScan_AntiPath.cpp File src/core/SkScan_AntiPath.cpp (right): https://codereview.chromium.org/387953005/diff/80001/src/core/SkScan_AntiPath.cpp#newcode127 src/core/SkScan_AntiPath.cpp:127: int fRunsToBuffer; void* ?
6 years, 5 months ago (2014-07-16 12:50:33 UTC) #9
krajcevski
https://codereview.chromium.org/387953005/diff/80001/src/core/SkScan_AntiPath.cpp File src/core/SkScan_AntiPath.cpp (right): https://codereview.chromium.org/387953005/diff/80001/src/core/SkScan_AntiPath.cpp#newcode125 src/core/SkScan_AntiPath.cpp:125: private: On 2014/07/16 12:33:11, robertphillips wrote: > Move this ...
6 years, 5 months ago (2014-07-16 16:36:03 UTC) #10
krajcevski
The CQ bit was checked by krajcevski@google.com
6 years, 5 months ago (2014-07-16 16:36:06 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/krajcevski@google.com/387953005/100001
6 years, 5 months ago (2014-07-16 16:37:11 UTC) #12
commit-bot: I haz the power
6 years, 5 months ago (2014-07-16 20:31:44 UTC) #13
Message was sent while issue was closed.
Change committed as 2ec93fc1d3206db4dcf74ccfc1c995badbc135e9

Powered by Google App Engine
This is Rietveld 408576698