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

Issue 1168303006: Revert[2] SkDraw and all Blitters to use pixmap instead of bitmapi (Closed)

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

Description

Revert[2] SkDraw and all Blitters to use pixmap instead of bitmapi This reverts commit b3f0ec9f9967da2f80f0d842cb7fd53617b48de3. BUG=skia: Committed: https://skia.googlesource.com/skia/+/41e010cb901c0da9066c4df562030808c9ccd7f8

Patch Set 1 #

Patch Set 2 : add compatibility test (that fails) #

Patch Set 3 : fix for compatibility test (e.g. WebGL) #

Total comments: 16

Patch Set 4 : respond to #7 comments #

Total comments: 3

Patch Set 5 : add dox to new test #

Unified diffs Side-by-side diffs Delta from patch set Stats (+377 lines, -374 lines) Patch
M bench/CoverageBench.cpp View 2 chunks +3 lines, -3 lines 0 comments Download
M gm/fatpathfill.cpp View 3 chunks +9 lines, -14 lines 0 comments Download
M include/core/SkCanvas.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M include/core/SkDraw.h View 1 2 3 1 chunk +1 line, -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 2 3 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 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 2 chunks +5 lines, -5 lines 0 comments Download
M src/gpu/GrAADistanceFieldPathRenderer.cpp View 3 chunks +8 lines, -14 lines 0 comments Download
M src/gpu/GrSWMaskHelper.h View 2 chunks +2 lines, -2 lines 0 comments Download
M src/gpu/GrSWMaskHelper.cpp View 6 chunks +20 lines, -24 lines 0 comments Download
M src/gpu/SkGpuDevice.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M src/gpu/SkGpuDevice.cpp View 1 2 3 1 chunk +9 lines, -0 lines 0 comments Download
M src/utils/SkTextureCompressor.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/utils/SkTextureCompressor.cpp View 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 5 chunks +11 lines, -12 lines 0 comments Download
M tests/SurfaceTest.cpp View 1 2 3 4 3 chunks +60 lines, -0 lines 0 comments Download
M tests/TextureCompressionTest.cpp View 12 chunks +20 lines, -49 lines 0 comments Download

Messages

Total messages: 19 (7 generated)
reed1
compatibility fix for WebGL -- I think they hold onto the bitmap behind the device, ...
5 years, 6 months ago (2015-06-09 15:29:25 UTC) #2
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1168303006/40001
5 years, 6 months ago (2015-06-09 15:29:52 UTC) #4
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 6 months ago (2015-06-09 15:35:23 UTC) #6
robertphillips
https://codereview.chromium.org/1168303006/diff/40001/include/core/SkDraw.h File include/core/SkDraw.h (right): https://codereview.chromium.org/1168303006/diff/40001/include/core/SkDraw.h#newcode142 include/core/SkDraw.h:142: public: Can we remove the fBitmap line ? https://codereview.chromium.org/1168303006/diff/40001/src/core/SkBlitMask_D32.cpp ...
5 years, 6 months ago (2015-06-09 18:17:38 UTC) #7
reed1
https://codereview.chromium.org/1168303006/diff/40001/include/core/SkDraw.h File include/core/SkDraw.h (right): https://codereview.chromium.org/1168303006/diff/40001/include/core/SkDraw.h#newcode142 include/core/SkDraw.h:142: public: On 2015/06/09 18:17:37, robertphillips wrote: > Can we ...
5 years, 6 months ago (2015-06-09 18:34:10 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1168303006/60001
5 years, 6 months ago (2015-06-09 18:34:32 UTC) #10
commit-bot: I haz the power
Note for Reviewers: The CQ is waiting for an approval. If you believe that the ...
5 years, 6 months ago (2015-06-09 18:34:33 UTC) #11
robertphillips
https://codereview.chromium.org/1168303006/diff/60001/tests/SurfaceTest.cpp File tests/SurfaceTest.cpp (right): https://codereview.chromium.org/1168303006/diff/60001/tests/SurfaceTest.cpp#newcode360 tests/SurfaceTest.cpp:360: SurfaceType fType; fPeekShouldSucceed doesn't seem to be used ?
5 years, 6 months ago (2015-06-09 19:02:44 UTC) #12
robertphillips
lgtm https://codereview.chromium.org/1168303006/diff/60001/tests/SurfaceTest.cpp File tests/SurfaceTest.cpp (right): https://codereview.chromium.org/1168303006/diff/60001/tests/SurfaceTest.cpp#newcode401 tests/SurfaceTest.cpp:401: canvas->drawColor(SK_ColorBLUE); // Thus draw call causes a call ...
5 years, 6 months ago (2015-06-09 19:06:16 UTC) #13
reed1
https://codereview.chromium.org/1168303006/diff/60001/tests/SurfaceTest.cpp File tests/SurfaceTest.cpp (right): https://codereview.chromium.org/1168303006/diff/60001/tests/SurfaceTest.cpp#newcode401 tests/SurfaceTest.cpp:401: canvas->drawColor(SK_ColorBLUE); On 2015/06/09 19:06:15, robertphillips wrote: > // Thus ...
5 years, 6 months ago (2015-06-09 19:11:12 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1168303006/80001
5 years, 6 months ago (2015-06-09 19:11:29 UTC) #18
commit-bot: I haz the power
5 years, 6 months ago (2015-06-09 19:16:56 UTC) #19
Message was sent while issue was closed.
Committed patchset #5 (id:80001) as
https://skia.googlesource.com/skia/+/41e010cb901c0da9066c4df562030808c9ccd7f8

Powered by Google App Engine
This is Rietveld 408576698