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

Issue 433543002: Add a new ozone switch to enable surfaceless output mode. (Closed)

Created:
6 years, 4 months ago by achaulk
Modified:
6 years, 4 months ago
CC:
chromium-reviews, rjkroege, ozone-reviews_chromium.org, nkostylev+watch_chromium.org, jam, sievers+watch_chromium.org, jbauman+watch_chromium.org, darin-cc_chromium.org, oshima+watch_chromium.org, kalyank, piman+watch_chromium.org, danakj+watch_chromium.org, stevenjb+watch_chromium.org, cc-bugs_chromium.org, davemoore+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Add a new ozone switch to enable surfaceless output mode. This is an output surface that displays the content using overlays and render-to-FBO, instead of the usual system-managed framebuffer. Implementation to follow in another CL. BUG=380861 TBR=stevenjb Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=290072

Patch Set 1 #

Patch Set 2 : pull flag from ozone platform instead #

Patch Set 3 : switch to ozone flag #

Total comments: 1

Patch Set 4 : #

Total comments: 1

Patch Set 5 : fix typo #

Patch Set 6 : fix typo #

Total comments: 5

Patch Set 7 : remove stub code from gpu_process_transport_factory #

Patch Set 8 : remove extra line #

Patch Set 9 : rebased #

Patch Set 10 : re-rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+42 lines, -17 lines) Patch
M chrome/browser/chromeos/login/chrome_restart_request.cc View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/gpu/gpu_process_host.cc View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
M ui/ozone/platform/dri/gbm_surface_factory.h View 1 2 3 4 5 6 7 8 1 chunk +2 lines, -0 lines 0 comments Download
M ui/ozone/platform/dri/gbm_surface_factory.cc View 1 2 3 4 5 6 7 8 1 chunk +15 lines, -13 lines 0 comments Download
M ui/ozone/platform/dri/ozone_platform_gbm.cc View 1 2 3 chunks +4 lines, -4 lines 0 comments Download
M ui/ozone/public/ozone_switches.h View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M ui/ozone/public/ozone_switches.cc View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
M ui/ozone/public/surface_factory_ozone.h View 1 2 3 4 5 6 7 8 1 chunk +6 lines, -0 lines 0 comments Download
M ui/ozone/public/surface_factory_ozone.cc View 1 2 3 4 5 6 7 8 1 chunk +7 lines, -0 lines 0 comments Download

Messages

