Commit a361a690 authored by Christopher Cameron's avatar Christopher Cameron Committed by Commit Bot

Mac: Blacklist all GPU features for GL <4.1

This is a very small set of machines, which have been exhibiting
- rendering artifacts when GPU compositing is enabled
- severe rendering artifacts when GPU raster is enabled

Bug: 875891
Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel
Change-Id: Ie49a9111b9723977a2b8758f824bba7843238d32
Reviewed-on: https://chromium-review.googlesource.com/1220180Reviewed-by: default avatarccameron <ccameron@chromium.org>
Reviewed-by: default avatarKenneth Russell <kbr@chromium.org>
Reviewed-by: default avatarZhenyao Mo <zmo@chromium.org>
Commit-Queue: ccameron <ccameron@chromium.org>
Cr-Commit-Position: refs/heads/master@{#590516}
parent 544e233e
...@@ -1225,8 +1225,8 @@ ...@@ -1225,8 +1225,8 @@
}, },
{ {
"id": 126, "id": 126,
"description": "Don't allow ES3 on Mac core profile < 4.1", "description": "Disallow use of OpenGL on Mac with core profile < 4.1",
"cr_bugs": [295792], "cr_bugs": [295792, 875891],
"os": { "os": {
"type": "macosx" "type": "macosx"
}, },
...@@ -1235,7 +1235,7 @@ ...@@ -1235,7 +1235,7 @@
"value": "4.1" "value": "4.1"
}, },
"features": [ "features": [
"accelerated_webgl2" "all"
] ]
}, },
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment