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

Issue 608523003: Implement mix-blend-mode=screen using glBlendFunc. (Closed)

Created:
6 years, 2 months ago by Erik Dahlström (inactive)
Modified:
6 years, 2 months ago
Reviewers:
danakj, enne (OOO)
CC:
cc-bugs_chromium.org, chromium-reviews, rosca
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Implement mix-blend-mode=screen using glBlendFunc. This avoids creating a temporary texture for the blending step, and if there's no background filter also avoids creating the backdrop texture. BUG= Committed: https://crrev.com/4388931142e7a999ad6a0820afde47810e050e68 Cr-Commit-Position: refs/heads/master@{#297385}

Patch Set 1 #

Total comments: 4

Patch Set 2 : review fixes #

Total comments: 2

Patch Set 3 : remove assert #

Patch Set 4 : remove quad argument #

Patch Set 5 : really remove quad argument this time... #

Unified diffs Side-by-side diffs Delta from patch set Stats (+31 lines, -6 lines) Patch
M cc/output/gl_renderer.h View 1 2 3 1 chunk +3 lines, -0 lines 0 comments Download
M cc/output/gl_renderer.cc View 1 2 3 4 6 chunks +28 lines, -6 lines 0 comments Download

Messages

Total messages: 14 (4 generated)
Erik Dahlström (inactive)
6 years, 2 months ago (2014-09-25 16:00:37 UTC) #2
enne (OOO)
https://codereview.chromium.org/608523003/diff/1/cc/output/gl_renderer.cc File cc/output/gl_renderer.cc (right): https://codereview.chromium.org/608523003/diff/1/cc/output/gl_renderer.cc#newcode703 cc/output/gl_renderer.cc:703: bool GLRenderer::ShouldApplyBackgroundFilters(DrawingFrame* frame, How is this related to this ...
6 years, 2 months ago (2014-09-26 18:20:37 UTC) #3
Erik Dahlström (inactive)
https://codereview.chromium.org/608523003/diff/1/cc/output/gl_renderer.cc File cc/output/gl_renderer.cc (right): https://codereview.chromium.org/608523003/diff/1/cc/output/gl_renderer.cc#newcode703 cc/output/gl_renderer.cc:703: bool GLRenderer::ShouldApplyBackgroundFilters(DrawingFrame* frame, On 2014/09/26 18:20:36, enne wrote: > ...
6 years, 2 months ago (2014-09-29 08:33:42 UTC) #4
enne (OOO)
lgtm https://codereview.chromium.org/608523003/diff/20001/cc/output/gl_renderer.cc File cc/output/gl_renderer.cc (right): https://codereview.chromium.org/608523003/diff/20001/cc/output/gl_renderer.cc#newcode717 cc/output/gl_renderer.cc:717: DCHECK(ShouldApplyBlendModeUsingBlendFunc(quad)); I don't think this DCHECK adds much. ...
6 years, 2 months ago (2014-09-29 18:25:13 UTC) #5
Erik Dahlström (inactive)
https://codereview.chromium.org/608523003/diff/20001/cc/output/gl_renderer.cc File cc/output/gl_renderer.cc (right): https://codereview.chromium.org/608523003/diff/20001/cc/output/gl_renderer.cc#newcode717 cc/output/gl_renderer.cc:717: DCHECK(ShouldApplyBlendModeUsingBlendFunc(quad)); On 2014/09/29 18:25:13, enne wrote: > I don't ...
6 years, 2 months ago (2014-09-30 07:06:07 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/608523003/60001
6 years, 2 months ago (2014-09-30 07:06:51 UTC) #8
commit-bot: I haz the power
Try jobs failed on following builders: win_gpu on tryserver.chromium.gpu (http://build.chromium.org/p/tryserver.chromium.gpu/builders/win_gpu/builds/67185) linux_chromium_gn_dbg on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_gn_dbg/builds/3475)
6 years, 2 months ago (2014-09-30 07:18:14 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/608523003/80001
6 years, 2 months ago (2014-09-30 07:53:18 UTC) #12
commit-bot: I haz the power
Committed patchset #5 (id:80001) as 1734ece8c17fe1521e553b83604acecaa0bc5be8
6 years, 2 months ago (2014-09-30 08:52:20 UTC) #13
commit-bot: I haz the power
6 years, 2 months ago (2014-09-30 08:52:59 UTC) #14
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/4388931142e7a999ad6a0820afde47810e050e68
Cr-Commit-Position: refs/heads/master@{#297385}

Powered by Google App Engine
This is Rietveld 408576698