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

Issue 2312233002: refactored SkSL VarDeclaration handling (Closed)

Created:
4 years, 3 months ago by ethannicholas
Modified:
4 years, 3 months ago
Reviewers:
dogben
CC:
reviews_skia.org
Target Ref:
refs/heads/master
Project:
skia
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 10

Patch Set 2 : fixed nits #

Unified diffs Side-by-side diffs Delta from patch set Stats (+232 lines, -214 lines) Patch
M src/sksl/SkSLCompiler.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M src/sksl/SkSLGLSLCodeGenerator.h View 1 chunk +1 line, -1 line 0 comments Download
M src/sksl/SkSLGLSLCodeGenerator.cpp View 3 chunks +14 lines, -13 lines 0 comments Download
M src/sksl/SkSLIRGenerator.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/sksl/SkSLIRGenerator.cpp View 3 chunks +32 lines, -39 lines 0 comments Download
M src/sksl/SkSLParser.h View 2 chunks +6 lines, -6 lines 0 comments Download
M src/sksl/SkSLParser.cpp View 1 10 chunks +34 lines, -44 lines 0 comments Download
M src/sksl/SkSLSPIRVCodeGenerator.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/sksl/SkSLSPIRVCodeGenerator.cpp View 4 chunks +30 lines, -27 lines 0 comments Download
M src/sksl/ast/SkSLASTInterfaceBlock.h View 2 chunks +2 lines, -2 lines 0 comments Download
M src/sksl/ast/SkSLASTVarDeclaration.h View 1 2 chunks +49 lines, -32 lines 0 comments Download
M src/sksl/ast/SkSLASTVarDeclarationStatement.h View 1 chunk +4 lines, -4 lines 0 comments Download
M src/sksl/ir/SkSLStatement.h View 1 chunk +1 line, -1 line 0 comments Download
M src/sksl/ir/SkSLVarDeclaration.h View 1 2 chunks +48 lines, -34 lines 0 comments Download
M src/sksl/ir/SkSLVarDeclarationStatement.h View 1 chunk +5 lines, -5 lines 0 comments Download

Messages

Total messages: 16 (9 generated)
ethannicholas
4 years, 3 months ago (2016-09-07 16:23:37 UTC) #7
dogben
https://codereview.chromium.org/2312233002/diff/1/src/sksl/SkSLParser.cpp File src/sksl/SkSLParser.cpp (right): https://codereview.chromium.org/2312233002/diff/1/src/sksl/SkSLParser.cpp#newcode369 src/sksl/SkSLParser.cpp:369: //currentVarSizes->push_back(nullptr); Why is this commented out? https://codereview.chromium.org/2312233002/diff/1/src/sksl/SkSLParser.cpp#newcode420 src/sksl/SkSLParser.cpp:420: value.release(); ...
4 years, 3 months ago (2016-09-07 17:35:42 UTC) #8
dogben
(nits are ignorable)
4 years, 3 months ago (2016-09-07 17:36:21 UTC) #9
ethannicholas
https://codereview.chromium.org/2312233002/diff/1/src/sksl/SkSLParser.cpp File src/sksl/SkSLParser.cpp (right): https://codereview.chromium.org/2312233002/diff/1/src/sksl/SkSLParser.cpp#newcode369 src/sksl/SkSLParser.cpp:369: //currentVarSizes->push_back(nullptr); On 2016/09/07 17:35:42, Ben Wagner wrote: > Why ...
4 years, 3 months ago (2016-09-07 19:46:38 UTC) #10
dogben
lgtm
4 years, 3 months ago (2016-09-07 19:50:33 UTC) #11
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/2312233002/20001
4 years, 3 months ago (2016-09-07 19:51:06 UTC) #13
commit-bot: I haz the power
4 years, 3 months ago (2016-09-07 20:37:19 UTC) #15
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://skia.googlesource.com/skia/+/14fe8cc16d2a98d5a96f818e4d0b7127ecad59e2

Powered by Google App Engine
This is Rietveld 408576698