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

Unified Diff: gpu/software_rendering_list/software_rendering_list.json

Issue 10539024: Disable GPU acceleration on Leopard, and GeForce 9400M 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 140688)
+++ gpu/software_rendering_list/software_rendering_list.json (working copy)
@@ -61,7 +61,7 @@
{
"name": "software rendering list",
// Please update the version number whenever you change this file.
- "version": "1.36",
+ "version": "1.37",
"entries": [
{
"id": 1,
@@ -310,8 +310,8 @@
},
{
"id": 19,
- "description": "Accelerated 2d canvas and accelerated compositing are not supported in Mac OSX version 10.5.",
- "cr_bugs": [87157],
+ "description": "GPU acceleration is no longer supported in Leopard.",
+ "cr_bugs": [87157, 130495],
"os": {
"type": "macosx",
"version": {
@@ -320,8 +320,7 @@
}
},
"blacklist": [
- "accelerated_2d_canvas",
- "accelerated_compositing"
+ "all"
]
},
{
@@ -567,6 +566,19 @@
"blacklist": [
"all"
]
+ },
+ {
+ "id": 38,
+ "description": "NVidia GeForce 9400M is buggy on Mac.",
+ "cr_bugs": [130495],
+ "os": {
+ "type": "macosx"
+ },
+ "vendor_id": "0x10de",
+ "device_id": ["0x0863"],
+ "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