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

Issue 2176703002: gpu: Disable multisample on more adreno renderers (Closed)

Created:
4 years, 5 months ago by boliu
Modified:
4 years, 5 months ago
CC:
chromium-reviews, piman+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

gpu: Disable multisample on more adreno renderers We know for sure the initial N release for N5X/N6P will have multisample bugs. There is evidence as well that adreno 530 drivers in existing devices like samsung s7 is affected as well. Expand the workaround to cover these devices. Planning on merging back to m52 BUG=612474 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/1243666b4f5c7c48312233e1f6e6fda46191b184 Cr-Commit-Position: refs/heads/master@{#407311}

Patch Set 1 #

Total comments: 1

Patch Set 2 : new rules #

Total comments: 1

Patch Set 3 : disable extension #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+35 lines, -1 line) Patch
M gpu/config/gpu_driver_bug_list_json.cc View 1 2 2 chunks +35 lines, -1 line 2 comments Download

Messages

Total messages: 49 (21 generated)
boliu
let's discuss on chat about this..
4 years, 5 months ago (2016-07-22 16:24:58 UTC) #3
no sievers
Seems fine if it has stability problems. So is the question if it's worth to ...
4 years, 5 months ago (2016-07-22 17:17:32 UTC) #8
bsalomon_chromium
Canvas doesn't use MSAA (except in the display list case). +senorblanco.
4 years, 5 months ago (2016-07-22 17:30:06 UTC) #13
Stephen White
https://codereview.chromium.org/2176703002/diff/1/gpu/config/gpu_driver_bug_list_json.cc File gpu/config/gpu_driver_bug_list_json.cc (right): https://codereview.chromium.org/2176703002/diff/1/gpu/config/gpu_driver_bug_list_json.cc#newcode1135 gpu/config/gpu_driver_bug_list_json.cc:1135: // Mean to cover N only. NMR1 has this ...
4 years, 5 months ago (2016-07-22 18:18:15 UTC) #14
boliu
On 2016/07/22 18:18:15, Stephen White wrote: > https://codereview.chromium.org/2176703002/diff/1/gpu/config/gpu_driver_bug_list_json.cc > File gpu/config/gpu_driver_bug_list_json.cc (right): > > https://codereview.chromium.org/2176703002/diff/1/gpu/config/gpu_driver_bug_list_json.cc#newcode1135 ...
4 years, 5 months ago (2016-07-22 18:30:17 UTC) #15
Stephen White
On 2016/07/22 18:30:17, boliu wrote: > On 2016/07/22 18:18:15, Stephen White wrote: > > > ...
4 years, 5 months ago (2016-07-22 18:59:33 UTC) #16
boliu
On 2016/07/22 18:59:33, Stephen White wrote: > On 2016/07/22 18:30:17, boliu wrote: > > On ...
4 years, 5 months ago (2016-07-22 19:41:12 UTC) #17
boliu
On 2016/07/22 19:41:12, boliu wrote: > On 2016/07/22 18:59:33, Stephen White wrote: > > On ...
4 years, 5 months ago (2016-07-22 19:44:20 UTC) #18
boliu
Ok... falling back to software raster is bad I guess, but I do want this ...
4 years, 5 months ago (2016-07-22 19:58:52 UTC) #19
Stephen White
On 2016/07/22 19:41:12, boliu wrote: > On 2016/07/22 18:59:33, Stephen White wrote: > > On ...
4 years, 5 months ago (2016-07-22 20:14:43 UTC) #20
Stephen White
On 2016/07/22 19:58:52, boliu wrote: > Ok... falling back to software raster is bad I ...
4 years, 5 months ago (2016-07-22 20:17:08 UTC) #21
boliu
On 2016/07/22 20:17:08, Stephen White wrote: > On 2016/07/22 19:58:52, boliu wrote: > > Ok... ...
4 years, 5 months ago (2016-07-22 20:23:49 UTC) #22
Stephen White
On 2016/07/22 20:23:49, boliu wrote: > On 2016/07/22 20:17:08, Stephen White wrote: > > On ...
4 years, 5 months ago (2016-07-22 20:34:38 UTC) #23
boliu
On 2016/07/22 20:34:38, Stephen White wrote: > On 2016/07/22 20:23:49, boliu wrote: > > On ...
4 years, 5 months ago (2016-07-22 20:43:21 UTC) #24
boliu
I haven't tested all the conditions yet, but new patch set up that does not ...
4 years, 5 months ago (2016-07-22 21:15:14 UTC) #26
boliu
https://codereview.chromium.org/2176703002/diff/20001/gpu/config/gpu_driver_bug_list_json.cc File gpu/config/gpu_driver_bug_list_json.cc (right): https://codereview.chromium.org/2176703002/diff/20001/gpu/config/gpu_driver_bug_list_json.cc#newcode1892 gpu/config/gpu_driver_bug_list_json.cc:1892: "disable_multisampled_render_to_texture" since these are new rules, should we use ...
4 years, 5 months ago (2016-07-22 21:35:13 UTC) #28
Stephen White
Looks good (up to my knowledge of blacklist syntax). zmo@ and/or sievers@ should probably take ...
4 years, 5 months ago (2016-07-22 21:35:56 UTC) #31
Stephen White
https://codereview.chromium.org/2176703002/diff/40001/gpu/config/gpu_driver_bug_list_json.cc File gpu/config/gpu_driver_bug_list_json.cc (right): https://codereview.chromium.org/2176703002/diff/40001/gpu/config/gpu_driver_bug_list_json.cc#newcode1903 gpu/config/gpu_driver_bug_list_json.cc:1903: "value": "7.0" BTW, does this mean 5xx is ok ...
4 years, 5 months ago (2016-07-22 21:39:05 UTC) #33
boliu
https://codereview.chromium.org/2176703002/diff/40001/gpu/config/gpu_driver_bug_list_json.cc File gpu/config/gpu_driver_bug_list_json.cc (right): https://codereview.chromium.org/2176703002/diff/40001/gpu/config/gpu_driver_bug_list_json.cc#newcode1903 gpu/config/gpu_driver_bug_list_json.cc:1903: "value": "7.0" On 2016/07/22 21:39:04, Stephen White wrote: > ...
4 years, 5 months ago (2016-07-22 21:40:08 UTC) #34
Zhenyao Mo
On 2016/07/22 21:40:08, boliu wrote: > https://codereview.chromium.org/2176703002/diff/40001/gpu/config/gpu_driver_bug_list_json.cc > File gpu/config/gpu_driver_bug_list_json.cc (right): > > https://codereview.chromium.org/2176703002/diff/40001/gpu/config/gpu_driver_bug_list_json.cc#newcode1903 > ...
4 years, 5 months ago (2016-07-22 21:47:32 UTC) #35
boliu
Tested on: samsung s7, adreno 530, android 6.0, disabled nexus 5x, adreno 418, android 7.0, ...
4 years, 5 months ago (2016-07-22 21:47:54 UTC) #36
no sievers
lgtm
4 years, 5 months ago (2016-07-22 21:56:11 UTC) #37
no sievers
lgtm
4 years, 5 months ago (2016-07-22 21:56:12 UTC) #38
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/2176703002/40001
4 years, 5 months ago (2016-07-22 21:57:50 UTC) #41
commit-bot: I haz the power
Try jobs failed on following builders: mac_optional_gpu_tests_rel on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_optional_gpu_tests_rel/builds/2225)
4 years, 5 months ago (2016-07-22 23:23:20 UTC) #43
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/2176703002/40001
4 years, 5 months ago (2016-07-22 23:31:58 UTC) #45
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 5 months ago (2016-07-23 00:15:49 UTC) #47
commit-bot: I haz the power
4 years, 5 months ago (2016-07-23 00:18:14 UTC) #49
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/1243666b4f5c7c48312233e1f6e6fda46191b184
Cr-Commit-Position: refs/heads/master@{#407311}

Powered by Google App Engine
This is Rietveld 408576698