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

Issue 1121463002: Move bounds to GrBatch (Closed)

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

Description

Patch Set 1 #

Patch Set 2 : tweaks #

Total comments: 13

Patch Set 3 : feedback inc #

Patch Set 4 : cleanup #

Patch Set 5 : feedback inc #

Total comments: 1

Patch Set 6 : tweak #

Unified diffs Side-by-side diffs Delta from patch set Stats (+136 lines, -95 lines) Patch
M gm/beziereffects.cpp View 1 2 5 chunks +5 lines, -5 lines 0 comments Download
M gm/convexpolyeffect.cpp View 1 2 3 chunks +3 lines, -3 lines 0 comments Download
M src/gpu/GrAAConvexPathRenderer.cpp View 1 2 3 4 3 chunks +6 lines, -7 lines 0 comments Download
M src/gpu/GrAADistanceFieldPathRenderer.cpp View 1 2 3 4 3 chunks +6 lines, -4 lines 0 comments Download
M src/gpu/GrAAHairLinePathRenderer.cpp View 1 2 3 4 5 chunks +6 lines, -10 lines 0 comments Download
M src/gpu/GrAARectRenderer.cpp View 1 2 3 4 6 chunks +10 lines, -9 lines 0 comments Download
M src/gpu/GrAtlasTextContext.cpp View 3 chunks +4 lines, -1 line 0 comments Download
M src/gpu/GrBatch.h View 1 2 3 4 5 3 chunks +13 lines, -2 lines 0 comments Download
M src/gpu/GrContext.cpp View 1 2 3 4 7 chunks +18 lines, -12 lines 0 comments Download
M src/gpu/GrDefaultPathRenderer.cpp View 4 chunks +9 lines, -7 lines 0 comments Download
M src/gpu/GrDrawTarget.h View 1 chunk +1 line, -2 lines 0 comments Download
M src/gpu/GrDrawTarget.cpp View 1 2 3 4 2 chunks +9 lines, -4 lines 0 comments Download
M src/gpu/GrInOrderDrawBuffer.cpp View 1 2 3 4 3 chunks +5 lines, -4 lines 0 comments Download
M src/gpu/GrOvalRenderer.cpp View 1 2 16 chunks +23 lines, -8 lines 0 comments Download
M src/gpu/GrTargetCommands.h View 1 2 3 4 2 chunks +0 lines, -12 lines 0 comments Download
M src/gpu/GrTessellatingPathRenderer.cpp View 1 2 3 4 1 chunk +3 lines, -0 lines 0 comments Download
M src/gpu/GrTestBatch.h View 1 2 1 chunk +3 lines, -1 line 0 comments Download
M src/gpu/effects/GrDashingEffect.cpp View 1 2 3 4 4 chunks +12 lines, -4 lines 0 comments Download

Messages

Total messages: 15 (3 generated)
joshualitt
ptal
5 years, 7 months ago (2015-04-30 17:26:04 UTC) #2
bsalomon
mostly looks good to me. I'm surprised we need the bounds for clipping. https://codereview.chromium.org/1121463002/diff/20001/src/gpu/GrBatch.h File ...
5 years, 7 months ago (2015-04-30 18:53:24 UTC) #3
bsalomon
On 2015/04/30 18:53:24, bsalomon wrote: > mostly looks good to me. I'm surprised we need ...
5 years, 7 months ago (2015-04-30 18:53:55 UTC) #4
robertphillips
https://codereview.chromium.org/1121463002/diff/20001/src/gpu/GrAARectRenderer.cpp File src/gpu/GrAARectRenderer.cpp (right): https://codereview.chromium.org/1121463002/diff/20001/src/gpu/GrAARectRenderer.cpp#newcode699 src/gpu/GrAARectRenderer.cpp:699: fDevOutsideAssist joined with fDevOutside ? https://codereview.chromium.org/1121463002/diff/20001/src/gpu/GrBatch.h File src/gpu/GrBatch.h (right): ...
5 years, 7 months ago (2015-05-01 13:03:00 UTC) #5
joshualitt
https://codereview.chromium.org/1121463002/diff/20001/src/gpu/GrBatch.h File src/gpu/GrBatch.h (right): https://codereview.chromium.org/1121463002/diff/20001/src/gpu/GrBatch.h#newcode111 src/gpu/GrBatch.h:111: void setBounds(const SkRect& newBounds) { fBounds = newBounds; } ...
5 years, 7 months ago (2015-05-01 13:22:28 UTC) #6
bsalomon
https://codereview.chromium.org/1121463002/diff/20001/src/gpu/GrBatch.h File src/gpu/GrBatch.h (right): https://codereview.chromium.org/1121463002/diff/20001/src/gpu/GrBatch.h#newcode111 src/gpu/GrBatch.h:111: void setBounds(const SkRect& newBounds) { fBounds = newBounds; } ...
5 years, 7 months ago (2015-05-01 13:24:53 UTC) #7
joshualitt
feedback inc https://codereview.chromium.org/1121463002/diff/20001/src/gpu/GrBatch.h File src/gpu/GrBatch.h (right): https://codereview.chromium.org/1121463002/diff/20001/src/gpu/GrBatch.h#newcode111 src/gpu/GrBatch.h:111: void setBounds(const SkRect& newBounds) { fBounds = ...
5 years, 7 months ago (2015-05-01 13:49:58 UTC) #8
bsalomon
https://codereview.chromium.org/1121463002/diff/20001/src/gpu/GrBatch.h File src/gpu/GrBatch.h (right): https://codereview.chromium.org/1121463002/diff/20001/src/gpu/GrBatch.h#newcode111 src/gpu/GrBatch.h:111: void setBounds(const SkRect& newBounds) { fBounds = newBounds; } ...
5 years, 7 months ago (2015-05-01 14:29:55 UTC) #9
joshualitt
On 2015/05/01 14:29:55, bsalomon wrote: > https://codereview.chromium.org/1121463002/diff/20001/src/gpu/GrBatch.h > File src/gpu/GrBatch.h (right): > > https://codereview.chromium.org/1121463002/diff/20001/src/gpu/GrBatch.h#newcode111 > ...
5 years, 7 months ago (2015-05-01 17:00:09 UTC) #10
bsalomon
lgtm https://codereview.chromium.org/1121463002/diff/80001/src/gpu/GrBatch.h File src/gpu/GrBatch.h (right): https://codereview.chromium.org/1121463002/diff/80001/src/gpu/GrBatch.h#newcode115 src/gpu/GrBatch.h:115: SkRect fBounds; \n?
5 years, 7 months ago (2015-05-01 20:09:06 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1121463002/100001
5 years, 7 months ago (2015-05-01 20:39:32 UTC) #14
commit-bot: I haz the power
5 years, 7 months ago (2015-05-01 20:43:38 UTC) #15
Message was sent while issue was closed.
Committed patchset #6 (id:100001) as
https://skia.googlesource.com/skia/+/99c7c07e0f1f7b78980eb21d84bebda8b45a7178

Powered by Google App Engine
This is Rietveld 408576698