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

Issue 2491993002: ui/gl: Initialize the ANGLE Platform on all configurations (Closed)

Created:
4 years, 1 month ago by Corentin Wallez
Modified:
4 years ago
CC:
chromium-reviews, kalyank, ozone-reviews_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

ui/gl: Initialize the ANGLE Platform on all EGL configurations BUG=angleproject:1621 Committed: https://crrev.com/b2223ac7d08f5aa62e1d0c6268507142e86ef098 Cr-Commit-Position: refs/heads/master@{#436334}

Patch Set 1 #

Patch Set 2 : ui/gl: Initialize the ANGLE Platform on all configurations #

Patch Set 3 : ui/gl: Initialize the ANGLE Platform on all configurations #

Patch Set 4 : ui/gl: Initialize the ANGLE Platform on all configurations #

Total comments: 2

Patch Set 5 : Rebase on top of the renaming of ClearGLBindings #

Unified diffs Side-by-side diffs Delta from patch set Stats (+36 lines, -35 lines) Patch
M ui/gl/BUILD.gn View 1 2 3 4 2 chunks +2 lines, -2 lines 0 comments Download
M ui/gl/egl_api_unittest.cc View 1 2 3 2 chunks +6 lines, -0 lines 0 comments Download
M ui/gl/gl_surface_egl.h View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M ui/gl/gl_surface_egl.cc View 1 2 3 4 5 chunks +22 lines, -1 line 0 comments Download
M ui/gl/init/gl_initializer_android.cc View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M ui/gl/init/gl_initializer_ozone.cc View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M ui/gl/init/gl_initializer_win.cc View 1 2 3 4 5 chunks +1 line, -30 lines 0 comments Download
M ui/gl/init/gl_initializer_x11.cc View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M ui/ozone/common/gl_ozone_egl.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 36 (22 generated)
Corentin Wallez
kbr, zmo PTAL, this will enable the ANGLE platform on Linux X11 so we can ...
4 years, 1 month ago (2016-11-14 18:35:36 UTC) #19
Zhenyao Mo
On 2016/11/14 18:35:36, Corentin Wallez wrote: > kbr, zmo PTAL, this will enable the ANGLE ...
4 years, 1 month ago (2016-11-14 19:18:22 UTC) #20
Ken Russell (switch to Gerrit)
A few questions. https://codereview.chromium.org/2491993002/diff/60001/ui/gl/init/gl_initializer_android.cc File ui/gl/init/gl_initializer_android.cc (right): https://codereview.chromium.org/2491993002/diff/60001/ui/gl/init/gl_initializer_android.cc#newcode100 ui/gl/init/gl_initializer_android.cc:100: GLSurfaceEGL::ShutdownOneOff(); It seems asymmetric that a ...
4 years, 1 month ago (2016-11-14 20:02:24 UTC) #21
Ken Russell (switch to Gerrit)
What's the plan for this CL? Going to move forward with it?
4 years ago (2016-11-29 22:06:51 UTC) #22
Corentin Wallez
On 2016/11/29 at 22:06:51, kbr wrote: > What's the plan for this CL? Going to ...
4 years ago (2016-11-29 22:08:10 UTC) #23
Corentin Wallez
https://codereview.chromium.org/2491993002/diff/60001/ui/gl/init/gl_initializer_android.cc File ui/gl/init/gl_initializer_android.cc (right): https://codereview.chromium.org/2491993002/diff/60001/ui/gl/init/gl_initializer_android.cc#newcode100 ui/gl/init/gl_initializer_android.cc:100: GLSurfaceEGL::ShutdownOneOff(); On 2016/11/14 at 20:02:24, Ken Russell wrote: > ...
4 years ago (2016-11-30 16:07:09 UTC) #24
Ken Russell (switch to Gerrit)
On 2016/11/30 16:07:09, Corentin Wallez wrote: > https://codereview.chromium.org/2491993002/diff/60001/ui/gl/init/gl_initializer_android.cc > File ui/gl/init/gl_initializer_android.cc (right): > > https://codereview.chromium.org/2491993002/diff/60001/ui/gl/init/gl_initializer_android.cc#newcode100 ...
4 years ago (2016-12-02 01:46:56 UTC) #25
Ken Russell (switch to Gerrit)
On 2016/12/02 01:46:56, Ken Russell wrote: > On 2016/11/30 16:07:09, Corentin Wallez wrote: > > ...
4 years ago (2016-12-02 01:47:11 UTC) #26
Nico
my one file lgtm
4 years ago (2016-12-02 01:49:04 UTC) #27
Corentin Wallez
Rebased on top of https://codereview.chromium.org/2543313002/ which addresses kbr's comments. Thanks everyone for the review.
4 years ago (2016-12-05 16:10:06 UTC) #29
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/2491993002/80001
4 years ago (2016-12-05 16:10:26 UTC) #31
commit-bot: I haz the power
Committed patchset #5 (id:80001)
4 years ago (2016-12-05 17:41:01 UTC) #33
commit-bot: I haz the power
Patchset 5 (id:??) landed as https://crrev.com/b2223ac7d08f5aa62e1d0c6268507142e86ef098 Cr-Commit-Position: refs/heads/master@{#436334}
4 years ago (2016-12-05 17:42:55 UTC) #35
Corentin Wallez
4 years ago (2016-12-05 21:52:00 UTC) #36
Message was sent while issue was closed.
A revert of this CL (patchset #5 id:80001) has been created in
https://codereview.chromium.org/2548253003/ by cwallez@chromium.org.

The reason for reverting is: Unlikely suspect for flaky failure of contrast-hw
WebKit test see
https://uberchromegw.corp.google.com/i/chromium.webkit/builders/WebKit%20Linu....

Powered by Google App Engine
This is Rietveld 408576698