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

Issue 1898033005: Use gpu::SharedMemoryLimits for in process GL contexts. (Closed)

Created:
4 years, 8 months ago by danakj
Modified:
4 years, 8 months ago
Reviewers:
nyquist, boliu, piman
CC:
chromium-reviews, jbauman+watch_chromium.org, anandc+watch-blimp_chromium.org, maniscalco+watch-blimp_chromium.org, sriramsr+watch-blimp_chromium.org, Ian Vollick, jam, darin-cc_chromium.org, sievers+watch_chromium.org, nyquist+watch-blimp_chromium.org, danakj+watch_chromium.org, marcinjb+watch-blimp_chromium.org, jessicag+watch-blimp_chromium.org, kmarshall+watch-blimp_chromium.org, kalyank, piman+watch_chromium.org, cc-bugs_chromium.org, dtrainor+watch-blimp_chromium.org, android-webview-reviews_chromium.org, dcheng, Ken Russell (switch to Gerrit), piman, no sievers, Zhenyao Mo
Base URL:
https://chromium.googlesource.com/chromium/src.git@move-limits
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Use gpu::SharedMemoryLimits for in process GL contexts. Replace the GLInProcessContextSharedMemoryLimits class with our new SharedMemoryLimits class, so we can share implementations and defaults. R=boliu@chromium.org, piman@chromium.org BUG=584497 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel Committed: https://crrev.com/f3cd380618d431d1c29a12e03989f3657bec5228 Cr-Commit-Position: refs/heads/master@{#388633}

Patch Set 1 #

Patch Set 2 : inproc-limits: rebase #

Total comments: 3

Patch Set 3 : inproc-limits: webviewlimits #

Unified diffs Side-by-side diffs Delta from patch set Stats (+44 lines, -70 lines) Patch
M android_webview/browser/aw_render_thread_context_provider.cc View 1 2 2 chunks +12 lines, -2 lines 0 comments Download
M blimp/client/feature/compositor/blimp_context_provider.cc View 1 2 2 chunks +2 lines, -1 line 0 comments Download
M cc/test/DEPS View 1 chunk +1 line, -0 lines 0 comments Download
M cc/test/test_in_process_context_provider.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M content/browser/compositor/gl_helper_benchmark.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M content/browser/compositor/gl_helper_unittest.cc View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M content/browser/compositor/yuv_readback_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M content/common/gpu/client/gpu_in_process_context_tests.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M gpu/command_buffer/client/gl_in_process_context.h View 3 chunks +2 lines, -13 lines 0 comments Download
M gpu/command_buffer/client/gl_in_process_context.cc View 10 chunks +14 lines, -42 lines 0 comments Download
M ui/compositor/test/in_process_context_provider.cc View 2 chunks +3 lines, -2 lines 0 comments Download

Messages

Total messages: 23 (10 generated)
danakj
4 years, 8 months ago (2016-04-20 02:13:24 UTC) #4
danakj
https://codereview.chromium.org/1898033005/diff/20001/android_webview/browser/aw_render_thread_context_provider.cc File android_webview/browser/aw_render_thread_context_provider.cc (right): https://codereview.chromium.org/1898033005/diff/20001/android_webview/browser/aw_render_thread_context_provider.cc#newcode57 android_webview/browser/aw_render_thread_context_provider.cc:57: limits.start_transfer_buffer_size = 4 * 1024 * 1024; I took ...
4 years, 8 months ago (2016-04-20 02:13:53 UTC) #5
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1898033005/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1898033005/20001
4 years, 8 months ago (2016-04-20 02:14:38 UTC) #7
commit-bot: I haz the power
Dry run: 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/170673)
4 years, 8 months ago (2016-04-20 02:24:27 UTC) #9
boliu
https://codereview.chromium.org/1898033005/diff/20001/android_webview/browser/aw_render_thread_context_provider.cc File android_webview/browser/aw_render_thread_context_provider.cc (right): https://codereview.chromium.org/1898033005/diff/20001/android_webview/browser/aw_render_thread_context_provider.cc#newcode57 android_webview/browser/aw_render_thread_context_provider.cc:57: limits.start_transfer_buffer_size = 4 * 1024 * 1024; On 2016/04/20 ...
4 years, 8 months ago (2016-04-20 02:39:23 UTC) #10
piman
lgtm
4 years, 8 months ago (2016-04-20 21:02:11 UTC) #11
nyquist
blimp lgtm
4 years, 8 months ago (2016-04-20 21:15:49 UTC) #12
danakj
PTAL bo https://codereview.chromium.org/1898033005/diff/20001/android_webview/browser/aw_render_thread_context_provider.cc File android_webview/browser/aw_render_thread_context_provider.cc (right): https://codereview.chromium.org/1898033005/diff/20001/android_webview/browser/aw_render_thread_context_provider.cc#newcode57 android_webview/browser/aw_render_thread_context_provider.cc:57: limits.start_transfer_buffer_size = 4 * 1024 * 1024; ...
4 years, 8 months ago (2016-04-20 21:55:02 UTC) #13
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1898033005/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1898033005/40001
4 years, 8 months ago (2016-04-20 21:55:35 UTC) #15
boliu
lgtm
4 years, 8 months ago (2016-04-20 22:11:49 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1898033005/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1898033005/40001
4 years, 8 months ago (2016-04-20 22:13:00 UTC) #20
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 8 months ago (2016-04-21 00:28:13 UTC) #21
commit-bot: I haz the power
4 years, 8 months ago (2016-04-22 19:28:52 UTC) #23
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/f3cd380618d431d1c29a12e03989f3657bec5228
Cr-Commit-Position: refs/heads/master@{#388633}

Powered by Google App Engine
This is Rietveld 408576698