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

Issue 2250563004: Detemplatize GrGLSLGeometryProcessor::setTransformDataHelper() (Closed)

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

Description

Detemplatize GrGLSLGeometryProcessor::setTransformDataHelper() Instead take a local matrix parameter. GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2250563004 Committed: https://skia.googlesource.com/skia/+/e4f2461113806e3080aeb8bc5637e82d1b3d8295

Patch Set 1 #

Patch Set 2 : simplify #

Total comments: 6
Unified diffs Side-by-side diffs Delta from patch set Stats (+39 lines, -49 lines) Patch
M src/gpu/GrDefaultGeoProcFactory.cpp View 1 chunk +2 lines, -1 line 2 comments Download
M src/gpu/GrOvalRenderer.cpp View 4 chunks +4 lines, -8 lines 0 comments Download
M src/gpu/batches/GrAAConvexPathRenderer.cpp View 1 chunk +2 lines, -1 line 2 comments Download
M src/gpu/batches/GrAnalyticRectBatch.cpp View 1 chunk +2 lines, -1 line 2 comments Download
M src/gpu/batches/GrMSAAPathRenderer.cpp View 2 chunks +0 lines, -8 lines 0 comments Download
M src/gpu/batches/GrPLSPathRenderer.cpp View 3 chunks +6 lines, -3 lines 0 comments Download
M src/gpu/effects/GrBezierEffect.cpp View 2 chunks +4 lines, -2 lines 0 comments Download
M src/gpu/effects/GrBitmapTextGeoProc.cpp View 1 chunk +2 lines, -1 line 0 comments Download
M src/gpu/effects/GrDashingEffect.cpp View 2 chunks +4 lines, -2 lines 0 comments Download
M src/gpu/glsl/GrGLSLGeometryProcessor.h View 1 2 chunks +13 lines, -22 lines 0 comments Download

Depends on Patchset:

Dependent Patchsets:

Messages

Total messages: 13 (8 generated)
bsalomon
Follow up to the other cleanup CL.
4 years, 4 months ago (2016-08-17 15:25:23 UTC) #3
robertphillips
lgtm https://codereview.chromium.org/2250563004/diff/20001/src/gpu/GrDefaultGeoProcFactory.cpp File src/gpu/GrDefaultGeoProcFactory.cpp (right): https://codereview.chromium.org/2250563004/diff/20001/src/gpu/GrDefaultGeoProcFactory.cpp#newcode55 src/gpu/GrDefaultGeoProcFactory.cpp:55: const SkMatrix& viewMatrix() const { return fViewMatrix; } ...
4 years, 4 months ago (2016-08-17 16:27:25 UTC) #6
bsalomon
https://codereview.chromium.org/2250563004/diff/20001/src/gpu/GrDefaultGeoProcFactory.cpp File src/gpu/GrDefaultGeoProcFactory.cpp (right): https://codereview.chromium.org/2250563004/diff/20001/src/gpu/GrDefaultGeoProcFactory.cpp#newcode55 src/gpu/GrDefaultGeoProcFactory.cpp:55: const SkMatrix& viewMatrix() const { return fViewMatrix; } On ...
4 years, 4 months ago (2016-08-17 16:33:00 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2250563004/20001
4 years, 4 months ago (2016-08-17 17:29:04 UTC) #11
commit-bot: I haz the power
4 years, 4 months ago (2016-08-17 17:30:21 UTC) #13
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://skia.googlesource.com/skia/+/e4f2461113806e3080aeb8bc5637e82d1b3d8295

Powered by Google App Engine
This is Rietveld 408576698