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

Issue 509153002: Initial change to create GeometryProcessor (Closed)

Created:
6 years, 3 months ago by joshua.litt
Modified:
6 years, 3 months ago
CC:
reviews_skia.org
Base URL:
https://skia.googlesource.com/skia.git@master
Project:
skia
Visibility:
Public.

Description

Initial change to create GeometryProcessor BUG=skia: Committed: https://skia.googlesource.com/skia/+/bd769d0f1c8cf6ccbb2738dfad1624a4c828e4eb

Patch Set 1 #

Patch Set 2 : rebase #

Patch Set 3 : rename #

Patch Set 4 : programs #

Patch Set 5 : rebase #

Patch Set 6 : cleanup #

Patch Set 7 : adding some tests to ignore #

Total comments: 10

Patch Set 8 : fixing mac compiler warning #

Total comments: 17

Patch Set 9 : feedback inc #

Patch Set 10 : rebase #

Patch Set 11 : sleight fi- #

Patch Set 12 : build fi- #

Patch Set 13 : small fixes #

Total comments: 6

Patch Set 14 : #

Total comments: 2

Patch Set 15 : feedback inc #

Total comments: 1

Patch Set 16 : feedback inc #

Patch Set 17 : rebase #

Patch Set 18 : fixing compiler warnings #

Patch Set 19 : last warning #

Unified diffs Side-by-side diffs Delta from patch set Stats (+409 lines, -65 lines) Patch
M expectations/gm/ignored-tests.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +3 lines, -0 lines 0 comments Download
M gm/beziereffects.cpp View 1 2 3 4 3 chunks +3 lines, -3 lines 0 comments Download
M src/gpu/GrAAConvexPathRenderer.cpp View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M src/gpu/GrAAHairLinePathRenderer.cpp View 1 2 3 4 2 chunks +2 lines, -2 lines 0 comments Download
M src/gpu/GrAARectRenderer.cpp View 1 2 3 4 2 chunks +2 lines, -2 lines 0 comments Download
M src/gpu/GrBitmapTextContext.cpp View 1 2 3 4 8 1 chunk +1 line, -1 line 0 comments Download
M src/gpu/GrContext.cpp View 1 2 3 4 5 6 7 8 1 chunk +2 lines, -1 line 0 comments Download
M src/gpu/GrDrawState.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 3 chunks +16 lines, -0 lines 0 comments Download
M src/gpu/GrDrawState.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 11 chunks +36 lines, -0 lines 0 comments Download
M src/gpu/GrDrawTarget.cpp View 1 2 3 4 5 6 7 8 1 chunk +9 lines, -0 lines 0 comments Download
M src/gpu/GrOvalRenderer.cpp View 1 2 3 4 5 6 7 8 5 chunks +8 lines, -7 lines 0 comments Download
M src/gpu/GrRODrawState.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +7 lines, -1 line 0 comments Download
M src/gpu/GrRODrawState.cpp View 1 2 3 4 5 6 7 8 4 chunks +24 lines, -5 lines 0 comments Download
M src/gpu/effects/GrDashingEffect.cpp View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M src/gpu/gl/GrGLProgram.h View 1 2 3 3 chunks +3 lines, -0 lines 0 comments Download
M src/gpu/gl/GrGLProgram.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 5 chunks +12 lines, -1 line 0 comments Download
M src/gpu/gl/GrGLProgramDesc.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 4 chunks +20 lines, -2 lines 0 comments Download
M src/gpu/gl/GrGLProgramDesc.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 10 chunks +45 lines, -8 lines 0 comments Download
M src/gpu/gl/GrGLProgramEffects.h View 3 chunks +10 lines, -1 line 0 comments Download
M src/gpu/gl/GrGLProgramEffects.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +18 lines, -0 lines 0 comments Download
M src/gpu/gl/GrGpuGL.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -0 lines 0 comments Download
M src/gpu/gl/GrGpuGL_program.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 6 chunks +7 lines, -1 line 0 comments Download
M src/gpu/gl/builders/GrGLProgramBuilder.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 7 chunks +42 lines, -7 lines 0 comments Download
M src/gpu/gl/builders/GrGLProgramBuilder.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 4 chunks +68 lines, -2 lines 0 comments Download
M tests/GLProgramsTest.cpp View 1 2 3 4 5 6 7 8 9 10 11 7 chunks +68 lines, -19 lines 0 comments Download

Messages

