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

Issue 628633003: gl programs rewrite (Closed)

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

Description

Patch Set 1 #

Patch Set 2 : fixes #

Patch Set 3 : windows warnings #

Patch Set 4 : rebase #

Patch Set 5 : #

Patch Set 6 : #

Patch Set 7 : #

Total comments: 14

Patch Set 8 : feedback inc #

Total comments: 1

Patch Set 9 : fix nit #

Patch Set 10 : silence gcc4.8 #

Patch Set 11 : removing random desc #

Patch Set 12 : rebase #

Patch Set 13 : fix for angle #

Patch Set 14 : fixes + feedback inc #

Total comments: 1

Patch Set 15 : build fix #

Unified diffs Side-by-side diffs Delta from patch set Stats (+510 lines, -376 lines) Patch
M include/gpu/GrProcessor.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M include/gpu/GrTypes.h View 1 2 3 4 5 6 7 1 chunk +3 lines, -1 line 0 comments Download
M src/effects/SkColorFilters.cpp View 1 2 3 4 5 6 1 chunk +7 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 1 chunk +4 lines, -1 line 0 comments Download
M src/gpu/GrDrawState.cpp View 1 2 3 4 5 6 7 8 9 10 11 3 chunks +4 lines, -3 lines 0 comments Download
M src/gpu/GrDrawTarget.h View 1 2 3 4 5 2 chunks +8 lines, -7 lines 0 comments Download
M src/gpu/gl/GrGLProgramDesc.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 4 chunks +6 lines, -39 lines 0 comments Download
M src/gpu/gl/GrGLProgramDesc.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 5 chunks +79 lines, -71 lines 0 comments Download
M src/gpu/gl/GrGpuGL_program.cpp View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +9 lines, -9 lines 0 comments Download
M tests/GLProgramsTest.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 4 chunks +388 lines, -244 lines 0 comments Download

Messages

Total messages: 27 (9 generated)
joshua.litt
Let me know if I missed some area of randomness.
6 years, 2 months ago (2014-10-05 16:04:30 UTC) #2
egdaniel
https://codereview.chromium.org/628633003/diff/120001/src/gpu/gl/GrGpuGL_program.cpp File src/gpu/gl/GrGpuGL_program.cpp (right): https://codereview.chromium.org/628633003/diff/120001/src/gpu/gl/GrGpuGL_program.cpp#newcode230 src/gpu/gl/GrGpuGL_program.cpp:230: const GrGeometryStage* geometryProcessor = NULL; extra spaces? https://codereview.chromium.org/628633003/diff/120001/tests/GLProgramsTest.cpp File ...
6 years, 2 months ago (2014-10-06 14:19:02 UTC) #3
bsalomon
I'm not sure that GrGpuGL is still the right place for this to live, but ...
6 years, 2 months ago (2014-10-06 14:29:04 UTC) #4
egdaniel
https://codereview.chromium.org/628633003/diff/120001/src/gpu/GrOptDrawState.cpp File src/gpu/GrOptDrawState.cpp (right): https://codereview.chromium.org/628633003/diff/120001/src/gpu/GrOptDrawState.cpp#newcode172 src/gpu/GrOptDrawState.cpp:172: if (this->isColorWriteDisabled()) { It is already checked in the ...
6 years, 2 months ago (2014-10-07 13:46:13 UTC) #5
joshua.litt
feedback incorporated https://codereview.chromium.org/628633003/diff/140001/tests/GLProgramsTest.cpp File tests/GLProgramsTest.cpp (right): https://codereview.chromium.org/628633003/diff/140001/tests/GLProgramsTest.cpp#newcode406 tests/GLProgramsTest.cpp:406: *ods, whoops I'll fix this before committing
6 years, 2 months ago (2014-10-07 13:52:42 UTC) #6
bsalomon
lgtm
6 years, 2 months ago (2014-10-07 14:02:09 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/628633003/140001
6 years, 2 months ago (2014-10-07 14:26:24 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/628633003/160001
6 years, 2 months ago (2014-10-07 14:30:24 UTC) #12
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/4463)
6 years, 2 months ago (2014-10-07 14:44:15 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/628633003/180001
6 years, 2 months ago (2014-10-07 14:56:55 UTC) #16
commit-bot: I haz the power
Committed patchset #10 (id:180001) as 07a255310aca9f3e83bf741dc663a58818ad681c
6 years, 2 months ago (2014-10-07 15:05:25 UTC) #17
joshua.litt
A revert of this CL (patchset #10 id:180001) has been created in https://codereview.chromium.org/631183003/ by joshualitt@chromium.org. ...
6 years, 2 months ago (2014-10-07 15:36:24 UTC) #18
joshua.litt
Brian, you mind giving this a quick once over to make sure I captured everything?
6 years, 2 months ago (2014-10-08 17:47:14 UTC) #19
bsalomon
https://codereview.chromium.org/628633003/diff/250001/src/gpu/gl/GrGLProgramDesc.cpp File src/gpu/gl/GrGLProgramDesc.cpp (right): https://codereview.chromium.org/628633003/diff/250001/src/gpu/gl/GrGLProgramDesc.cpp#newcode308 src/gpu/gl/GrGLProgramDesc.cpp:308: // --------DO NOT MOVE HEADER ABOVE THIS LINE-------------------------------------------------- Would ...
6 years, 2 months ago (2014-10-08 17:54:05 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/628633003/270001
6 years, 2 months ago (2014-10-08 18:56:26 UTC) #22
commit-bot: I haz the power
Failed to apply the patch.
6 years, 2 months ago (2014-10-09 01:18:49 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/628633003/270001
6 years, 2 months ago (2014-10-09 14:25:23 UTC) #26
commit-bot: I haz the power
6 years, 2 months ago (2014-10-09 14:25:40 UTC) #27
Message was sent while issue was closed.
Committed patchset #15 (id:270001) as 651713408c5a5d9565665967ad09981250c7a8c9

Powered by Google App Engine
This is Rietveld 408576698