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

Issue 1873763002: gpu: Disable framebuffer discard on NVIDIA, Android, ChromeOS and Linux (Closed)

Created:
4 years, 8 months ago by Kimmo Kinnunen
Modified:
4 years, 8 months ago
Reviewers:
Zhenyao Mo, piman
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 framebuffer discard on NVIDIA, Android, ChromeOS and Linux Disable framebuffer discard on NVIDIA devices. "Kepler" architecture is non-tiling for the most part, and does not benefit greatly from framebuffer discard. There also was a bug in framebuffer discard that would lock up the system, if it was done on framebuffer with mixed samples (N:M, N != M, N=color samples, M=stencil samples). The bug was fixed ~year ago. Disable it for "Kepler" based devices by filtering with GLES 3.0 and later versions. Devices with chips of earlier architectures will probably not get GLES 3.0. Add so many entries: 1) Disable on Linux GL devices (imitate disabling on desktop Windows rule) 2) Disable on Linux GLES 3.0 devices 3) Disable on ChromeOS GLES 3.0 devices 4) Disable on Android GLES 3.0 devices BUG=601753 CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:linux_optional_gpu_tests_rel;tryserver.chromium.mac:mac_optional_gpu_tests_rel;tryserver.chromium.win:win_optional_gpu_tests_rel Committed: https://crrev.com/a5ef831af7c5f339a22dcefac50f9bdae8788c36 Cr-Commit-Position: refs/heads/master@{#387294}

Patch Set 1 #

Patch Set 2 : rebase #

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

Messages

Total messages: 16 (10 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1873763002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1873763002/1
4 years, 8 months ago (2016-04-08 12:18:52 UTC) #5
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 8 months ago (2016-04-08 13:23:43 UTC) #7
piman
lgtm
4 years, 8 months ago (2016-04-11 18:30:51 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1873763002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1873763002/20001
4 years, 8 months ago (2016-04-14 11:40:59 UTC) #12
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 8 months ago (2016-04-14 12:42:04 UTC) #14
commit-bot: I haz the power
4 years, 8 months ago (2016-04-14 12:43:07 UTC) #16
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/a5ef831af7c5f339a22dcefac50f9bdae8788c36
Cr-Commit-Position: refs/heads/master@{#387294}

Powered by Google App Engine
This is Rietveld 408576698