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

Issue 718103003: Relax constraints on src coeff in GrDrawState::willBlendWithDst. (Closed)

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

Description

Relax constraints on src coeff in GrDrawState::willBlendWithDst. Allow the srcCoeff to be anything as long as it does not reference the dst. Previous version required srcCoeff to be one. BUG=skia: Committed: https://skia.googlesource.com/skia/+/b1cff03325c42bb1cd87204d9b0dd3d6b9678d3e

Patch Set 1 #

Patch Set 2 : Flip new check #

Total comments: 2

Patch Set 3 : Move srcAlphaWBO to end #

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+11 lines, -8 lines) Patch
M src/gpu/GrDrawState.cpp View 1 2 3 2 chunks +11 lines, -8 lines 0 comments Download

Messages

Total messages: 12 (5 generated)
egdaniel
6 years, 1 month ago (2014-11-12 20:42:46 UTC) #2
Chris Dalton
Looks like a good change. I have one comment that's only relevant if srcAlphaWillBeOne is/can ...
6 years, 1 month ago (2014-11-12 21:21:49 UTC) #4
bsalomon
https://codereview.chromium.org/718103003/diff/20001/src/gpu/GrDrawState.cpp File src/gpu/GrDrawState.cpp (right): https://codereview.chromium.org/718103003/diff/20001/src/gpu/GrDrawState.cpp#newcode756 src/gpu/GrDrawState.cpp:756: if (kISA_GrBlendCoeff == dstCoeff && srcAIsOne) { At a ...
6 years, 1 month ago (2014-11-12 21:33:38 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/718103003/60001
6 years, 1 month ago (2014-11-12 22:18:43 UTC) #7
commit-bot: I haz the power
Try jobs failed on following builders: Build-Win-VS2013-x86-Debug-Trybot on client.skia.compile (http://build.chromium.org/p/client.skia.compile/builders/Build-Win-VS2013-x86-Debug-Trybot/builds/916)
6 years, 1 month ago (2014-11-12 22:58:30 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/718103003/60001
6 years, 1 month ago (2014-11-13 14:10:00 UTC) #11
commit-bot: I haz the power
6 years, 1 month ago (2014-11-13 14:19:31 UTC) #12
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://skia.googlesource.com/skia/+/b1cff03325c42bb1cd87204d9b0dd3d6b9678d3e

Powered by Google App Engine
This is Rietveld 408576698