Commit 4ef48a40 authored by kbr's avatar kbr Committed by Commit bot

Disable all GPU features on GeForce 8600M on macOS.

Rendering corruption is seen on this GPU, which is nearly 10 years
old. Fall back to software rendering.

BUG=676975
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

Review-Url: https://codereview.chromium.org/2626973002
Cr-Commit-Position: refs/heads/master@{#442990}
parent 368911e4
...@@ -18,7 +18,7 @@ const char kSoftwareRenderingListJson[] = LONG_STRING_CONST( ...@@ -18,7 +18,7 @@ const char kSoftwareRenderingListJson[] = LONG_STRING_CONST(
{ {
"name": "software rendering list", "name": "software rendering list",
// Please update the version number whenever you change this file. // Please update the version number whenever you change this file.
"version": "12.07", "version": "12.08",
"entries": [ "entries": [
{ {
"id": 1, "id": 1,
...@@ -1431,6 +1431,19 @@ LONG_STRING_CONST( ...@@ -1431,6 +1431,19 @@ LONG_STRING_CONST(
"features": [ "features": [
"all" "all"
] ]
},
{
"id": 130,
"description": "Older NVIDIA GPUs on macOS render incorrectly",
"cr_bugs": [676975],
"os": {
"type": "macosx"
},
"vendor_id": "0x10de",
"device_id": ["0x0407"],
"features": [
"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