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

Issue 2132913002: Remove VirtualGLApi (Closed)

Created:
4 years, 5 months ago by piman
Modified:
4 years, 5 months ago
Reviewers:
no sievers
CC:
chromium-reviews, piman+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Remove VirtualGLApi At this point, VirtualGLApi only hooks the extension string query, and for not a very good reason, since it ends up serving the extension string of the underlying context. OTOH it adds a bunch of complexity to require the switch between RealGLApi and the VirtualGLApi, so instead fold the logic into GLContext. BUG=None CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:linux_optional_gpu_tests_rel;tryserver.chromium.mac:mac_optional_gpu_tests_rel;tryserver.chromium.win:win_optional_gpu_tests_rel Committed: https://crrev.com/b74daabef6c10df7356842494707bca812dd5d49 Cr-Commit-Position: refs/heads/master@{#404495}

Patch Set 1 : extra cleanup #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+57 lines, -199 lines) Patch
M gpu/command_buffer/service/gl_context_virtual.cc View 1 chunk +1 line, -16 lines 3 comments Download
M ui/gl/gl_context.h View 3 chunks +1 line, -6 lines 0 comments Download
M ui/gl/gl_context.cc View 2 chunks +55 lines, -11 lines 0 comments Download
M ui/gl/gl_gl_api_implementation.h View 2 chunks +0 lines, -36 lines 0 comments Download
M ui/gl/gl_gl_api_implementation.cc View 2 chunks +0 lines, -130 lines 0 comments Download

Messages

Total messages: 19 (9 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2132913002/20001
4 years, 5 months ago (2016-07-08 04:07:23 UTC) #5
piman
Maybe I'm missing something important, but I ran tests locally, and ran chrome with --use-virtualized-gl-contexts, ...
4 years, 5 months ago (2016-07-08 04:09:06 UTC) #7
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: mac_optional_gpu_tests_rel on tryserver.chromium.mac (JOB_TIMED_OUT, no build URL)
4 years, 5 months ago (2016-07-08 06:09:20 UTC) #9
no sievers
lgtm. good catch. We used to override the extension because we had to at least ...
4 years, 5 months ago (2016-07-08 17:52:19 UTC) #10
piman
https://codereview.chromium.org/2132913002/diff/20001/gpu/command_buffer/service/gl_context_virtual.cc File gpu/command_buffer/service/gl_context_virtual.cc (left): https://codereview.chromium.org/2132913002/diff/20001/gpu/command_buffer/service/gl_context_virtual.cc#oldcode33 gpu/command_buffer/service/gl_context_virtual.cc:33: if (!shared_context_->MakeCurrent(compatible_surface)) { On 2016/07/08 17:52:19, sievers wrote: > ...
4 years, 5 months ago (2016-07-08 18:30:59 UTC) #11
no sievers
https://codereview.chromium.org/2132913002/diff/20001/gpu/command_buffer/service/gl_context_virtual.cc File gpu/command_buffer/service/gl_context_virtual.cc (left): https://codereview.chromium.org/2132913002/diff/20001/gpu/command_buffer/service/gl_context_virtual.cc#oldcode33 gpu/command_buffer/service/gl_context_virtual.cc:33: if (!shared_context_->MakeCurrent(compatible_surface)) { On 2016/07/08 18:30:58, piman wrote: > ...
4 years, 5 months ago (2016-07-08 18:34:56 UTC) #12
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/2132913002/20001
4 years, 5 months ago (2016-07-08 20:16:51 UTC) #14
commit-bot: I haz the power
Committed patchset #1 (id:20001)
4 years, 5 months ago (2016-07-08 21:23:31 UTC) #16
commit-bot: I haz the power
CQ bit was unchecked.
4 years, 5 months ago (2016-07-08 21:23:45 UTC) #17
commit-bot: I haz the power
4 years, 5 months ago (2016-07-08 21:26:17 UTC) #19
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/b74daabef6c10df7356842494707bca812dd5d49
Cr-Commit-Position: refs/heads/master@{#404495}

Powered by Google App Engine
This is Rietveld 408576698