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

Issue 719203002: Add GrProcOptInfo class to track various output information for color and coverage stages. (Closed)

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

Description

Add GrProcOptInfo class to track various output information for color and coverage stages. BUG=skia: Committed: https://skia.googlesource.com/skia/+/b6cbc38702dc4a1540a17181cbdab71060c92ce7

Patch Set 1 #

Patch Set 2 : Clean up #

Total comments: 1

Patch Set 3 : Delete old code #

Total comments: 8

Patch Set 4 : Review suggestions #

Patch Set 5 : #

Total comments: 15

Patch Set 6 : Update comments #

Patch Set 7 : #

Patch Set 8 : rebase #

Patch Set 9 : initialize values #

Unified diffs Side-by-side diffs Delta from patch set Stats (+285 lines, -132 lines) Patch
M gyp/gpu.gypi View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M include/gpu/GrInvariantOutput.h View 1 3 chunks +23 lines, -13 lines 0 comments Download
M src/gpu/GrDrawState.h View 7 chunks +23 lines, -0 lines 0 comments Download
M src/gpu/GrDrawState.cpp View 1 2 3 4 5 6 7 11 chunks +73 lines, -79 lines 0 comments Download
M src/gpu/GrInvariantOutput.cpp View 1 chunk +1 line, -0 lines 0 comments Download
M src/gpu/GrOptDrawState.cpp View 1 2 2 chunks +8 lines, -17 lines 0 comments Download
M src/gpu/GrPaint.cpp View 1 2 3 4 5 6 7 8 4 chunks +14 lines, -19 lines 0 comments Download
A src/gpu/GrProcOptInfo.h View 1 2 3 4 5 6 1 chunk +85 lines, -0 lines 0 comments Download
A src/gpu/GrProcOptInfo.cpp View 1 2 3 1 chunk +56 lines, -0 lines 0 comments Download
M src/gpu/GrProcessor.cpp View 1 chunk +0 lines, -4 lines 0 comments Download

Messages

Total messages: 18 (6 generated)
egdaniel
https://codereview.chromium.org/719203002/diff/20001/src/gpu/GrProcessor.cpp File src/gpu/GrProcessor.cpp (right): https://codereview.chromium.org/719203002/diff/20001/src/gpu/GrProcessor.cpp#newcode133 src/gpu/GrProcessor.cpp:133: this->onComputeInvariantOutput(inout); In a follow up cl I will remove ...
6 years, 1 month ago (2014-11-12 19:27:46 UTC) #2
bsalomon
https://codereview.chromium.org/719203002/diff/40001/src/gpu/GrProcOptInfo.h File src/gpu/GrProcOptInfo.h (right): https://codereview.chromium.org/719203002/diff/40001/src/gpu/GrProcOptInfo.h#newcode20 src/gpu/GrProcOptInfo.h:20: : fInout(0, static_cast<GrColorComponentFlags>(0), false), fFirstEffectStageIndex(0), can you put each ...
6 years, 1 month ago (2014-11-12 22:09:40 UTC) #3
egdaniel
https://codereview.chromium.org/719203002/diff/40001/src/gpu/GrProcOptInfo.h File src/gpu/GrProcOptInfo.h (right): https://codereview.chromium.org/719203002/diff/40001/src/gpu/GrProcOptInfo.h#newcode20 src/gpu/GrProcOptInfo.h:20: : fInout(0, static_cast<GrColorComponentFlags>(0), false), fFirstEffectStageIndex(0), On 2014/11/12 22:09:39, bsalomon ...
6 years, 1 month ago (2014-11-13 14:58:29 UTC) #4
bsalomon
lgtm. Feel free to ignore my comment suggestions, was just trying to simplify it. https://codereview.chromium.org/719203002/diff/80001/src/gpu/GrProcOptInfo.cpp ...
6 years, 1 month ago (2014-11-13 15:09:19 UTC) #5
egdaniel
https://codereview.chromium.org/719203002/diff/80001/src/gpu/GrProcOptInfo.h File src/gpu/GrProcOptInfo.h (right): https://codereview.chromium.org/719203002/diff/80001/src/gpu/GrProcOptInfo.h#newcode17 src/gpu/GrProcOptInfo.h:17: class GrProcOptInfo { On 2014/11/13 15:09:19, bsalomon wrote: > ...
6 years, 1 month ago (2014-11-13 18:34:16 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/719203002/120001
6 years, 1 month ago (2014-11-13 18:39:15 UTC) #8
commit-bot: I haz the power
Failed to apply patch for src/gpu/GrDrawState.cpp: While running git apply --index -3 -p1; error: patch ...
6 years, 1 month ago (2014-11-13 18:39:25 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/719203002/140001
6 years, 1 month ago (2014-11-13 18:44:13 UTC) #12
commit-bot: I haz the power
Try jobs failed on following builders: Build-Ubuntu13.10-GCC4.8-x86_64-Release-Trybot on client.skia.compile (http://build.chromium.org/p/client.skia.compile/builders/Build-Ubuntu13.10-GCC4.8-x86_64-Release-Trybot/builds/634)
6 years, 1 month ago (2014-11-13 18:46:14 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/719203002/160001
6 years, 1 month ago (2014-11-13 18:52:13 UTC) #16
bsalomon
On 2014/11/13 18:34:16, egdaniel wrote: > > https://codereview.chromium.org/719203002/diff/80001/src/gpu/GrProcOptInfo.h#newcode21 > src/gpu/GrProcOptInfo.h:21: fFirstEffectStageIndex(0), > On 2014/11/13 15:09:19, ...
6 years, 1 month ago (2014-11-13 18:53:19 UTC) #17
commit-bot: I haz the power
6 years, 1 month ago (2014-11-13 19:00:40 UTC) #18
Message was sent while issue was closed.
Committed patchset #9 (id:160001) as
https://skia.googlesource.com/skia/+/b6cbc38702dc4a1540a17181cbdab71060c92ce7

Powered by Google App Engine
This is Rietveld 408576698