Total messages: 23 (5 generated)
joshua.litt
joshualitt@chromium.org changed reviewers: + bsalomon@chromium.org
6 years, 3 months ago (2014-08-28 16:41:46 UTC) #1
joshua.litt
This is a good first step towards making vertex effects their own thing. It looks ...
6 years, 3 months ago (2014-08-28 16:41:46 UTC) #2
bsalomon
bsalomon@google.com changed reviewers: + bsalomon@google.com, egdaniel@google.com, jvanverth@google.com, robertphillips@google.com - bsalomon@chromium.org
6 years, 3 months ago (2014-08-28 17:07:35 UTC) #3
bsalomon
I will start taking a look. Adding everyone else from the gpu team since I ...
6 years, 3 months ago (2014-08-28 17:24:00 UTC) #4
robertphillips
I defer to those that know this part of the code better but here are ...
6 years, 3 months ago (2014-08-29 15:04:53 UTC) #5
bsalomon
https://codereview.chromium.org/509153002/diff/120001/src/gpu/GrDrawState.h File src/gpu/GrDrawState.h (right): https://codereview.chromium.org/509153002/diff/120001/src/gpu/GrDrawState.h#newcode196 src/gpu/GrDrawState.h:196: const GrEffect* addColorEffect(const GrEffect* effect, int attr0 = -1, ...
6 years, 3 months ago (2014-08-29 15:07:26 UTC) #6
joshua.litt
I will push a new cl momentarily. https://codereview.chromium.org/509153002/diff/120001/src/gpu/GrDrawState.h File src/gpu/GrDrawState.h (right): https://codereview.chromium.org/509153002/diff/120001/src/gpu/GrDrawState.h#newcode196 src/gpu/GrDrawState.h:196: const GrEffect* ...
6 years, 3 months ago (2014-09-02 16:06:22 UTC) #7
joshua.litt
all feedback should be incorporated
6 years, 3 months ago (2014-09-03 13:47:26 UTC) #8
egdaniel
https://codereview.chromium.org/509153002/diff/240001/expectations/gm/ignored-tests.txt File expectations/gm/ignored-tests.txt (right): https://codereview.chromium.org/509153002/diff/240001/expectations/gm/ignored-tests.txt#newcode57 expectations/gm/ignored-tests.txt:57: # joshualitt Do you know what is causing these ...
6 years, 3 months ago (2014-09-03 14:21:25 UTC) #9
bsalomon
https://codereview.chromium.org/509153002/diff/240001/src/gpu/GrDrawState.cpp File src/gpu/GrDrawState.cpp (right): https://codereview.chromium.org/509153002/diff/240001/src/gpu/GrDrawState.cpp#newcode86 src/gpu/GrDrawState.cpp:86: fGeometryProcessor.reset(new GrEffectStage(*that.fGeometryProcessor.get())); SkNEW() https://codereview.chromium.org/509153002/diff/240001/src/gpu/GrDrawState.cpp#newcode319 src/gpu/GrDrawState.cpp:319: fGeometryProcessor.reset(new GrEffectStage(*ds->getGeometryProcessor())); SkNEW() https://codereview.chromium.org/509153002/diff/240001/src/gpu/gl/GrGLProgram.h ...
6 years, 3 months ago (2014-09-03 21:07:00 UTC) #10
joshua.litt
https://codereview.chromium.org/509153002/diff/240001/src/gpu/gl/GrGLProgram.h File src/gpu/gl/GrGLProgram.h (right): https://codereview.chromium.org/509153002/diff/240001/src/gpu/gl/GrGLProgram.h#newcode44 src/gpu/gl/GrGLProgram.h:44: const GrEffectStage* geometryProcessor, GrGpuGL_program uses a NULL pointer to ...
6 years, 3 months ago (2014-09-03 21:18:53 UTC) #11
bsalomon
lgtm https://codereview.chromium.org/509153002/diff/240001/src/gpu/gl/GrGLProgram.h File src/gpu/gl/GrGLProgram.h (right): https://codereview.chromium.org/509153002/diff/240001/src/gpu/gl/GrGLProgram.h#newcode44 src/gpu/gl/GrGLProgram.h:44: const GrEffectStage* geometryProcessor, On 2014/09/03 21:18:53, joshua.litt wrote: ...
6 years, 3 months ago (2014-09-04 13:17:40 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/joshualitt@chromium.org/509153002/300001
6 years, 3 months ago (2014-09-04 15:16:28 UTC) #14
commit-bot: I haz the power
Failed to apply patch for expectations/gm/ignored-tests.txt: While running git apply --index -p1; error: patch failed: ...
6 years, 3 months ago (2014-09-04 15:16:37 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/joshualitt@chromium.org/509153002/320001
6 years, 3 months ago (2014-09-04 15:24:39 UTC) #18
commit-bot: I haz the power
Try jobs failed on following builders: Build-Ubuntu13.10-GCC4.8-x86_64-Release-Trybot on tryserver.skia (http://108.170.220.76:10117/builders/Build-Ubuntu13.10-GCC4.8-x86_64-Release-Trybot/builds/4039)
6 years, 3 months ago (2014-09-04 15:33:22 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/joshualitt@chromium.org/509153002/360001
6 years, 3 months ago (2014-09-04 15:41:43 UTC) #22
commit-bot: I haz the power
6 years, 3 months ago (2014-09-04 15:56:50 UTC) #23
Message was sent while issue was closed.
Committed patchset #19 (id:360001) as bd769d0f1c8cf6ccbb2738dfad1624a4c828e4eb

Powered by Google App Engine
This is Rietveld 408576698