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

Issue 1275543005: Move some work from backend onClear to base class clear (Closed)

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

Description

Move some work from backend onClear to base class clear BUG=skia: Committed: https://skia.googlesource.com/skia/+/51c8d409ad55a72eceb46ec7b65702d6d540aa4f

Patch Set 1 #

Total comments: 2

Patch Set 2 : Move up to DrawTarget #

Total comments: 2

Patch Set 3 : Pass references and rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+47 lines, -80 lines) Patch
M include/gpu/GrCaps.h View 2 chunks +3 lines, -0 lines 0 comments Download
M src/gpu/GrBufferedDrawTarget.h View 1 2 1 chunk +1 line, -2 lines 0 comments Download
M src/gpu/GrBufferedDrawTarget.cpp View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
M src/gpu/GrCaps.cpp View 2 chunks +2 lines, -0 lines 0 comments Download
M src/gpu/GrCommandBuilder.h View 1 2 1 chunk +1 line, -2 lines 0 comments Download
M src/gpu/GrCommandBuilder.cpp View 1 2 1 chunk +3 lines, -15 lines 0 comments Download
M src/gpu/GrDrawTarget.h View 1 2 1 chunk +1 line, -2 lines 0 comments Download
M src/gpu/GrDrawTarget.cpp View 1 2 2 chunks +16 lines, -5 lines 0 comments Download
M src/gpu/GrGpu.h View 1 2 2 chunks +3 lines, -6 lines 0 comments Download
M src/gpu/GrGpu.cpp View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
M src/gpu/GrImmediateDrawTarget.h View 1 2 1 chunk +1 line, -2 lines 0 comments Download
M src/gpu/GrImmediateDrawTarget.cpp View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
M src/gpu/GrReorderCommandBuilder.cpp View 1 2 2 chunks +1 line, -4 lines 0 comments Download
M src/gpu/GrTargetCommands.h View 1 1 chunk +0 lines, -1 line 0 comments Download
M src/gpu/GrTargetCommands.cpp View 1 2 1 chunk +1 line, -1 line 0 comments Download
M src/gpu/GrTest.cpp View 1 2 1 chunk +1 line, -2 lines 0 comments Download
M src/gpu/gl/GrGLCaps.h View 2 chunks +0 lines, -3 lines 0 comments Download
M src/gpu/gl/GrGLCaps.cpp View 2 chunks +0 lines, -2 lines 0 comments Download
M src/gpu/gl/GrGLGpu.h View 1 2 1 chunk +1 line, -2 lines 0 comments Download
M src/gpu/gl/GrGLGpu.cpp View 1 2 1 chunk +3 lines, -22 lines 0 comments Download

Messages

Total messages: 10 (2 generated)
egdaniel
https://codereview.chromium.org/1275543005/diff/1/src/gpu/GrGpu.cpp File src/gpu/GrGpu.cpp (right): https://codereview.chromium.org/1275543005/diff/1/src/gpu/GrGpu.cpp#newcode235 src/gpu/GrGpu.cpp:235: if (clippedRect.intersect(rtRect)) { I wonder if its worth also ...
5 years, 4 months ago (2015-08-05 19:59:05 UTC) #2
bsalomon
https://codereview.chromium.org/1275543005/diff/1/src/gpu/GrGpu.cpp File src/gpu/GrGpu.cpp (right): https://codereview.chromium.org/1275543005/diff/1/src/gpu/GrGpu.cpp#newcode235 src/gpu/GrGpu.cpp:235: if (clippedRect.intersect(rtRect)) { On 2015/08/05 19:59:05, egdaniel wrote: > ...
5 years, 4 months ago (2015-08-05 20:18:58 UTC) #3
egdaniel
updated to move things to DrawTarget
5 years, 4 months ago (2015-08-06 15:35:05 UTC) #4
bsalomon
https://codereview.chromium.org/1275543005/diff/20001/src/gpu/GrGpu.cpp File src/gpu/GrGpu.cpp (right): https://codereview.chromium.org/1275543005/diff/20001/src/gpu/GrGpu.cpp#newcode221 src/gpu/GrGpu.cpp:221: GrRenderTarget* renderTarget) { Shouldn't this now just require a ...
5 years, 4 months ago (2015-08-06 16:04:14 UTC) #5
egdaniel
https://codereview.chromium.org/1275543005/diff/20001/src/gpu/GrGpu.cpp File src/gpu/GrGpu.cpp (right): https://codereview.chromium.org/1275543005/diff/20001/src/gpu/GrGpu.cpp#newcode221 src/gpu/GrGpu.cpp:221: GrRenderTarget* renderTarget) { On 2015/08/06 16:04:14, bsalomon wrote: > ...
5 years, 4 months ago (2015-08-06 17:02:53 UTC) #6
bsalomon
On 2015/08/06 17:02:53, egdaniel wrote: > https://codereview.chromium.org/1275543005/diff/20001/src/gpu/GrGpu.cpp > File src/gpu/GrGpu.cpp (right): > > https://codereview.chromium.org/1275543005/diff/20001/src/gpu/GrGpu.cpp#newcode221 > ...
5 years, 4 months ago (2015-08-06 17:45:49 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1275543005/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1275543005/40001
5 years, 4 months ago (2015-08-06 17:46:32 UTC) #9
commit-bot: I haz the power
5 years, 4 months ago (2015-08-06 17:54:16 UTC) #10
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://skia.googlesource.com/skia/+/51c8d409ad55a72eceb46ec7b65702d6d540aa4f

Powered by Google App Engine
This is Rietveld 408576698