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

Issue 1978733003: Remove workarounds initializing command buffer EGL (Closed)

Created:
4 years, 7 months ago by Kimmo Kinnunen
Modified:
4 years, 7 months ago
Reviewers:
bsalomon
CC:
reviews_skia.org
Base URL:
https://skia.googlesource.com/skia.git@master
Target Ref:
refs/heads/master
Project:
skia
Visibility:
Public.

Description

Remove workarounds initializing command buffer EGL The eglDisplay() of command buffer EGL implementation now does not allocate a new EGL display per call, rather just returns the global. The EGL implementation is fixed as part of bug 581634. Removes eglTerminate call, as it's should not be used in Skia at the moment. The call will terminate all of EGL, which is not intendend. The previous usage was only due to incorrect implementation of the API. Not added back to anywhere else, leaking EGL globals is as designed. Discussed in https://chromiumcodereview.appspot.com/1733323002. BUG=581634, 603223 GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1978733003 Committed: https://skia.googlesource.com/skia/+/aac0cb07ca44b116f9cd0c5b78cbcb795a6dec97

Patch Set 1 #

Patch Set 2 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+23 lines, -52 lines) Patch
M tools/gpu/gl/command_buffer/GLTestContext_command_buffer.cpp View 3 chunks +23 lines, -52 lines 0 comments Download

Messages

Total messages: 9 (5 generated)
Kimmo Kinnunen
If the commit https://chromiumcodereview.appspot.com/1733323002 sticks for few more days, this could be applicable.
4 years, 7 months ago (2016-05-13 06:41:12 UTC) #3
bsalomon
lgtm, feel free to land when you think the Chromium change has stuck.
4 years, 7 months ago (2016-05-13 13:12:52 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1978733003/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1978733003/20001
4 years, 7 months ago (2016-05-17 07:36:52 UTC) #7
commit-bot: I haz the power
4 years, 7 months ago (2016-05-17 13:01:44 UTC) #9
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://skia.googlesource.com/skia/+/aac0cb07ca44b116f9cd0c5b78cbcb795a6dec97

Powered by Google App Engine
This is Rietveld 408576698