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

Issue 1297503007: Generating gl processor key is now 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_numExclChildren
Target Ref:
refs/heads/master
Project:
skia
Visibility:
Public.

Description

For a frag proc, its key will be a concatenation of all its descendant procs' keys in postorder traversal. BUG=skia:4182 Committed: https://skia.googlesource.com/skia/+/a7f4c435bc1dcd845990a5515828bbe8cccfab41

Patch Set 1 : added comments and TODOs #

Patch Set 2 : rebased #

Unified diffs Side-by-side diffs Delta from patch set Stats (+34 lines, -9 lines) Patch
M src/gpu/GrPrimitiveProcessor.h View 1 chunk +8 lines, -2 lines 0 comments Download
M src/gpu/GrPrimitiveProcessor.cpp View 1 chunk +3 lines, -2 lines 0 comments Download
M src/gpu/gl/GrGLProgramDesc.cpp View 3 chunks +23 lines, -5 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 10 (4 generated)
wangyix
I haven't added the number of children to the metakey yet; should all procs have ...
5 years, 4 months ago (2015-08-19 14:01:30 UTC) #2
tomhudson
https://codereview.chromium.org/1297503007/diff/1/src/gpu/GrPrimitiveProcessor.h File src/gpu/GrPrimitiveProcessor.h (right): https://codereview.chromium.org/1297503007/diff/1/src/gpu/GrPrimitiveProcessor.h#newcode210 src/gpu/GrPrimitiveProcessor.h:210: uint32_t getTransformKey(const SkTArray<const GrCoordTransform*, true>&, int count) const; Count ...
5 years, 4 months ago (2015-08-19 14:27:29 UTC) #3
wangyix
https://codereview.chromium.org/1297503007/diff/1/src/gpu/GrPrimitiveProcessor.h File src/gpu/GrPrimitiveProcessor.h (right): https://codereview.chromium.org/1297503007/diff/1/src/gpu/GrPrimitiveProcessor.h#newcode210 src/gpu/GrPrimitiveProcessor.h:210: uint32_t getTransformKey(const SkTArray<const GrCoordTransform*, true>&, int count) const; On ...
5 years, 4 months ago (2015-08-19 17:53:48 UTC) #4
joshualitt
lgtm https://codereview.chromium.org/1297503007/diff/1/src/gpu/GrPrimitiveProcessor.h File src/gpu/GrPrimitiveProcessor.h (right): https://codereview.chromium.org/1297503007/diff/1/src/gpu/GrPrimitiveProcessor.h#newcode210 src/gpu/GrPrimitiveProcessor.h:210: uint32_t getTransformKey(const SkTArray<const GrCoordTransform*, true>&, int count) const; ...
5 years, 4 months ago (2015-08-19 19:07:48 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1297503007/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1297503007/40001
5 years, 4 months ago (2015-08-20 14:18:38 UTC) #9
commit-bot: I haz the power
5 years, 4 months ago (2015-08-20 14:25:05 UTC) #10
Message was sent while issue was closed.
Committed patchset #2 (id:40001) as
https://skia.googlesource.com/skia/+/a7f4c435bc1dcd845990a5515828bbe8cccfab41

Powered by Google App Engine
This is Rietveld 408576698