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

Issue 2281663002: Disable unified media pipeline (Spitzer) for Webview for PowerVR (Closed)

Created:
4 years, 3 months ago by Tima Vaisburd
Modified:
4 years, 3 months ago
CC:
amineer, chromium-reviews, darin-cc_chromium.org, jam, piman+watch_chromium.org, Tobias Sargeant
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Disable unified media pipeline (Spitzer) for Webview for PowerVR The function eglCreateImageKHR() seems to fail on this GPU for L8 textures which results in YUV->RGB conversion failures. EGLImage is used for Spitzer in WebView. BUG=632461 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel Committed: https://crrev.com/3f7abca63f1e71713d6c26747093d331bd3299f0 Cr-Commit-Position: refs/heads/master@{#414629}

Patch Set 1 #

Patch Set 2 : Put #ifdef (OS_ANDROID) #

Total comments: 1

Patch Set 3 : rebased, updated bug list version #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+26 lines, -1 line) Patch
M content/browser/gpu/gpu_data_manager_impl_private.cc View 1 2 2 chunks +10 lines, -0 lines 1 comment Download
M gpu/config/gpu_driver_bug_list_json.cc View 1 2 2 chunks +14 lines, -1 line 0 comments Download
M gpu/config/gpu_driver_bug_workaround_type.h View 1 2 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 42 (21 generated)
Tima Vaisburd
Finally I found a place in code that seems correct. Still testing on the device. ...
4 years, 3 months ago (2016-08-25 17:57:46 UTC) #5
DaleCurtis
Do you want to disable UMP or just AcceleratedVideoDecode? This will allow the use of ...
4 years, 3 months ago (2016-08-25 19:00:18 UTC) #11
Tima Vaisburd
4 years, 3 months ago (2016-08-25 19:00:40 UTC) #12
Tima Vaisburd
On 2016/08/25 19:00:18, DaleCurtis wrote: > Do you want to disable UMP or just AcceleratedVideoDecode? ...
4 years, 3 months ago (2016-08-25 19:25:24 UTC) #15
DaleCurtis
I don't know the original bug, I'm just the peanut gallery :)
4 years, 3 months ago (2016-08-25 19:26:17 UTC) #16
boliu
On 2016/08/25 19:25:24, Tima Vaisburd wrote: > On 2016/08/25 19:00:18, DaleCurtis wrote: > > Do ...
4 years, 3 months ago (2016-08-25 19:35:44 UTC) #17
boliu
On 2016/08/25 19:35:44, boliu wrote: > On 2016/08/25 19:25:24, Tima Vaisburd wrote: > > On ...
4 years, 3 months ago (2016-08-25 20:59:18 UTC) #18
DaleCurtis
We have a couple, this blacklist is one of them -- another is in MediaCodecUtil. ...
4 years, 3 months ago (2016-08-25 21:00:42 UTC) #19
DaleCurtis
If the YT videos that are showing green are vp8/vp9 then it's as you say, ...
4 years, 3 months ago (2016-08-25 21:01:41 UTC) #20
Tima Vaisburd
On 2016/08/25 21:01:41, DaleCurtis wrote: > If the YT videos that are showing green are ...
4 years, 3 months ago (2016-08-25 22:50:44 UTC) #21
DaleCurtis
lgtm me then :)
4 years, 3 months ago (2016-08-25 22:54:30 UTC) #22
boliu
You should get an actual owner here https://codereview.chromium.org/2281663002/diff/20001/content/browser/gpu/gpu_data_manager_impl_private.cc File content/browser/gpu/gpu_data_manager_impl_private.cc (right): https://codereview.chromium.org/2281663002/diff/20001/content/browser/gpu/gpu_data_manager_impl_private.cc#newcode753 content/browser/gpu/gpu_data_manager_impl_private.cc:753: command_line->AppendSwitch(switches::kDisableUnifiedMediaPipeline); It's ...
4 years, 3 months ago (2016-08-25 23:05:20 UTC) #23
Tima Vaisburd
On 2016/08/25 23:05:20, boliu wrote: > You should get an actual owner here > > ...
4 years, 3 months ago (2016-08-25 23:52:41 UTC) #24
Tima Vaisburd
Adding Ken for OWNERS review.
4 years, 3 months ago (2016-08-26 00:05:16 UTC) #28
Ken Russell (switch to Gerrit)
LGTM Could you please at least mention "unified media pipeline" in the CL description instead ...
4 years, 3 months ago (2016-08-26 00:21:07 UTC) #29
Ken Russell (switch to Gerrit)
https://codereview.chromium.org/2281663002/diff/40001/content/browser/gpu/gpu_data_manager_impl_private.cc File content/browser/gpu/gpu_data_manager_impl_private.cc (right): https://codereview.chromium.org/2281663002/diff/40001/content/browser/gpu/gpu_data_manager_impl_private.cc#newcode751 content/browser/gpu/gpu_data_manager_impl_private.cc:751: if (command_line->HasSwitch(switches::kEnableThreadedTextureMailboxes) && Question: is this the key flag ...
4 years, 3 months ago (2016-08-26 00:22:15 UTC) #30
boliu
lgtm
4 years, 3 months ago (2016-08-26 01:45:41 UTC) #31
Tima Vaisburd
On 2016/08/26 00:22:15, Ken Russell wrote: > Question: is this the key flag which distinguishes ...
4 years, 3 months ago (2016-08-26 01:57:19 UTC) #33
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/2281663002/40001
4 years, 3 months ago (2016-08-26 02:14:02 UTC) #38
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 3 months ago (2016-08-26 02:18:53 UTC) #40
commit-bot: I haz the power
4 years, 3 months ago (2016-08-26 02:20:44 UTC) #42
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/3f7abca63f1e71713d6c26747093d331bd3299f0
Cr-Commit-Position: refs/heads/master@{#414629}

Powered by Google App Engine
This is Rietveld 408576698