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

Issue 1966763002: Eliminate special case nvpr batch handling (Closed)

Created:
4 years, 7 months ago by Chris Dalton
Modified:
4 years, 7 months ago
CC:
reviews_skia.org, nv_mark
Base URL:
https://skia.googlesource.com/skia.git@reallyupload_userstencil
Target Ref:
refs/heads/master
Project:
skia
Visibility:
Public.

Description

Eliminate special case nvpr batch handling Removes drawPathBatch methods from GrDrawTarget and GrDrawContext, and integrates nvpr batches in with all the other batches. BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1966763002 Committed: https://skia.googlesource.com/skia/+/193d9cf8f2280cd4f8e509c6f3af6b47cea04935

Patch Set 1 #

Total comments: 3

Patch Set 2 : fixes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+143 lines, -213 lines) Patch
M include/gpu/GrDrawContext.h View 1 2 chunks +1 line, -8 lines 0 comments Download
M src/gpu/GrDrawContext.cpp View 1 1 chunk +0 lines, -12 lines 0 comments Download
M src/gpu/GrDrawTarget.h View 1 2 chunks +0 lines, -13 lines 0 comments Download
M src/gpu/GrDrawTarget.cpp View 1 5 chunks +46 lines, -130 lines 0 comments Download
M src/gpu/GrPathRendering.h View 1 3 chunks +6 lines, -4 lines 0 comments Download
M src/gpu/GrPathRendering.cpp View 1 1 chunk +31 lines, -0 lines 0 comments Download
M src/gpu/GrPipeline.h View 1 3 chunks +4 lines, -1 line 0 comments Download
M src/gpu/GrPipeline.cpp View 3 chunks +6 lines, -2 lines 0 comments Download
M src/gpu/GrRenderTarget.cpp View 1 chunk +4 lines, -0 lines 0 comments Download
M src/gpu/GrRenderTargetPriv.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/gpu/GrStencilSettings.cpp View 1 chunk +1 line, -1 line 0 comments Download
M src/gpu/batches/GrDrawPathBatch.h View 7 chunks +13 lines, -21 lines 0 comments Download
M src/gpu/batches/GrDrawPathBatch.cpp View 5 chunks +13 lines, -5 lines 0 comments Download
M src/gpu/batches/GrStencilAndCoverPathRenderer.cpp View 1 1 chunk +2 lines, -2 lines 0 comments Download
M src/gpu/batches/GrStencilPathBatch.h View 3 chunks +4 lines, -4 lines 0 comments Download
M src/gpu/gl/GrGLPathRendering.cpp View 1 3 chunks +8 lines, -8 lines 0 comments Download
M src/gpu/text/GrStencilAndCoverTextContext.cpp View 1 1 chunk +2 lines, -2 lines 0 comments Download

Depends on Patchset:

Dependent Patchsets:

Messages

Total messages: 13 (6 generated)
Chris Dalton
More GrUserStencilSettings goodness!
4 years, 7 months ago (2016-05-10 19:05:27 UTC) #3
Mark Kilgard
LGTM https://codereview.chromium.org/1966763002/diff/1/src/gpu/gl/GrGLPathRendering.cpp File src/gpu/gl/GrGLPathRendering.cpp (right): https://codereview.chromium.org/1966763002/diff/1/src/gpu/gl/GrGLPathRendering.cpp#newcode73 src/gpu/gl/GrGLPathRendering.cpp:73: case GrStencilOp::kIncWrap: good to see the change to ...
4 years, 7 months ago (2016-05-10 20:03:07 UTC) #5
bsalomon
lgtm aside from what I think is an incorrect value for the flag. I'm glad ...
4 years, 7 months ago (2016-05-10 20:17:26 UTC) #6
Chris Dalton
This version addresses the comment and also removes GrDrawTarget::installPipelineInDrawBatch. Now that paths don't have special ...
4 years, 7 months ago (2016-05-11 22:03:34 UTC) #7
bsalomon
lgtm On 2016/05/11 22:03:34, Chris Dalton wrote: > This version addresses the comment and also ...
4 years, 7 months ago (2016-05-12 00:07:05 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1966763002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1966763002/20001
4 years, 7 months ago (2016-05-12 18:29:16 UTC) #11
commit-bot: I haz the power
4 years, 7 months ago (2016-05-12 18:52:05 UTC) #13
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://skia.googlesource.com/skia/+/193d9cf8f2280cd4f8e509c6f3af6b47cea04935

Powered by Google App Engine
This is Rietveld 408576698