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

Issue 26849004: [Ozone] Adding a software rendering implementation of SurfaceFactoryOzone (Closed)

Created:
7 years, 2 months ago by dnicoara
Modified:
7 years, 2 months ago
Reviewers:
rjkroege
CC:
chromium-reviews
Visibility:
Public.

Description

[Ozone] Adding a software rendering implementation of SurfaceFactoryOzone BUG= Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=229575

Patch Set 1 #

Patch Set 2 : Do not use SSFO by default (SSFO isn't enabled in GYP) #

Total comments: 4

Patch Set 3 : Added comments & fixed corner case #

Total comments: 4

Patch Set 4 : Using scoped_ptr #

Patch Set 5 : Updated SSO unittest #

Unified diffs Side-by-side diffs Delta from patch set Stats (+381 lines, -26 lines) Patch
M ui/gfx/ozone/impl/hardware_display_controller_ozone.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M ui/gfx/ozone/impl/hardware_display_controller_ozone.cc View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M ui/gfx/ozone/impl/hardware_display_controller_ozone_unittest.cc View 1 2 3 5 chunks +18 lines, -22 lines 0 comments Download
A ui/gfx/ozone/impl/software_surface_factory_ozone.h View 1 chunk +72 lines, -0 lines 0 comments Download
A ui/gfx/ozone/impl/software_surface_factory_ozone.cc View 1 2 3 1 chunk +285 lines, -0 lines 0 comments Download
M ui/gfx/ozone/impl/software_surface_ozone_unittest.cc View 1 2 3 4 1 chunk +2 lines, -1 line 0 comments Download
M ui/gfx/ozone/surface_factory_ozone.h View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 14 (0 generated)
dnicoara
7 years, 2 months ago (2013-10-15 20:50:27 UTC) #1
rjkroege
https://codereview.chromium.org/26849004/diff/4001/ui/gfx/ozone/impl/software_surface_factory_ozone.cc File ui/gfx/ozone/impl/software_surface_factory_ozone.cc (right): https://codereview.chromium.org/26849004/diff/4001/ui/gfx/ozone/impl/software_surface_factory_ozone.cc#newcode153 ui/gfx/ozone/impl/software_surface_factory_ozone.cc:153: SoftwareSurfaceOzone* surface = CreateSurface(controller_.get()); who tracks ownership of surface? ...
7 years, 2 months ago (2013-10-16 19:03:36 UTC) #2
dnicoara
https://codereview.chromium.org/26849004/diff/4001/ui/gfx/ozone/impl/software_surface_factory_ozone.cc File ui/gfx/ozone/impl/software_surface_factory_ozone.cc (right): https://codereview.chromium.org/26849004/diff/4001/ui/gfx/ozone/impl/software_surface_factory_ozone.cc#newcode153 ui/gfx/ozone/impl/software_surface_factory_ozone.cc:153: SoftwareSurfaceOzone* surface = CreateSurface(controller_.get()); On 2013/10/16 19:03:36, rjkroege wrote: ...
7 years, 2 months ago (2013-10-16 20:27:29 UTC) #3
rjkroege
https://codereview.chromium.org/26849004/diff/8001/ui/gfx/ozone/impl/software_surface_factory_ozone.cc File ui/gfx/ozone/impl/software_surface_factory_ozone.cc (right): https://codereview.chromium.org/26849004/diff/8001/ui/gfx/ozone/impl/software_surface_factory_ozone.cc#newcode163 ui/gfx/ozone/impl/software_surface_factory_ozone.cc:163: // controller takes ownership of the surface. In this ...
7 years, 2 months ago (2013-10-16 21:42:13 UTC) #4
dnicoara
The SSO unittests need 1 change due to the scoped_ptr change. However it is in ...
7 years, 2 months ago (2013-10-17 14:26:19 UTC) #5
rjkroege
lgtm
7 years, 2 months ago (2013-10-17 16:52:49 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dnicoara@chromium.org/26849004/24001
7 years, 2 months ago (2013-10-17 17:05:40 UTC) #7
commit-bot: I haz the power
Retried try job too often on win7_aura for step(s) browser_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win7_aura&number=90012
7 years, 2 months ago (2013-10-18 01:01:21 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dnicoara@chromium.org/26849004/24001
7 years, 2 months ago (2013-10-18 02:09:50 UTC) #9
commit-bot: I haz the power
Step "update" is always a major failure. Look at the try server FAQ for more ...
7 years, 2 months ago (2013-10-18 18:12:58 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dnicoara@chromium.org/26849004/24001
7 years, 2 months ago (2013-10-18 22:53:54 UTC) #11
commit-bot: I haz the power
Retried try job too often on win7_aura for step(s) browser_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win7_aura&number=90683
7 years, 2 months ago (2013-10-19 10:18:32 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dnicoara@chromium.org/26849004/24001
7 years, 2 months ago (2013-10-19 13:34:17 UTC) #13
commit-bot: I haz the power
7 years, 2 months ago (2013-10-19 15:59:37 UTC) #14
Message was sent while issue was closed.
Change committed as 229575

Powered by Google App Engine
This is Rietveld 408576698