Total messages: 35 (0 generated)
achaulk
Just ozone people for now
6 years, 4 months ago (2014-07-30 18:50:50 UTC) #1
spang
On 2014/07/30 18:50:50, achaulk wrote: > Just ozone people for now I don't think we ...
6 years, 4 months ago (2014-07-30 19:00:13 UTC) #2
spang
On 2014/07/30 19:00:13, spang wrote: > On 2014/07/30 18:50:50, achaulk wrote: > > Just ozone ...
6 years, 4 months ago (2014-07-30 19:03:40 UTC) #3
achaulk
On 2014/07/30 19:03:40, spang wrote: > On 2014/07/30 19:00:13, spang wrote: > > On 2014/07/30 ...
6 years, 4 months ago (2014-07-30 19:06:23 UTC) #4
spang
On 2014/07/30 19:06:23, achaulk wrote: > On 2014/07/30 19:03:40, spang wrote: > > On 2014/07/30 ...
6 years, 4 months ago (2014-07-30 19:50:27 UTC) #5
achaulk
On 2014/07/30 19:50:27, spang wrote: > On 2014/07/30 19:06:23, achaulk wrote: > > On 2014/07/30 ...
6 years, 4 months ago (2014-07-30 20:00:29 UTC) #6
spang
On 2014/07/30 20:00:29, achaulk wrote: > On 2014/07/30 19:50:27, spang wrote: > > On 2014/07/30 ...
6 years, 4 months ago (2014-07-30 20:44:40 UTC) #7
achaulk
Sure, I guess it makes sense to add a new thing for this
6 years, 4 months ago (2014-07-31 19:33:10 UTC) #8
achaulk
ping
6 years, 4 months ago (2014-08-07 14:30:34 UTC) #9
dnicoara
https://codereview.chromium.org/433543002/diff/40001/ui/ozone/public/surface_factory_ozone.h File ui/ozone/public/surface_factory_ozone.h (right): https://codereview.chromium.org/433543002/diff/40001/ui/ozone/public/surface_factory_ozone.h#newcode96 ui/ozone/public/surface_factory_ozone.h:96: virtual scoped_ptr<SurfaceOzoneEGL> CreateEmptyEGLSurfaceForWidget( nit: I don't like naming it ...
6 years, 4 months ago (2014-08-07 14:48:21 UTC) #10
achaulk
sure
6 years, 4 months ago (2014-08-07 15:04:43 UTC) #11
spang
lgtm https://codereview.chromium.org/433543002/diff/60001/ui/ozone/public/surface_factory_ozone.cc File ui/ozone/public/surface_factory_ozone.cc (right): https://codereview.chromium.org/433543002/diff/60001/ui/ozone/public/surface_factory_ozone.cc#newcode48 ui/ozone/public/surface_factory_ozone.cc:48: return scoped_ptr<SurfaceOzoneCanvas>(); typo
6 years, 4 months ago (2014-08-07 19:08:17 UTC) #12
stevenjb
On 2014/08/07 19:08:17, spang wrote: > lgtm > > https://codereview.chromium.org/433543002/diff/60001/ui/ozone/public/surface_factory_ozone.cc > File ui/ozone/public/surface_factory_ozone.cc (right): > ...
6 years, 4 months ago (2014-08-07 21:28:34 UTC) #13
stevenjb
On 2014/08/07 21:28:34, stevenjb wrote: > On 2014/08/07 19:08:17, spang wrote: > > lgtm > ...
6 years, 4 months ago (2014-08-07 21:29:30 UTC) #14
achaulk
OWNERS review needed +danakj - for content/browser/compositor +kbr - for content/browser/gpu +stevenjb - for chrome/browser/chromeos/login
6 years, 4 months ago (2014-08-08 15:19:45 UTC) #15
danakj
This patch title seems out of date (and much longer than 72 chars) and it ...
6 years, 4 months ago (2014-08-08 15:24:57 UTC) #16
achaulk
done
6 years, 4 months ago (2014-08-08 15:30:37 UTC) #17
danakj
https://codereview.chromium.org/433543002/diff/100001/content/browser/compositor/gpu_process_transport_factory.cc File content/browser/compositor/gpu_process_transport_factory.cc (right): https://codereview.chromium.org/433543002/diff/100001/content/browser/compositor/gpu_process_transport_factory.cc#newcode232 content/browser/compositor/gpu_process_transport_factory.cc:232: return scoped_ptr<cc::OutputSurface>(); // TODO(achaulk) implementation. What's the point of ...
6 years, 4 months ago (2014-08-08 15:41:20 UTC) #18
achaulk
https://codereview.chromium.org/433543002/diff/100001/content/browser/compositor/gpu_process_transport_factory.cc File content/browser/compositor/gpu_process_transport_factory.cc (right): https://codereview.chromium.org/433543002/diff/100001/content/browser/compositor/gpu_process_transport_factory.cc#newcode232 content/browser/compositor/gpu_process_transport_factory.cc:232: return scoped_ptr<cc::OutputSurface>(); // TODO(achaulk) implementation. On 2014/08/08 15:41:20, danakj ...
6 years, 4 months ago (2014-08-08 15:46:03 UTC) #19
danakj
https://codereview.chromium.org/433543002/diff/100001/content/browser/compositor/gpu_process_transport_factory.cc File content/browser/compositor/gpu_process_transport_factory.cc (right): https://codereview.chromium.org/433543002/diff/100001/content/browser/compositor/gpu_process_transport_factory.cc#newcode232 content/browser/compositor/gpu_process_transport_factory.cc:232: return scoped_ptr<cc::OutputSurface>(); // TODO(achaulk) implementation. On 2014/08/08 15:46:03, achaulk ...
6 years, 4 months ago (2014-08-08 15:46:49 UTC) #20
achaulk
https://codereview.chromium.org/433543002/diff/100001/content/browser/compositor/gpu_process_transport_factory.cc File content/browser/compositor/gpu_process_transport_factory.cc (right): https://codereview.chromium.org/433543002/diff/100001/content/browser/compositor/gpu_process_transport_factory.cc#newcode232 content/browser/compositor/gpu_process_transport_factory.cc:232: return scoped_ptr<cc::OutputSurface>(); // TODO(achaulk) implementation. On 2014/08/08 15:46:48, danakj ...
6 years, 4 months ago (2014-08-08 15:49:21 UTC) #21
Ken Russell (switch to Gerrit)
content/browser/gpu LGTM
6 years, 4 months ago (2014-08-08 18:21:49 UTC) #22
achaulk
The CQ bit was checked by achaulk@chromium.org
6 years, 4 months ago (2014-08-15 17:39:55 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/achaulk@chromium.org/433543002/140001
6 years, 4 months ago (2014-08-15 17:42:16 UTC) #24
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: linux_gpu on tryserver.chromium.gpu ...
6 years, 4 months ago (2014-08-15 18:11:04 UTC) #25
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 4 months ago (2014-08-15 18:19:49 UTC) #26
commit-bot: I haz the power
Try jobs failed on following builders: linux_gpu on tryserver.chromium.gpu (http://build.chromium.org/p/tryserver.chromium.gpu/builders/linux_gpu/builds/53125) mac_gpu on tryserver.chromium.gpu (http://build.chromium.org/p/tryserver.chromium.gpu/builders/mac_gpu/builds/42408) android_chromium_gn_compile_rel ...
6 years, 4 months ago (2014-08-15 18:19:51 UTC) #27
achaulk
The CQ bit was checked by achaulk@chromium.org
6 years, 4 months ago (2014-08-15 18:57:49 UTC) #28
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/achaulk@chromium.org/433543002/160001
6 years, 4 months ago (2014-08-15 19:01:35 UTC) #29
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: linux_gpu on tryserver.chromium.gpu ...
6 years, 4 months ago (2014-08-15 20:20:30 UTC) #30
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 4 months ago (2014-08-15 20:24:32 UTC) #31
commit-bot: I haz the power
Try jobs failed on following builders: linux_gpu on tryserver.chromium.gpu (http://build.chromium.org/p/tryserver.chromium.gpu/builders/linux_gpu/builds/53216) mac_gpu on tryserver.chromium.gpu (http://build.chromium.org/p/tryserver.chromium.gpu/builders/mac_gpu/builds/42499) android_chromium_gn_compile_rel ...
6 years, 4 months ago (2014-08-15 20:24:33 UTC) #32
achaulk
The CQ bit was checked by achaulk@chromium.org
6 years, 4 months ago (2014-08-15 20:29:16 UTC) #33
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/achaulk@chromium.org/433543002/180001
6 years, 4 months ago (2014-08-15 20:31:27 UTC) #34
commit-bot: I haz the power
6 years, 4 months ago (2014-08-16 00:58:34 UTC) #35
Message was sent while issue was closed.
Committed patchset #10 (180001) as 290072

Powered by Google App Engine
This is Rietveld 408576698