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

Issue 1359423002: Disable region copy on ARM since it isn't supported (Closed)

Created:
5 years, 3 months ago by dnicoara
Modified:
5 years, 3 months ago
CC:
chromium-reviews, jam, sievers+watch_chromium.org, jbauman+watch_chromium.org, darin-cc_chromium.org, kalyank, piman+watch_chromium.org, danakj+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Disable region copy on ARM since it isn't supported Copying a buffer region isn't supported on ARM due to a driver bug. Until support is landed we can do a full copy to make sure that the buffers are in a consistent state. BUG=chrome-os-partner:36554, 511446 TEST=Ran on daisy, peach_pi and rockchip to verify that the device startup up and produces frames. Committed: https://crrev.com/b76c26887404294611d9ab3b03913fd52d0eb289 Cr-Commit-Position: refs/heads/master@{#350376}

Patch Set 1 #

Total comments: 4

Patch Set 2 : nits #

Patch Set 3 : . #

Patch Set 4 : comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+11 lines, -4 lines) Patch
M content/browser/compositor/buffer_queue.cc View 1 2 3 2 chunks +11 lines, -4 lines 0 comments Download

Messages

Total messages: 14 (4 generated)
dnicoara
PTAL
5 years, 3 months ago (2015-09-23 20:38:14 UTC) #2
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1359423002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1359423002/1
5 years, 3 months ago (2015-09-23 20:39:19 UTC) #4
danakj
https://codereview.chromium.org/1359423002/diff/1/content/browser/compositor/buffer_queue.cc File content/browser/compositor/buffer_queue.cc (right): https://codereview.chromium.org/1359423002/diff/1/content/browser/compositor/buffer_queue.cc#newcode68 content/browser/compositor/buffer_queue.cc:68: SkRegion(SkIRect::MakeXYWH(0, 0, size_.width(), size_.height())), nit: if i was doing ...
5 years, 3 months ago (2015-09-23 21:09:26 UTC) #5
danakj
LGTM
5 years, 3 months ago (2015-09-23 21:09:31 UTC) #6
alexst (slow to review)
lgtm, modulo Dana's comments.
5 years, 3 months ago (2015-09-23 21:10:59 UTC) #7
dnicoara
https://codereview.chromium.org/1359423002/diff/1/content/browser/compositor/buffer_queue.cc File content/browser/compositor/buffer_queue.cc (right): https://codereview.chromium.org/1359423002/diff/1/content/browser/compositor/buffer_queue.cc#newcode68 content/browser/compositor/buffer_queue.cc:68: SkRegion(SkIRect::MakeXYWH(0, 0, size_.width(), size_.height())), On 2015/09/23 21:09:26, danakj wrote: ...
5 years, 3 months ago (2015-09-23 21:23:13 UTC) #8
danakj
LGTM
5 years, 3 months ago (2015-09-23 21:24:09 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1359423002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1359423002/60001
5 years, 3 months ago (2015-09-23 21:24:09 UTC) #12
commit-bot: I haz the power
Committed patchset #4 (id:60001)
5 years, 3 months ago (2015-09-23 22:45:05 UTC) #13
commit-bot: I haz the power
5 years, 3 months ago (2015-09-23 22:46:02 UTC) #14
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/b76c26887404294611d9ab3b03913fd52d0eb289
Cr-Commit-Position: refs/heads/master@{#350376}

Powered by Google App Engine
This is Rietveld 408576698