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

Issue 1657003003: Use eglBindAPI to choose the correct API (Closed)

Created:
4 years, 10 months ago by Sami Väisänen
Modified:
4 years, 10 months ago
CC:
chromium-reviews, kalyank, ozone-reviews_chromium.org, boliu
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Use eglBindAPI to choose the correct (EGL_ES) API If the calling thread has chosen another EGL API before the call to eglCreateContext can fail surprisingly, so a call to eglBindAPI is needed before eglCreateContext. BUG=skia:2992 Committed: https://crrev.com/8430468e13d9b71231c0febf277b56ebdfcb5301 Cr-Commit-Position: refs/heads/master@{#376454}

Patch Set 1 #

Total comments: 1

Patch Set 2 : Fix whitespace #

Unified diffs Side-by-side diffs Delta from patch set Stats (+7 lines, -0 lines) Patch
M ui/gl/gl_context_egl.cc View 1 1 chunk +7 lines, -0 lines 0 comments Download

Messages

Total messages: 32 (12 generated)
Sami Väisänen
4 years, 10 months ago (2016-02-02 08:21:49 UTC) #3
Ken Russell (switch to Gerrit)
I have no idea what the potential risk of this change is to Chrome's Android ...
4 years, 10 months ago (2016-02-09 04:03:59 UTC) #6
no sievers
https://codereview.chromium.org/1657003003/diff/1/ui/gl/gl_context_egl.cc File ui/gl/gl_context_egl.cc (right): https://codereview.chromium.org/1657003003/diff/1/ui/gl/gl_context_egl.cc#newcode73 ui/gl/gl_context_egl.cc:73: if (!eglBindAPI(EGL_OPENGL_ES_API)) { Can you do this in InitializeStaticGLBindingsEGL() ...
4 years, 10 months ago (2016-02-09 22:09:34 UTC) #7
Sami Väisänen
On 2016/02/09 22:09:34, sievers wrote: > https://codereview.chromium.org/1657003003/diff/1/ui/gl/gl_context_egl.cc > File ui/gl/gl_context_egl.cc (right): > > https://codereview.chromium.org/1657003003/diff/1/ui/gl/gl_context_egl.cc#newcode73 > ...
4 years, 10 months ago (2016-02-11 11:28:09 UTC) #8
no sievers
On 2016/02/11 11:28:09, Sami Väisänen wrote: > On 2016/02/09 22:09:34, sievers wrote: > > https://codereview.chromium.org/1657003003/diff/1/ui/gl/gl_context_egl.cc ...
4 years, 10 months ago (2016-02-11 17:55:28 UTC) #9
Sami Väisänen
On 2016/02/11 17:55:28, sievers wrote: > On 2016/02/11 11:28:09, Sami Väisänen wrote: > > On ...
4 years, 10 months ago (2016-02-16 08:58:04 UTC) #10
no sievers
On 2016/02/16 08:58:04, Sami Väisänen wrote: > On 2016/02/11 17:55:28, sievers wrote: > > On ...
4 years, 10 months ago (2016-02-16 18:30:40 UTC) #11
Sami Väisänen
On 2016/02/16 18:30:40, sievers wrote: > On 2016/02/16 08:58:04, Sami Väisänen wrote: > > On ...
4 years, 10 months ago (2016-02-17 10:55:50 UTC) #12
Kimmo Kinnunen
BTW: if adding the eglBindAPI is problematic, just say so. I think we can make ...
4 years, 10 months ago (2016-02-17 13:26:51 UTC) #13
no sievers
On 2016/02/17 10:55:50, Sami Väisänen wrote: > On 2016/02/16 18:30:40, sievers wrote: > > On ...
4 years, 10 months ago (2016-02-17 23:22:13 UTC) #15
Kimmo Kinnunen
On 2016/02/17 23:22:13, sievers wrote: > +bsalomon to help find the best place to restore ...
4 years, 10 months ago (2016-02-18 06:34:56 UTC) #16
Kimmo Kinnunen
On 2016/02/18 06:34:56, Kimmo Kinnunen wrote: > we can change Skia to understand that the ...
4 years, 10 months ago (2016-02-18 06:47:45 UTC) #17
bsalomon
Hopefully this is already clear but the problem here is that Skia is testing multiple ...
4 years, 10 months ago (2016-02-18 14:30:17 UTC) #19
Sami Väisänen
On 2016/02/18 14:30:17, bsalomon wrote: > Hopefully this is already clear but the problem here ...
4 years, 10 months ago (2016-02-18 14:36:52 UTC) #20
no sievers
ok fair enough, lgtm.
4 years, 10 months ago (2016-02-18 19:09:58 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1657003003/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1657003003/1
4 years, 10 months ago (2016-02-19 08:09:32 UTC) #23
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/147792)
4 years, 10 months ago (2016-02-19 08:23:04 UTC) #25
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1657003003/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1657003003/20001
4 years, 10 months ago (2016-02-19 13:13:15 UTC) #28
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 10 months ago (2016-02-19 16:40:17 UTC) #30
commit-bot: I haz the power
4 years, 10 months ago (2016-02-19 16:41:39 UTC) #32
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/8430468e13d9b71231c0febf277b56ebdfcb5301
Cr-Commit-Position: refs/heads/master@{#376454}

Powered by Google App Engine
This is Rietveld 408576698