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

Unified Diff: gpu/software_rendering_list/software_rendering_list.json

Issue 10703007: Blacklist Intel HD 4000 on Mac. (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/
Patch Set: Created 8 years, 6 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/software_rendering_list/software_rendering_list.json
===================================================================
--- gpu/software_rendering_list/software_rendering_list.json (revision 144492)
+++ gpu/software_rendering_list/software_rendering_list.json (working copy)
@@ -65,7 +65,7 @@
{
"name": "software rendering list",
// Please update the version number whenever you change this file.
- "version": "1.40",
+ "version": "1.41",
"entries": [
{
"id": 1,
@@ -605,6 +605,19 @@
"flash_3d",
"flash_stage3d"
]
+ },
+ {
+ "id": 40,
+ "description": "GPU driver may cause kernel panic on 2012 Macbook Airs.",
+ "cr_bugs": [134015],
+ "os": {
+ "type": "macosx"
+ },
+ "vendor_id": "0x8086",
+ "device_id": ["0x0166"],
+ "blacklist": [
+ "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