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

Issue 1287343005: Made isEqual in GrFragmentProcessor recursive (Closed)

Created:
5 years, 4 months ago by wangyix
Modified:
5 years, 4 months ago
CC:
reviews_skia.org
Base URL:
https://skia.googlesource.com/skia@cs3_autoAdvance
Target Ref:
refs/heads/master
Project:
skia
Visibility:
Public.

Description

Made isEqual in GrFragmentProcessor recursive Added comment about how computeInvariantOutput() is non-recursive in GrFragmentProcessor Made isEqual() recursive in GrFragmentProcessor BUG=skia:4182 Committed: https://skia.googlesource.com/skia/+/54017d7e5b09e7ca58346ea72ff065677fcd7be1

Patch Set 1 : #

Total comments: 6

Patch Set 2 : added comment to onComputeInvariantOutput #

Total comments: 2

Patch Set 3 : removed comment on computeInvariantOutput #

Unified diffs Side-by-side diffs Delta from patch set Stats (+31 lines, -14 lines) Patch
M include/gpu/GrFragmentProcessor.h View 1 2 2 chunks +4 lines, -14 lines 0 comments Download
M src/gpu/GrProcessor.cpp View 1 chunk +27 lines, -0 lines 0 comments Download

Depends on Patchset:

Dependent Patchsets:

Messages

Total messages: 17 (6 generated)
wangyix
5 years, 4 months ago (2015-08-14 20:27:50 UTC) #3
joshualitt
lgtm
5 years, 4 months ago (2015-08-17 17:20:03 UTC) #4
tomhudson
https://codereview.chromium.org/1287343005/diff/20001/include/gpu/GrFragmentProcessor.h File include/gpu/GrFragmentProcessor.h (right): https://codereview.chromium.org/1287343005/diff/20001/include/gpu/GrFragmentProcessor.h#newcode88 include/gpu/GrFragmentProcessor.h:88: * what invariants its output can have given its ...
5 years, 4 months ago (2015-08-17 17:33:10 UTC) #5
joshualitt
https://codereview.chromium.org/1287343005/diff/20001/include/gpu/GrFragmentProcessor.h File include/gpu/GrFragmentProcessor.h (right): https://codereview.chromium.org/1287343005/diff/20001/include/gpu/GrFragmentProcessor.h#newcode88 include/gpu/GrFragmentProcessor.h:88: * what invariants its output can have given its ...
5 years, 4 months ago (2015-08-17 17:38:42 UTC) #6
bsalomon
https://codereview.chromium.org/1287343005/diff/20001/include/gpu/GrFragmentProcessor.h File include/gpu/GrFragmentProcessor.h (right): https://codereview.chromium.org/1287343005/diff/20001/include/gpu/GrFragmentProcessor.h#newcode88 include/gpu/GrFragmentProcessor.h:88: * what invariants its output can have given its ...
5 years, 4 months ago (2015-08-17 18:04:16 UTC) #7
wangyix
https://codereview.chromium.org/1287343005/diff/20001/include/gpu/GrFragmentProcessor.h File include/gpu/GrFragmentProcessor.h (right): https://codereview.chromium.org/1287343005/diff/20001/include/gpu/GrFragmentProcessor.h#newcode88 include/gpu/GrFragmentProcessor.h:88: * what invariants its output can have given its ...
5 years, 4 months ago (2015-08-17 19:07:46 UTC) #8
bsalomon
otherwise lgtm https://codereview.chromium.org/1287343005/diff/40001/include/gpu/GrFragmentProcessor.h File include/gpu/GrFragmentProcessor.h (right): https://codereview.chromium.org/1287343005/diff/40001/include/gpu/GrFragmentProcessor.h#newcode87 include/gpu/GrFragmentProcessor.h:87: * Note: this function will NOT be ...
5 years, 4 months ago (2015-08-18 14:15:43 UTC) #9
wangyix
https://codereview.chromium.org/1287343005/diff/40001/include/gpu/GrFragmentProcessor.h File include/gpu/GrFragmentProcessor.h (right): https://codereview.chromium.org/1287343005/diff/40001/include/gpu/GrFragmentProcessor.h#newcode87 include/gpu/GrFragmentProcessor.h:87: * Note: this function will NOT be recursive; it ...
5 years, 4 months ago (2015-08-18 14:20:59 UTC) #10
commit-bot: I haz the power
This CL has an open dependency (Issue 1286293002 Patch 80001). Please resolve the dependency and ...
5 years, 4 months ago (2015-08-18 14:21:19 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1287343005/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1287343005/60001
5 years, 4 months ago (2015-08-18 14:27:52 UTC) #16
commit-bot: I haz the power
5 years, 4 months ago (2015-08-18 14:39:36 UTC) #17
Message was sent while issue was closed.
Committed patchset #3 (id:60001) as
https://skia.googlesource.com/skia/+/54017d7e5b09e7ca58346ea72ff065677fcd7be1

Powered by Google App Engine
This is Rietveld 408576698