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

Unified Diff: gpu/software_rendering_list/software_rendering_list.json

Issue 10541087: Re-enable GPU features except accelerated 2d canvas for 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 141304)
+++ 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.38",
+ "version": "1.39",
"entries": [
{
"id": 1,
@@ -574,15 +574,19 @@
},
{
"id": 38,
- "description": "NVidia GeForce 9400M is buggy on Mac.",
+ "description": "Accelerated 2D canvas is unstable for NVidia GeForce 9400M on Lion.",
"cr_bugs": [130495],
"os": {
- "type": "macosx"
+ "type": "macosx",
+ "version": {
+ "op": "=",
+ "number": "10.7"
+ }
},
"vendor_id": "0x10de",
"device_id": ["0x0863"],
"blacklist": [
- "all"
+ "accelerated_2d_canvas"
]
}
]
« 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