Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
disable_chromium_framebuffer_multisample on old Qualcomm drivers
Specifically this bug was seen on Adreno 405 on Lollipop. It turns out that the older driver has a bug that's not covered by the fix in https://crrev.com/c/520883 . Since this is such an old device it's not worth it to find a workaround, instead we just re-disable multisampling and WebGL 2.0 which were enabled in that patch. Bug: 767913 Cq-Include-Trybots: master.tryserver.chromium.android:android_optional_gpu_tests_rel;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 Change-Id: I661c974a617bec35eeb830fd1dffd28c0be5f7f2 Reviewed-on: https://chromium-review.googlesource.com/727182 Reviewed-by: Zhenyao Mo <zmo@chromium.org> Commit-Queue: Kai Ninomiya <kainino@chromium.org> Cr-Commit-Position: refs/heads/master@{#509958}
- Loading branch information