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

Issue 1807103002: Move simple methods [A-E] from WebGraphicsContext3D to GLES2Interface. (Closed)

Created:
4 years, 9 months ago by danakj
Modified:
4 years, 9 months ago
CC:
ajuma+watch-canvas_chromium.org, blink-reviews, blink-reviews-api_chromium.org, blink-reviews-platform-graphics_chromium.org, Rik, chromium-reviews, danakj+watch_chromium.org, darin-cc_chromium.org, dcheng, dglazkov+blink, dshwang, drott+blinkwatch_chromium.org, krit, f(malita), jam, jbroman, jochen+watch_chromium.org, kinuko+watch, mkwst+moarreviews-renderer_chromium.org, mlamouri+watch-test-runner_chromium.org, mlamouri+watch-content_chromium.org, pdr+graphicswatchlist_chromium.org, piman, piman+watch_chromium.org, rwlbuis, Stephen Chennney, no sievers, Zhenyao Mo
Base URL:
https://chromium.googlesource.com/chromium/src.git@work
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Move simple methods [A-E] from WebGraphicsContext3D to GLES2Interface. This removes methods from WebGraphicsContext3D that were simple macro- based pass-throughs to the underlying GLES2Interface, and changes callers in blink to use the GLES2Interface for them instead. R=junov@chromium.org, kbr@chromium.org, piman, chrishtr TBR=pfeldman, kbr BUG=584497 CQ_INCLUDE_TRYBOTS=tryserver.chromium.win:win_optional_gpu_tests_rel;tryserver.chromium.mac:mac_optional_gpu_tests_rel Committed: https://crrev.com/611de09a17728eb0c1713b30ab3c2178a106d146 Cr-Commit-Position: refs/heads/master@{#382081}

Patch Set 1 : bindFoo: . #

Patch Set 2 : bindFoo: . #

Patch Set 3 : bindFoo: rebase #

Patch Set 4 : bindFoo: gl_helper_benchmark #

Patch Set 5 : bindFoo: mac #

Patch Set 6 : bindFoo: CheckFramebufferStatus #

Patch Set 7 : bindFoo: moretests #

Patch Set 8 : bindFoo: ALLthetests #

Unified diffs Side-by-side diffs Delta from patch set Stats (+316 lines, -569 lines) Patch
M components/test_runner/test_plugin.cc View 8 chunks +18 lines, -18 lines 0 comments Download
M content/browser/compositor/gl_helper_benchmark.cc View 1 2 3 11 chunks +65 lines, -45 lines 0 comments Download
M gpu/blink/webgraphicscontext3d_impl.h View 3 chunks +1 line, -110 lines 0 comments Download
M gpu/blink/webgraphicscontext3d_impl.cc View 3 chunks +0 lines, -108 lines 0 comments Download
M third_party/WebKit/Source/modules/webgl/WebGL2RenderingContextBase.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/modules/webgl/WebGLDrawBuffers.cpp View 4 chunks +7 lines, -7 lines 0 comments Download
M third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.cpp View 42 chunks +63 lines, -63 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/Canvas2DLayerBridge.h View 1 2 2 chunks +7 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/Canvas2DLayerBridge.cpp View 1 2 3 4 5 6 7 9 chunks +26 lines, -11 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/ImageBuffer.h View 2 chunks +7 lines, -1 line 0 comments Download
M third_party/WebKit/Source/platform/graphics/ImageBuffer.cpp View 1 2 7 chunks +10 lines, -7 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/gpu/DrawingBuffer.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/graphics/gpu/DrawingBuffer.cpp View 1 2 3 4 5 6 7 27 chunks +60 lines, -60 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/gpu/DrawingBufferTest.cpp View 1 2 3 4 5 6 10 chunks +49 lines, -37 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/gpu/Extensions3DUtil.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/graphics/test/MockWebGraphicsContext3D.h View 1 chunk +0 lines, -47 lines 0 comments Download
M third_party/WebKit/public/platform/WebGraphicsContext3D.h View 3 chunks +0 lines, -52 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 41 (21 generated)
danakj
4 years, 9 months ago (2016-03-17 00:51:36 UTC) #3
Justin Novosad
The mix of WGC3D and GLES2Interface is discomforting, I assume this is a transitional state. ...
4 years, 9 months ago (2016-03-17 19:57:00 UTC) #4
danakj
On Thu, Mar 17, 2016 at 12:57 PM, <junov@chromium.org> wrote: > The mix of WGC3D ...
4 years, 9 months ago (2016-03-17 19:59:29 UTC) #5
danakj
On Thu, Mar 17, 2016 at 12:57 PM, <junov@chromium.org> wrote: > The mix of WGC3D ...
4 years, 9 months ago (2016-03-17 19:59:30 UTC) #6
Justin Novosad
platform/graphics lgtm
4 years, 9 months ago (2016-03-17 19:59:59 UTC) #7
danakj
+sievers for third_party/WebKit/Source/modules/webgl/ and gpu/
4 years, 9 months ago (2016-03-17 21:23:04 UTC) #9
danakj
Found out we have a gl_helper_benchmark, updated it like gl_helper_unittest to use an inprocess context ...
4 years, 9 months ago (2016-03-17 23:27:57 UTC) #10
piman
lgtm
4 years, 9 months ago (2016-03-17 23:32:58 UTC) #12
danakj
+chrishtr for public/ and modules/ owners. +pfeldman for test_runner/
4 years, 9 months ago (2016-03-17 23:34:50 UTC) #14
chrishtr
lgtm
4 years, 9 months ago (2016-03-18 00:08:27 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1807103002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1807103002/100001
4 years, 9 months ago (2016-03-18 00:11:01 UTC) #19
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_ng/builds/198321)
4 years, 9 months ago (2016-03-18 00:35:58 UTC) #21
danakj
The MockWGC3D::CheckFramebufferStatus function returned GL_FRAMEBUFFER_COMPLETE, but the GLES2InterfaceStub returned 0. Override the method in DrawingBufferTests ...
4 years, 9 months ago (2016-03-18 00:43:26 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1807103002/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1807103002/120001
4 years, 9 months ago (2016-03-18 00:43:41 UTC) #25
commit-bot: I haz the power
Try jobs failed on following builders: android_arm64_dbg_recipe on tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_arm64_dbg_recipe/builds/37380) android_chromium_gn_compile_dbg on tryserver.chromium.android (JOB_FAILED, ...
4 years, 9 months ago (2016-03-18 00:47:33 UTC) #27
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1807103002/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1807103002/120001
4 years, 9 months ago (2016-03-18 17:41:30 UTC) #29
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1807103002/140001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1807103002/140001
4 years, 9 months ago (2016-03-18 18:10:54 UTC) #33
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1807103002/160001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1807103002/160001
4 years, 9 months ago (2016-03-18 18:26:12 UTC) #37
commit-bot: I haz the power
Committed patchset #8 (id:160001)
4 years, 9 months ago (2016-03-18 20:54:23 UTC) #39
commit-bot: I haz the power
4 years, 9 months ago (2016-03-18 20:55:57 UTC) #41
Message was sent while issue was closed.
Patchset 8 (id:??) landed as
https://crrev.com/611de09a17728eb0c1713b30ab3c2178a106d146
Cr-Commit-Position: refs/heads/master@{#382081}

Powered by Google App Engine
This is Rietveld 408576698