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

Issue 249413003: ozone: dri: Composite to intermediate surface & copy (Closed)

Created:
6 years, 8 months ago by spang
Modified:
6 years, 8 months ago
Reviewers:
rjkroege, danakj, dnicoara
CC:
chromium-reviews, ozone-reviews_chromium.org, jam, sievers+watch_chromium.org, jbauman+watch_chromium.org, darin-cc_chromium.org, kalyank, piman+watch_chromium.org, danakj+watch_chromium.org
Visibility:
Public.

Description

ozone: dri: Composite to intermediate surface & copy This removes the need to read from the scanout buffer. Doing that is really, really slow. TEST=chrome --ozone-platform=dri on pixel BUG=366205 NOTRY=true Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=266076

Patch Set 1 #

Patch Set 2 : minor cleanup #

Total comments: 6

Patch Set 3 : document damage calculation, remove success return from present/resize #

Total comments: 3

Patch Set 4 : expand surfaceozonecanvas docs #

Patch Set 5 : split drisurfaceadapter definitions #

Unified diffs Side-by-side diffs Delta from patch set Stats (+60 lines, -106 lines) Patch
M content/browser/compositor/software_output_device_ozone.cc View 1 1 chunk +1 line, -13 lines 0 comments Download
M content/browser/compositor/software_output_device_ozone_unittest.cc View 1 2 3 4 3 chunks +3 lines, -31 lines 0 comments Download
M ui/gfx/ozone/impl/file_surface_factory.cc View 1 2 2 chunks +2 lines, -4 lines 0 comments Download
M ui/gfx/ozone/surface_ozone_canvas.h View 1 2 3 1 chunk +12 lines, -9 lines 0 comments Download
M ui/ozone/platform/caca/caca_surface_factory.cc View 1 2 3 chunks +4 lines, -7 lines 0 comments Download
M ui/ozone/platform/dri/dri_surface.cc View 2 chunks +0 lines, -28 lines 0 comments Download
M ui/ozone/platform/dri/dri_surface_factory.cc View 1 2 3 4 2 chunks +38 lines, -14 lines 0 comments Download

Messages

Total messages: 13 (0 generated)
spang
6 years, 8 months ago (2014-04-23 18:21:36 UTC) #1
danakj
On Wed, Apr 23, 2014 at 2:21 PM, <spang@chromium.org> wrote: > Reviewers: dnicoara, rjkroege, danakj, ...
6 years, 8 months ago (2014-04-23 18:24:13 UTC) #2
spang
On 2014/04/23 18:24:13, danakj wrote: > On Wed, Apr 23, 2014 at 2:21 PM, <mailto:spang@chromium.org> ...
6 years, 8 months ago (2014-04-23 18:40:43 UTC) #3
danakj
Thanks for the added context. I have some possibly-naive questions. https://codereview.chromium.org/249413003/diff/20001/content/browser/compositor/software_output_device_ozone.cc File content/browser/compositor/software_output_device_ozone.cc (left): https://codereview.chromium.org/249413003/diff/20001/content/browser/compositor/software_output_device_ozone.cc#oldcode66 ...
6 years, 8 months ago (2014-04-23 19:05:38 UTC) #4
spang
https://codereview.chromium.org/249413003/diff/20001/content/browser/compositor/software_output_device_ozone.cc File content/browser/compositor/software_output_device_ozone.cc (left): https://codereview.chromium.org/249413003/diff/20001/content/browser/compositor/software_output_device_ozone.cc#oldcode66 content/browser/compositor/software_output_device_ozone.cc:66: DCHECK(scheduled) << "Failed to present canvas"; On 2014/04/23 19:05:38, ...
6 years, 8 months ago (2014-04-23 20:57:18 UTC) #5
danakj
Thanks for the comment. LGTM when the others are happy also. :)
6 years, 8 months ago (2014-04-23 21:26:20 UTC) #6
rjkroege
It's not clear to me if this ends up making a third buffer for the ...
6 years, 8 months ago (2014-04-23 22:29:32 UTC) #7
spang
On 2014/04/23 22:29:32, rjkroege wrote: > It's not clear to me if this ends up ...
6 years, 8 months ago (2014-04-23 22:50:09 UTC) #8
danakj
On Wed, Apr 23, 2014 at 6:50 PM, <spang@chromium.org> wrote: > https://codereview.chromium.org/249413003/diff/30001/ui/ > ozone/platform/dri/dri_surface_factory.cc#newcode91 > ...
6 years, 8 months ago (2014-04-23 23:12:54 UTC) #9
rjkroege
On 2014/04/23 22:50:09, spang wrote: > On 2014/04/23 22:29:32, rjkroege wrote: > > It's not ...
6 years, 8 months ago (2014-04-24 19:01:00 UTC) #10
spang
The CQ bit was checked by spang@chromium.org
6 years, 8 months ago (2014-04-25 00:30:19 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/spang@chromium.org/249413003/70001
6 years, 8 months ago (2014-04-25 00:31:36 UTC) #12
commit-bot: I haz the power
6 years, 8 months ago (2014-04-25 00:57:30 UTC) #13
Message was sent while issue was closed.
Change committed as 266076

Powered by Google App Engine
This is Rietveld 408576698