Commit 6c75f8a3 authored by kbr's avatar kbr Committed by Commit bot

Blacklist GPU usage on more old NVIDIA GPUs on macOS.

BUG=676829
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/2629513002
Cr-Commit-Position: refs/heads/master@{#443147}
parent c0f8f84b
...@@ -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.08", "version": "12.09",
"entries": [ "entries": [
{ {
"id": 1, "id": 1,
...@@ -1435,12 +1435,12 @@ LONG_STRING_CONST( ...@@ -1435,12 +1435,12 @@ LONG_STRING_CONST(
{ {
"id": 130, "id": 130,
"description": "Older NVIDIA GPUs on macOS render incorrectly", "description": "Older NVIDIA GPUs on macOS render incorrectly",
"cr_bugs": [676975], "cr_bugs": [676829, 676975],
"os": { "os": {
"type": "macosx" "type": "macosx"
}, },
"vendor_id": "0x10de", "vendor_id": "0x10de",
"device_id": ["0x0407"], "device_id": ["0x0407", "0x0647", "0x0863"],
"features": [ "features": [
"all" "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