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

Issue 678953002: Default geometry processor (Closed)

Created:
6 years, 1 month ago by joshua.litt
Modified:
6 years, 1 month ago
Reviewers:
joshualitt, bsalomon
CC:
reviews_skia.org
Base URL:
https://skia.googlesource.com/skia.git@master
Project:
skia
Visibility:
Public.

Description

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : cleanup #

Patch Set 4 : fix dm bug #

Total comments: 5

Patch Set 5 : cleanup #

Patch Set 6 : feedback incorporated #

Total comments: 3

Patch Set 7 : cleanup #

Patch Set 8 : cleanup #

Patch Set 9 : windows build fixed #

Patch Set 10 : fix #

Unified diffs Side-by-side diffs Delta from patch set Stats (+441 lines, -477 lines) Patch
M gyp/gpu.gypi View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download
M include/gpu/GrGeometryProcessor.h View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M src/gpu/GrAAConvexPathRenderer.cpp View 1 2 3 4 5 6 7 1 chunk +4 lines, -0 lines 0 comments Download
M src/gpu/GrAARectRenderer.h View 1 2 3 4 5 2 chunks +0 lines, -18 lines 0 comments Download
M src/gpu/GrAARectRenderer.cpp View 1 2 3 4 5 2 chunks +0 lines, -394 lines 0 comments Download
A src/gpu/GrDefaultGeoProcFactory.h View 1 2 3 4 5 1 chunk +83 lines, -0 lines 0 comments Download
A src/gpu/GrDefaultGeoProcFactory.cpp View 1 2 3 4 5 6 7 8 1 chunk +182 lines, -0 lines 0 comments Download
M src/gpu/GrOptDrawState.cpp View 1 2 3 4 5 6 7 2 chunks +6 lines, -1 line 0 comments Download
M src/gpu/GrOvalRenderer.cpp View 1 2 3 4 5 6 7 3 chunks +12 lines, -0 lines 0 comments Download
M src/gpu/GrProcessor.cpp View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M src/gpu/effects/GrBezierEffect.cpp View 1 2 3 4 5 6 7 3 chunks +12 lines, -0 lines 0 comments Download
M src/gpu/effects/GrCustomCoordsTextureEffect.cpp View 1 2 3 4 5 6 7 1 chunk +4 lines, -0 lines 0 comments Download
M src/gpu/effects/GrDashingEffect.cpp View 1 2 3 4 5 6 7 2 chunks +8 lines, -0 lines 0 comments Download
M src/gpu/effects/GrDistanceFieldTextureEffect.cpp View 1 2 3 4 5 6 7 3 chunks +12 lines, -0 lines 0 comments Download
M src/gpu/gl/GrGLSL.h View 2 chunks +4 lines, -4 lines 0 comments Download
M src/gpu/gl/builders/GrGLProgramBuilder.h View 1 2 3 4 5 6 7 4 chunks +20 lines, -4 lines 0 comments Download
M src/gpu/gl/builders/GrGLProgramBuilder.cpp View 1 2 3 4 5 6 7 8 9 9 chunks +37 lines, -31 lines 0 comments Download
M src/gpu/gl/builders/GrGLVertexShaderBuilder.h View 1 2 3 4 5 6 7 3 chunks +14 lines, -3 lines 0 comments Download
M src/gpu/gl/builders/GrGLVertexShaderBuilder.cpp View 1 2 3 4 5 6 7 4 chunks +39 lines, -20 lines 0 comments Download

Messages

Total messages: 16 (5 generated)
joshualitt
Brian, no hurry on reviewing this, its the patch before the GeoShader patch. Most of ...
6 years, 1 month ago (2014-10-26 19:43:00 UTC) #2
bsalomon
I haven't made it all the way through yet. Some initial thoughts inline https://codereview.chromium.org/678953002/diff/60001/include/gpu/GrGeometryProcessor.h File ...
6 years, 1 month ago (2014-10-27 13:43:43 UTC) #3
joshualitt
Feedback incorporated > https://codereview.chromium.org/678953002/diff/60001/include/gpu/GrGeometryProcessor.h#newcode43 > include/gpu/GrGeometryProcessor.h:43: const char* uViewM() const { return > "uViewM"; } ...
6 years, 1 month ago (2014-11-06 22:35:11 UTC) #4
bsalomon
I'm ok with landing as is (lgtm). The bit about glPosition is something I think ...
6 years, 1 month ago (2014-11-07 14:44:03 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/678953002/140001
6 years, 1 month ago (2014-11-07 19:26:30 UTC) #7
commit-bot: I haz the power
Try jobs failed on following builders: Build-Win-VS2013-x86-Debug-Trybot on client.skia.compile (http://build.chromium.org/p/client.skia.compile/builders/Build-Win-VS2013-x86-Debug-Trybot/builds/688)
6 years, 1 month ago (2014-11-07 19:29:47 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/678953002/160001
6 years, 1 month ago (2014-11-07 19:38:47 UTC) #11
commit-bot: I haz the power
Committed patchset #9 (id:160001) as https://skia.googlesource.com/skia/+/ff343074b2a3fdaa5f120600e28717e366bceadd
6 years, 1 month ago (2014-11-07 19:47:13 UTC) #12
joshualitt
A revert of this CL (patchset #9 id:160001) has been created in https://codereview.chromium.org/691313003/ by joshualitt@google.com. ...
6 years, 1 month ago (2014-11-07 20:06:28 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/678953002/180001
6 years, 1 month ago (2014-11-08 16:35:45 UTC) #15
commit-bot: I haz the power
6 years, 1 month ago (2014-11-08 17:24:29 UTC) #16
Message was sent while issue was closed.
Committed patchset #10 (id:180001) as
https://skia.googlesource.com/skia/+/4973d9da4aeb7c4d8b8e67e167586c7cc9534eee

Powered by Google App Engine
This is Rietveld 408576698