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

Issue 1467253002: Restrict query bounds for reduce clip to dev bounds (Closed)

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

Description

Restrict query bounds for reduce clip to dev bounds Committed: https://skia.googlesource.com/skia/+/db4758c75fdd30ef58096c685e2d749aacaf3d92

Patch Set 1 #

Patch Set 2 : fix bounds computations #

Patch Set 3 : rm commented out code and add comment #

Total comments: 9

Patch Set 4 : Address comments #

Total comments: 4

Patch Set 5 : update comment again #

Patch Set 6 : Address comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+44 lines, -10 lines) Patch
M src/gpu/GrClipMaskManager.cpp View 1 chunk +11 lines, -1 line 0 comments Download
M src/gpu/GrDrawContext.cpp View 1 2 3 4 5 1 chunk +4 lines, -2 lines 0 comments Download
M src/gpu/GrDrawTarget.cpp View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M src/gpu/GrReducedClip.cpp View 1 2 1 chunk +3 lines, -4 lines 0 comments Download
M src/gpu/batches/GrAALinearizingConvexPathRenderer.cpp View 1 2 3 4 5 1 chunk +9 lines, -0 lines 0 comments Download
M src/gpu/batches/GrBatch.h View 1 2 3 4 1 chunk +4 lines, -0 lines 0 comments Download
M src/gpu/batches/GrTessellatingPathRenderer.cpp View 1 1 chunk +11 lines, -3 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 16 (4 generated)
bsalomon
5 years, 1 month ago (2015-11-23 17:04:39 UTC) #2
robertphillips
https://codereview.chromium.org/1467253002/diff/40001/src/gpu/GrDrawContext.cpp File src/gpu/GrDrawContext.cpp (right): https://codereview.chromium.org/1467253002/diff/40001/src/gpu/GrDrawContext.cpp#newcode413 src/gpu/GrDrawContext.cpp:413: // a 1 pixel thickness in device space. Are ...
5 years, 1 month ago (2015-11-23 17:22:56 UTC) #4
joshualitt
https://codereview.chromium.org/1467253002/diff/40001/src/gpu/GrClipMaskManager.cpp File src/gpu/GrClipMaskManager.cpp (right): https://codereview.chromium.org/1467253002/diff/40001/src/gpu/GrClipMaskManager.cpp#newcode321 src/gpu/GrClipMaskManager.cpp:321: if (devBounds) { When would we not have devbounds?
5 years, 1 month ago (2015-11-23 17:26:07 UTC) #5
bsalomon
https://codereview.chromium.org/1467253002/diff/40001/src/gpu/GrClipMaskManager.cpp File src/gpu/GrClipMaskManager.cpp (right): https://codereview.chromium.org/1467253002/diff/40001/src/gpu/GrClipMaskManager.cpp#newcode321 src/gpu/GrClipMaskManager.cpp:321: if (devBounds) { On 2015/11/23 17:26:07, joshualitt wrote: > ...
5 years, 1 month ago (2015-11-23 17:59:34 UTC) #6
joshualitt
https://codereview.chromium.org/1467253002/diff/40001/src/gpu/GrClipMaskManager.cpp File src/gpu/GrClipMaskManager.cpp (right): https://codereview.chromium.org/1467253002/diff/40001/src/gpu/GrClipMaskManager.cpp#newcode321 src/gpu/GrClipMaskManager.cpp:321: if (devBounds) { On 2015/11/23 17:59:34, bsalomon wrote: > ...
5 years, 1 month ago (2015-11-23 18:30:51 UTC) #7
bsalomon
PTAL
5 years, 1 month ago (2015-11-23 18:52:35 UTC) #8
robertphillips
lgtm
5 years, 1 month ago (2015-11-23 18:55:23 UTC) #9
robertphillips
https://codereview.chromium.org/1467253002/diff/60001/src/gpu/GrDrawContext.cpp File src/gpu/GrDrawContext.cpp (right): https://codereview.chromium.org/1467253002/diff/60001/src/gpu/GrDrawContext.cpp#newcode414 src/gpu/GrDrawContext.cpp:414: if (!paint.isAntiAlias() || GrIsPrimTypeLines(primitiveType) || yodafy ? https://codereview.chromium.org/1467253002/diff/60001/src/gpu/batches/GrAALinearizingConvexPathRenderer.cpp File ...
5 years, 1 month ago (2015-11-23 18:58:46 UTC) #10
bsalomon
https://codereview.chromium.org/1467253002/diff/60001/src/gpu/GrDrawContext.cpp File src/gpu/GrDrawContext.cpp (right): https://codereview.chromium.org/1467253002/diff/60001/src/gpu/GrDrawContext.cpp#newcode414 src/gpu/GrDrawContext.cpp:414: if (!paint.isAntiAlias() || GrIsPrimTypeLines(primitiveType) || On 2015/11/23 18:58:45, robertphillips ...
5 years, 1 month ago (2015-11-23 19:01:19 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1467253002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1467253002/100001
5 years, 1 month ago (2015-11-23 19:01:48 UTC) #14
commit-bot: I haz the power
Committed patchset #6 (id:100001) as https://skia.googlesource.com/skia/+/db4758c75fdd30ef58096c685e2d749aacaf3d92
5 years, 1 month ago (2015-11-23 19:14:22 UTC) #15
scroggo
5 years ago (2015-11-30 19:37:41 UTC) #16
Message was sent while issue was closed.
On 2015/11/23 19:14:22, commit-bot: I haz the power wrote:
> Committed patchset #6 (id:100001) as
> https://skia.googlesource.com/skia/+/db4758c75fdd30ef58096c685e2d749aacaf3d92

Brian, could this have sped up https://perf.skia.org/cl/1004 ?

Powered by Google App Engine
This is Rietveld 408576698