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

Issue 1802383002: Move gl_helper to content/browser/compositor (Closed)

Created:
4 years, 9 months ago by Fady Samuel
Modified:
4 years, 9 months ago
Reviewers:
danakj, no sievers, piman
CC:
chromium-reviews, mlamouri+watch-content_chromium.org, yusukes+watch_chromium.org, nona+watch_chromium.org, posciak+watch_chromium.org, shuchen+watch_chromium.org, jam, mcasas+watch_chromium.org, sievers+watch_chromium.org, jbauman+watch_chromium.org, feature-media-reviews_chromium.org, darin-cc_chromium.org, kalyank, mkwst+moarreviews-renderer_chromium.org, piman+watch_chromium.org, danakj+watch_chromium.org, James Su, miu+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 gl_helper to content/browser/compositor content/common/gpu/client/gl_helper.{h|cc} depends on media. It looks like it's only used by content/browser/compositor anyway, so I moved it there. BUG=586384 Committed: https://crrev.com/919cc1e06ee6e0a4ad1a217e03d5f7b912383831 Cr-Commit-Position: refs/heads/master@{#381651}

Patch Set 1 #

Patch Set 2 : Fixed an include guard #

Patch Set 3 : Fix Android build #

Patch Set 4 : Fixed content_gl_tests #

Patch Set 5 : Fixed gl_helper_benchmark #

Patch Set 6 : Replace printf with VLOG #

Patch Set 7 : Rebased #

