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

Issue 2391883004: Implement WebGL's commit with software compositing (Closed)

Created:
4 years, 2 months ago by xidachen
Modified:
4 years, 2 months ago
CC:
chromium-reviews, f(malita), krit, drott+blinkwatch_chromium.org, blink-reviews-platform-graphics_chromium.org, dshwang, jam, jbroman, Justin Novosad, haraken, Rik, darin-cc_chromium.org, pdr+graphicswatchlist_chromium.org, blink-reviews, piman+watch_chromium.org, danakj+watch_chromium.org, ajuma+watch_chromium.org, Stephen Chennney, rwlbuis
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Implement WebGL's commit with software compositing We already have all the code infra available, we just need to check whether there are command-line flags --disable-gpu-compositing || --disable-gpu or not, also checking WebGraphicsContext3DProvider:: isSoftwareRendering. Two pixel tests are added with --disable-gpu-compositing to make sure that the code works. BUG=563852 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel;master.tryserver.chromium.android:android_optional_gpu_tests_rel Committed: https://crrev.com/595e3b2511f9fbeefe0f174a66a5503a13775427 Cr-Commit-Position: refs/heads/master@{#423500}

Patch Set 1 #

Patch Set 2 : rebase, needs more work #

Patch Set 3 : update pixel expectation #

Patch Set 4 : update comments #

Total comments: 1

Patch Set 5 : rebase + nits #

Total comments: 1

Patch Set 6 : fix typo #

Patch Set 7 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+40 lines, -5 lines) Patch
M content/test/gpu/gpu_tests/pixel_expectations.py View 1 2 3 4 2 chunks +5 lines, -0 lines 0 comments Download
M content/test/gpu/gpu_tests/pixel_test_pages.py View 1 1 chunk +14 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.cpp View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/platform/graphics/OffscreenCanvasFrameDispatcher.h View 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/platform/graphics/OffscreenCanvasFrameDispatcherImpl.h View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/platform/graphics/OffscreenCanvasFrameDispatcherImpl.cpp View 1 2 3 4 5 6 4 chunks +15 lines, -2 lines 0 comments Download

Messages

Total messages: 17 (10 generated)
xidachen
PTAL
4 years, 2 months ago (2016-10-05 13:32:27 UTC) #4
Justin Novosad
lgtm with nit for platform/graphics https://codereview.chromium.org/2391883004/diff/60001/third_party/WebKit/Source/platform/graphics/OffscreenCanvasFrameDispatcherImpl.cpp File third_party/WebKit/Source/platform/graphics/OffscreenCanvasFrameDispatcherImpl.cpp (right): https://codereview.chromium.org/2391883004/diff/60001/third_party/WebKit/Source/platform/graphics/OffscreenCanvasFrameDispatcherImpl.cpp#newcode196 third_party/WebKit/Source/platform/graphics/OffscreenCanvasFrameDispatcherImpl.cpp:196: isWebGLSoftwareRendering)) Could you add ...
4 years, 2 months ago (2016-10-05 15:38:57 UTC) #5
Ken Russell (switch to Gerrit)
lgtm too https://codereview.chromium.org/2391883004/diff/80001/third_party/WebKit/Source/platform/graphics/OffscreenCanvasFrameDispatcherImpl.cpp File third_party/WebKit/Source/platform/graphics/OffscreenCanvasFrameDispatcherImpl.cpp (right): https://codereview.chromium.org/2391883004/diff/80001/third_party/WebKit/Source/platform/graphics/OffscreenCanvasFrameDispatcherImpl.cpp#newcode157 third_party/WebKit/Source/platform/graphics/OffscreenCanvasFrameDispatcherImpl.cpp:157: // When WebGL's commit is called on ...
4 years, 2 months ago (2016-10-05 20:24:51 UTC) #6
xidachen
On 2016/10/05 20:24:51, Ken Russell wrote: > lgtm too > > https://codereview.chromium.org/2391883004/diff/80001/third_party/WebKit/Source/platform/graphics/OffscreenCanvasFrameDispatcherImpl.cpp > File > ...
4 years, 2 months ago (2016-10-05 20:27:40 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2391883004/120001
4 years, 2 months ago (2016-10-06 11:35:35 UTC) #14
commit-bot: I haz the power
Committed patchset #7 (id:120001)
4 years, 2 months ago (2016-10-06 11:41:50 UTC) #15
commit-bot: I haz the power
4 years, 2 months ago (2016-10-06 11:44:20 UTC) #17
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/595e3b2511f9fbeefe0f174a66a5503a13775427
Cr-Commit-Position: refs/heads/master@{#423500}

Powered by Google App Engine
This is Rietveld 408576698