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

Unified Diff: gpu/config/software_rendering_list_json.cc

Issue 2629513002: Blacklist GPU usage on more old NVIDIA GPUs on macOS. (Closed)
Patch Set: Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/config/software_rendering_list_json.cc
diff --git a/gpu/config/software_rendering_list_json.cc b/gpu/config/software_rendering_list_json.cc
index 7b6c7253698a6a4fb9d30fd31af6b682cbcae3e4..47c85f4ba7ff00f6980cbae3b02d2dc6c41b44c0 100644
--- a/gpu/config/software_rendering_list_json.cc
+++ b/gpu/config/software_rendering_list_json.cc
@@ -18,7 +18,7 @@ const char kSoftwareRenderingListJson[] = LONG_STRING_CONST(
{
"name": "software rendering list",
// Please update the version number whenever you change this file.
- "version": "12.08",
+ "version": "12.09",
"entries": [
{
"id": 1,
@@ -1435,12 +1435,12 @@ LONG_STRING_CONST(
{
"id": 130,
"description": "Older NVIDIA GPUs on macOS render incorrectly",
- "cr_bugs": [676975],
+ "cr_bugs": [676829, 676975],
"os": {
"type": "macosx"
},
"vendor_id": "0x10de",
- "device_id": ["0x0407"],
+ "device_id": ["0x0407", "0x0647", "0x0863"],
"features": [
"all"
]
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698