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

Issue 1148793007: change SkDraw and all Blitters to use pixmap instead of bitmap (Closed)

Created:
5 years, 6 months ago by reed1
Modified:
5 years, 6 months ago
Reviewers:
jvanverth1, scroggo
CC:
reviews_skia.org
Base URL:
https://skia.googlesource.com/skia.git@master
Target Ref:
refs/heads/master
Project:
skia
Visibility:
Public.

Description

change SkDraw and all Blitters to use pixmap instead of bitmap BUG=skia: Committed: https://skia.googlesource.com/skia/+/c31af44336f5eb4a50e83e76e51962d46c3ed458

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : rebase #

Total comments: 17

Patch Set 4 : #

Patch Set 5 : #

Patch Set 6 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+305 lines, -374 lines) Patch
M bench/CoverageBench.cpp View 2 chunks +3 lines, -3 lines 0 comments Download
M gm/fatpathfill.cpp View 1 3 chunks +9 lines, -14 lines 0 comments Download
M include/core/SkDraw.h View 1 chunk +2 lines, -1 line 0 comments Download
M src/core/SkAAClip.h View 1 chunk +2 lines, -3 lines 0 comments Download
M src/core/SkAAClip.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M src/core/SkBlitBWMaskTemplate.h View 2 chunks +5 lines, -5 lines 0 comments Download
M src/core/SkBlitMask.h View 2 chunks +2 lines, -2 lines 0 comments Download
M src/core/SkBlitMask_D32.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M src/core/SkBlitter.h View 6 chunks +6 lines, -6 lines 0 comments Download
M src/core/SkBlitter.cpp View 6 chunks +6 lines, -6 lines 0 comments Download
M src/core/SkBlitter_A8.cpp View 19 chunks +22 lines, -22 lines 0 comments Download
M src/core/SkBlitter_ARGB32.cpp View 20 chunks +29 lines, -29 lines 0 comments Download
M src/core/SkBlitter_RGB16.cpp View 36 chunks +49 lines, -53 lines 0 comments Download
M src/core/SkCanvas.cpp View 1 1 chunk +3 lines, -1 line 0 comments Download
M src/core/SkCoreBlitters.h View 9 chunks +14 lines, -14 lines 0 comments Download
M src/core/SkDeviceLooper.h View 3 chunks +7 lines, -8 lines 0 comments Download
M src/core/SkDeviceLooper.cpp View 5 chunks +13 lines, -18 lines 0 comments Download
M src/core/SkDraw.cpp View 1 2 3 4 26 chunks +44 lines, -58 lines 0 comments Download
M src/core/SkScalerContext.cpp View 4 chunks +10 lines, -10 lines 0 comments Download
M src/core/SkScan_Path.cpp View 1 chunk +1 line, -1 line 0 comments Download
M src/effects/SkLayerRasterizer.cpp View 1 2 3 4 2 chunks +5 lines, -5 lines 0 comments Download
M src/gpu/GrAADistanceFieldPathRenderer.cpp View 1 2 3 3 chunks +8 lines, -14 lines 0 comments Download
M src/gpu/GrSWMaskHelper.h View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M src/gpu/GrSWMaskHelper.cpp View 1 2 3 6 chunks +20 lines, -24 lines 0 comments Download
M src/utils/SkTextureCompressor.h View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M src/utils/SkTextureCompressor.cpp View 1 2 3 1 chunk +5 lines, -7 lines 0 comments Download
M src/utils/SkTextureCompressor_Blitter.h View 1 chunk +1 line, -1 line 0 comments Download
M tests/DeviceLooperTest.cpp View 1 2 3 4 5 chunks +11 lines, -12 lines 0 comments Download
M tests/TextureCompressionTest.cpp View 1 2 3 12 chunks +20 lines, -49 lines 0 comments Download

Messages

Total messages: 23 (9 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1148793007/1
5 years, 6 months ago (2015-06-05 20:25:23 UTC) #2
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 6 months ago (2015-06-05 20:32:13 UTC) #4
reed1
5 years, 6 months ago (2015-06-05 21:59:03 UTC) #7
reed1
5 years, 6 months ago (2015-06-05 21:59:18 UTC) #9
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1148793007/40001
5 years, 6 months ago (2015-06-05 21:59:46 UTC) #11
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 6 months ago (2015-06-05 22:05:00 UTC) #13
jvanverth1
https://codereview.chromium.org/1148793007/diff/40001/src/gpu/GrAADistanceFieldPathRenderer.cpp File src/gpu/GrAADistanceFieldPathRenderer.cpp (right): https://codereview.chromium.org/1148793007/diff/40001/src/gpu/GrAADistanceFieldPathRenderer.cpp#newcode357 src/gpu/GrAADistanceFieldPathRenderer.cpp:357: SkAutoPixmapStorage dst; It's unclear to me why this should ...
5 years, 6 months ago (2015-06-08 13:21:10 UTC) #14
scroggo
lgtm, modulo Jim's comments. https://codereview.chromium.org/1148793007/diff/40001/include/core/SkDraw.h File include/core/SkDraw.h (right): https://codereview.chromium.org/1148793007/diff/40001/include/core/SkDraw.h#newcode143 include/core/SkDraw.h:143: // const SkBitmap* fBitmap; // ...
5 years, 6 months ago (2015-06-08 15:21:39 UTC) #15
reed1
https://codereview.chromium.org/1148793007/diff/40001/src/gpu/GrAADistanceFieldPathRenderer.cpp File src/gpu/GrAADistanceFieldPathRenderer.cpp (right): https://codereview.chromium.org/1148793007/diff/40001/src/gpu/GrAADistanceFieldPathRenderer.cpp#newcode357 src/gpu/GrAADistanceFieldPathRenderer.cpp:357: SkAutoPixmapStorage dst; On 2015/06/08 13:21:10, jvanverth1 wrote: > It's ...
5 years, 6 months ago (2015-06-08 17:00:23 UTC) #16
reed1
https://codereview.chromium.org/1148793007/diff/40001/src/core/SkDraw.cpp File src/core/SkDraw.cpp (right): https://codereview.chromium.org/1148793007/diff/40001/src/core/SkDraw.cpp#newcode2223 src/core/SkDraw.cpp:2223: SkBitmap bm; On 2015/06/08 15:21:38, scroggo wrote: > It ...
5 years, 6 months ago (2015-06-08 17:11:01 UTC) #17
scroggo
patch set 5 lgtm
5 years, 6 months ago (2015-06-08 17:30:48 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1148793007/100001
5 years, 6 months ago (2015-06-08 17:40:53 UTC) #21
commit-bot: I haz the power
Committed patchset #6 (id:100001) as https://skia.googlesource.com/skia/+/c31af44336f5eb4a50e83e76e51962d46c3ed458
5 years, 6 months ago (2015-06-08 17:47:22 UTC) #22
reed2
5 years, 6 months ago (2015-06-09 02:57:35 UTC) #23
Message was sent while issue was closed.
A revert of this CL (patchset #6 id:100001) has been created in
https://codereview.chromium.org/1164373003/ by reed@chromium.org.

The reason for reverting is: speculative revert to try to unblock DEPS roll.

Powered by Google App Engine
This is Rietveld 408576698