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

Issue 769703005: Move AW renderer compositor context to gpu thread (Closed)

Created:
6 years ago by boliu
Modified:
5 years, 10 months ago
Reviewers:
epenner, no sievers
CC:
chromium-reviews, darin-cc_chromium.org, jam, 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

Move AW renderer compositor context to gpu thread Use TexSubImage2D instead of TexImage2D to avoid orphaning EGLImage Create the renderer compositor context on the gpu thread. BUG=448168, 259924 Committed: https://crrev.com/a4baed454be2bb165cb12eb7df432e9138e746e6 Cr-Commit-Position: refs/heads/master@{#313846} Committed: https://crrev.com/d9e23a08df149f0483995f2463675f011e4d77ef Cr-Commit-Position: refs/heads/master@{#314705}

Patch Set 1 #

Patch Set 2 : works #

Patch Set 3 : #

Patch Set 4 : ready #

Total comments: 10

Patch Set 5 : review #

Patch Set 6 : rebase #

Patch Set 7 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+37 lines, -24 lines) Patch
M content/browser/android/in_process/synchronous_compositor_factory_impl.cc View 1 2 3 4 5 6 6 chunks +10 lines, -6 lines 0 comments Download
M gpu/command_buffer/service/async_pixel_transfer_manager_android.cc View 1 2 3 4 5 2 chunks +10 lines, -6 lines 0 comments Download
M gpu/command_buffer/service/async_pixel_transfer_manager_idle.h View 1 2 3 4 2 chunks +4 lines, -2 lines 0 comments Download
M gpu/command_buffer/service/async_pixel_transfer_manager_idle.cc View 1 2 3 4 5 3 chunks +10 lines, -7 lines 0 comments Download
M gpu/command_buffer/service/async_pixel_transfer_manager_linux.cc View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M gpu/command_buffer/service/async_pixel_transfer_manager_mac.cc View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M gpu/command_buffer/service/async_pixel_transfer_manager_win.cc View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 19 (3 generated)
boliu
PTAL :)
5 years, 11 months ago (2015-01-14 23:59:01 UTC) #2
epenner
LGTM (optional nit) https://codereview.chromium.org/769703005/diff/60001/gpu/command_buffer/service/async_pixel_transfer_manager_android.cc File gpu/command_buffer/service/async_pixel_transfer_manager_android.cc (right): https://codereview.chromium.org/769703005/diff/60001/gpu/command_buffer/service/async_pixel_transfer_manager_android.cc#newcode88 gpu/command_buffer/service/async_pixel_transfer_manager_android.cc:88: bool threaded_texture_mailboxes = TransferWithThreadedTextureMailboxes(); Nit. Mildly ...
5 years, 11 months ago (2015-01-15 00:28:23 UTC) #3
epenner
> LGTM (optional nit) Correction: LGTM for async transfers.
5 years, 11 months ago (2015-01-15 00:29:34 UTC) #4
no sievers
https://codereview.chromium.org/769703005/diff/60001/content/browser/android/in_process/synchronous_compositor_factory_impl.cc File content/browser/android/in_process/synchronous_compositor_factory_impl.cc (right): https://codereview.chromium.org/769703005/diff/60001/content/browser/android/in_process/synchronous_compositor_factory_impl.cc#newcode303 content/browser/android/in_process/synchronous_compositor_factory_impl.cc:303: service_, gpu::GLInProcessContextSharedMemoryLimits(), false)); Can you put a comment that ...
5 years, 11 months ago (2015-01-15 20:26:05 UTC) #5
boliu
https://codereview.chromium.org/769703005/diff/60001/content/browser/android/in_process/synchronous_compositor_factory_impl.cc File content/browser/android/in_process/synchronous_compositor_factory_impl.cc (right): https://codereview.chromium.org/769703005/diff/60001/content/browser/android/in_process/synchronous_compositor_factory_impl.cc#newcode303 content/browser/android/in_process/synchronous_compositor_factory_impl.cc:303: service_, gpu::GLInProcessContextSharedMemoryLimits(), false)); On 2015/01/15 20:26:05, sievers wrote: > ...
5 years, 11 months ago (2015-01-21 02:08:01 UTC) #6
no sievers
lgtm https://codereview.chromium.org/769703005/diff/60001/content/browser/android/in_process/synchronous_compositor_factory_impl.cc File content/browser/android/in_process/synchronous_compositor_factory_impl.cc (right): https://codereview.chromium.org/769703005/diff/60001/content/browser/android/in_process/synchronous_compositor_factory_impl.cc#newcode303 content/browser/android/in_process/synchronous_compositor_factory_impl.cc:303: service_, gpu::GLInProcessContextSharedMemoryLimits(), false)); On 2015/01/21 02:08:01, boliu wrote: ...
5 years, 11 months ago (2015-01-23 21:48:35 UTC) #7
boliu
Holding off on landing this until I figure out the webgl flicker problem. With this ...
5 years, 11 months ago (2015-01-23 21:58:40 UTC) #8
boliu
Fix for crbug.com/453199 landed. This going in!
5 years, 10 months ago (2015-01-29 23:53:12 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/769703005/100001
5 years, 10 months ago (2015-01-29 23:54:05 UTC) #11
commit-bot: I haz the power
Committed patchset #6 (id:100001)
5 years, 10 months ago (2015-01-30 01:01:26 UTC) #12
commit-bot: I haz the power
Patchset 6 (id:??) landed as https://crrev.com/a4baed454be2bb165cb12eb7df432e9138e746e6 Cr-Commit-Position: refs/heads/master@{#313846}
5 years, 10 months ago (2015-01-30 01:02:17 UTC) #13
boliu
A revert of this CL (patchset #6 id:100001) has been created in https://codereview.chromium.org/888903002/ by boliu@chromium.org. ...
5 years, 10 months ago (2015-01-30 18:23:44 UTC) #14
boliu
On 2015/01/30 18:23:44, boliu wrote: > A revert of this CL (patchset #6 id:100001) has ...
5 years, 10 months ago (2015-02-05 01:19:42 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/769703005/120001
5 years, 10 months ago (2015-02-05 01:21:16 UTC) #17
commit-bot: I haz the power
Committed patchset #7 (id:120001)
5 years, 10 months ago (2015-02-05 01:25:58 UTC) #18
commit-bot: I haz the power
5 years, 10 months ago (2015-02-05 01:28:02 UTC) #19
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/d9e23a08df149f0483995f2463675f011e4d77ef
Cr-Commit-Position: refs/heads/master@{#314705}

Powered by Google App Engine
This is Rietveld 408576698