Unified diffs Side-by-side diffs Delta from patch set Stats (+444 lines, -6347 lines) Patch
M content/browser/compositor/buffer_queue.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/compositor/buffer_queue_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/compositor/delegated_frame_host.cc View 1 chunk +1 line, -1 line 0 comments Download
A + content/browser/compositor/gl_helper.h View 3 chunks +4 lines, -7 lines 0 comments Download
A + content/browser/compositor/gl_helper.cc View 32 chunks +100 lines, -265 lines 0 comments Download
A + content/browser/compositor/gl_helper_benchmark.cc View 1 2 3 4 5 10 chunks +42 lines, -104 lines 0 comments Download
A + content/browser/compositor/gl_helper_readback_support.h View 1 3 chunks +9 lines, -6 lines 0 comments Download
A + content/browser/compositor/gl_helper_readback_support.cc View 2 chunks +6 lines, -6 lines 0 comments Download
A + content/browser/compositor/gl_helper_scaling.h View 8 chunks +30 lines, -38 lines 0 comments Download
A + content/browser/compositor/gl_helper_scaling.cc View 13 chunks +46 lines, -101 lines 0 comments Download
A + content/browser/compositor/gl_helper_unittest.cc View 1 2 3 4 5 6 47 chunks +182 lines, -345 lines 0 comments Download
M content/browser/compositor/gpu_process_transport_factory.cc View 2 chunks +1 line, -1 line 0 comments Download
M content/browser/compositor/gpu_surfaceless_browser_compositor_output_surface.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/compositor/owned_mailbox.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/compositor/reflector_texture.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/compositor/surface_utils.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/compositor/test/no_transport_image_transport_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/media/capture/aura_window_capture_machine.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/renderer_host/compositor_impl_android.cc View 1 2 2 chunks +1 line, -1 line 0 comments Download
M content/browser/renderer_host/media/video_capture_controller.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/renderer_host/render_widget_host_view_android.cc View 1 2 3 4 5 6 2 chunks +1 line, -1 line 0 comments Download
M content/browser/renderer_host/render_widget_host_view_aura.cc View 2 chunks +1 line, -1 line 0 comments Download
M content/browser/renderer_host/render_widget_host_view_aura_unittest.cc View 2 chunks +1 line, -1 line 0 comments Download
D content/common/gpu/client/gl_helper.h View 1 chunk +0 lines, -382 lines 0 comments Download
D content/common/gpu/client/gl_helper.cc View 1 chunk +0 lines, -1391 lines 0 comments Download
D content/common/gpu/client/gl_helper_benchmark.cc View 1 chunk +0 lines, -290 lines 0 comments Download
D content/common/gpu/client/gl_helper_readback_support.h View 1 chunk +0 lines, -72 lines 0 comments Download
D content/common/gpu/client/gl_helper_readback_support.cc View 1 chunk +0 lines, -172 lines 0 comments Download
D content/common/gpu/client/gl_helper_scaling.h View 1 chunk +0 lines, -214 lines 0 comments Download
D content/common/gpu/client/gl_helper_scaling.cc View 1 chunk +0 lines, -936 lines 0 comments Download
D content/common/gpu/client/gl_helper_unittest.cc View 1 2 3 4 5 6 1 chunk +0 lines, -1992 lines 0 comments Download
M content/content_browser.gypi View 1 2 3 4 5 1 chunk +6 lines, -0 lines 0 comments Download
M content/content_common.gypi View 1 2 3 4 5 1 chunk +0 lines, -6 lines 0 comments Download
M content/content_tests.gypi View 1 2 3 4 5 2 chunks +2 lines, -2 lines 0 comments Download
M content/renderer/media/renderer_gpu_video_accelerator_factories.cc View 1 chunk +0 lines, -1 line 0 comments Download
M content/test/BUILD.gn View 1 2 3 4 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 50 (23 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1802383002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1802383002/1
4 years, 9 months ago (2016-03-15 15:16:24 UTC) #4
Fady Samuel
How do you feel about this refactor Antoine? gl_helper lives in content/common/gpu/client but depends on ...
4 years, 9 months ago (2016-03-15 15:17:52 UTC) #6
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/157138)
4 years, 9 months ago (2016-03-15 15:25:01 UTC) #8
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1802383002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1802383002/20001
4 years, 9 months ago (2016-03-15 15:30:30 UTC) #10
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/157143)
4 years, 9 months ago (2016-03-15 15:39:20 UTC) #12
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1802383002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1802383002/40001
4 years, 9 months ago (2016-03-15 16:14:08 UTC) #14
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/157162)
4 years, 9 months ago (2016-03-15 16:23:30 UTC) #16
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1802383002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1802383002/60001
4 years, 9 months ago (2016-03-15 16:58:32 UTC) #18
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/157179)
4 years, 9 months ago (2016-03-15 17:07:53 UTC) #20
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1802383002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1802383002/80001
4 years, 9 months ago (2016-03-15 17:19:36 UTC) #22
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/157195)
4 years, 9 months ago (2016-03-15 17:30:44 UTC) #24
danakj
On Tue, Mar 15, 2016 at 8:17 AM, <fsamuel@chromium.org> wrote: > Reviewers: piman > CL: ...
4 years, 9 months ago (2016-03-15 18:39:20 UTC) #25
Fady Samuel
+sievers@ since Antoine is OOO I think.. How do you feel about this move of ...
4 years, 9 months ago (2016-03-15 18:55:57 UTC) #27
no sievers
On 2016/03/15 18:55:57, Fady Samuel wrote: > +sievers@ since Antoine is OOO I think.. > ...
4 years, 9 months ago (2016-03-15 20:43:40 UTC) #28
piman
On Tue, Mar 15, 2016 at 1:43 PM, <sievers@chromium.org> wrote: > On 2016/03/15 18:55:57, Fady ...
4 years, 9 months ago (2016-03-16 23:23:25 UTC) #29
danakj
On Wed, Mar 16, 2016 at 4:23 PM, Antoine Labour <piman@chromium.org> wrote: > > > ...
4 years, 9 months ago (2016-03-16 23:27:47 UTC) #30
no sievers
> > IOW, Daniel, do you feel strongly? > > nope, agreed, let's do content/browser/compositor ...
4 years, 9 months ago (2016-03-16 23:30:30 UTC) #31
Fady Samuel
On 2016/03/16 23:30:30, sievers (slow) wrote: > > > IOW, Daniel, do you feel strongly? ...
4 years, 9 months ago (2016-03-16 23:39:30 UTC) #32
piman
lgtm
4 years, 9 months ago (2016-03-16 23:47:22 UTC) #33
Fady Samuel
On 2016/03/16 23:47:22, piman wrote: > lgtm Thanks!
4 years, 9 months ago (2016-03-16 23:51:29 UTC) #34
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1802383002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1802383002/80001
4 years, 9 months ago (2016-03-16 23:52:10 UTC) #36
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/157840)
4 years, 9 months ago (2016-03-17 00:03:24 UTC) #38
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1802383002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1802383002/100001
4 years, 9 months ago (2016-03-17 01:30:40 UTC) #41
commit-bot: I haz the power
Try jobs failed on following builders: ios_dbg_simulator_gn on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios_dbg_simulator_gn/builds/5515) ios_dbg_simulator_ninja on tryserver.chromium.mac (JOB_FAILED, ...
4 years, 9 months ago (2016-03-17 01:33:35 UTC) #43
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1802383002/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1802383002/120001
4 years, 9 months ago (2016-03-17 01:53:49 UTC) #46
commit-bot: I haz the power
Committed patchset #7 (id:120001)
4 years, 9 months ago (2016-03-17 03:00:29 UTC) #48
commit-bot: I haz the power
4 years, 9 months ago (2016-03-17 03:01:27 UTC) #50
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/919cc1e06ee6e0a4ad1a217e03d5f7b912383831
Cr-Commit-Position: refs/heads/master@{#381651}

Powered by Google App Engine
This is Rietveld 408576698