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

Issue 2731733002: Convert Ozone GL OSMesa implementation. (Closed)

Created:
3 years, 9 months ago by kylechar
Modified:
3 years, 9 months ago
Reviewers:
rjkroege
CC:
chromium-reviews, kalyank, piman+watch_chromium.org, ozone-reviews_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Convert Ozone GL OSMesa implementation. Convert Ozone GL code for OSMesa to use the GLOzone interface. This simplifies the initialization code in ui/gl/ and lets every Ozone platform fully define the GL implementations that are available. BUG=643368 Review-Url: https://codereview.chromium.org/2731733002 Cr-Commit-Position: refs/heads/master@{#454681} Committed: https://chromium.googlesource.com/chromium/src/+/2cb74b7eae8939042b92edd1fc277b6ab61f2fc3

Patch Set 1 #

Patch Set 2 : Cleanup. #

Total comments: 2

Patch Set 3 : Move constructor. #

Patch Set 4 : Rebase. #

Patch Set 5 : Fix rebase. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+205 lines, -79 lines) Patch
M ui/gl/init/gl_factory_ozone.cc View 4 chunks +14 lines, -48 lines 0 comments Download
M ui/gl/init/gl_initializer_ozone.cc View 5 chunks +2 lines, -8 lines 0 comments Download
M ui/ozone/common/BUILD.gn View 1 chunk +2 lines, -0 lines 0 comments Download
A ui/ozone/common/gl_ozone_osmesa.h View 1 2 1 chunk +44 lines, -0 lines 0 comments Download
A ui/ozone/common/gl_ozone_osmesa.cc View 1 2 1 chunk +72 lines, -0 lines 0 comments Download
M ui/ozone/platform/cast/surface_factory_cast.h View 1 chunk +1 line, -0 lines 0 comments Download
M ui/ozone/platform/cast/surface_factory_cast.cc View 1 2 3 4 3 chunks +10 lines, -3 lines 0 comments Download
M ui/ozone/platform/drm/gpu/gbm_surface_factory.h View 1 chunk +1 line, -0 lines 0 comments Download
M ui/ozone/platform/drm/gpu/gbm_surface_factory.cc View 1 2 3 4 chunks +8 lines, -5 lines 0 comments Download
M ui/ozone/platform/headless/headless_surface_factory.h View 3 chunks +8 lines, -0 lines 0 comments Download
M ui/ozone/platform/headless/headless_surface_factory.cc View 1 2 3 2 chunks +18 lines, -1 line 0 comments Download
M ui/ozone/platform/wayland/wayland_surface_factory.h View 1 chunk +1 line, -0 lines 0 comments Download
M ui/ozone/platform/wayland/wayland_surface_factory.cc View 5 chunks +11 lines, -4 lines 0 comments Download
M ui/ozone/platform/x11/x11_surface_factory.h View 1 chunk +1 line, -0 lines 0 comments Download
M ui/ozone/platform/x11/x11_surface_factory.cc View 3 chunks +11 lines, -9 lines 0 comments Download
M ui/ozone/public/surface_factory_ozone.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 24 (18 generated)
kylechar
3 years, 9 months ago (2017-03-03 18:56:25 UTC) #2
rjkroege
lgtm + inquiry. https://codereview.chromium.org/2731733002/diff/20001/ui/ozone/common/gl_ozone_osmesa.h File ui/ozone/common/gl_ozone_osmesa.h (right): https://codereview.chromium.org/2731733002/diff/20001/ui/ozone/common/gl_ozone_osmesa.h#newcode18 ui/ozone/common/gl_ozone_osmesa.h:18: ~GLOzoneOSMesa() override {} it use to ...
3 years, 9 months ago (2017-03-03 19:09:45 UTC) #3
kylechar
https://codereview.chromium.org/2731733002/diff/20001/ui/ozone/common/gl_ozone_osmesa.h File ui/ozone/common/gl_ozone_osmesa.h (right): https://codereview.chromium.org/2731733002/diff/20001/ui/ozone/common/gl_ozone_osmesa.h#newcode18 ui/ozone/common/gl_ozone_osmesa.h:18: ~GLOzoneOSMesa() override {} On 2017/03/03 19:09:45, rjkroege wrote: > ...
3 years, 9 months ago (2017-03-03 19:13:56 UTC) #4
rjkroege
thanks. lgtm
3 years, 9 months ago (2017-03-03 19:19:04 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2731733002/100001
3 years, 9 months ago (2017-03-03 21:26:24 UTC) #21
commit-bot: I haz the power
3 years, 9 months ago (2017-03-03 21:32:03 UTC) #24
Message was sent while issue was closed.
Committed patchset #5 (id:100001) as
https://chromium.googlesource.com/chromium/src/+/2cb74b7eae8939042b92edd1fc27...

Powered by Google App Engine
This is Rietveld 408576698