Disable GPU acceleration on Leopard, and GeForce 9400M on Mac.

BUG=130495
TEST=
R=kbr
Review URL: https://chromiumcodereview.appspot.com/10539024

git-svn-id: http://src.chromium.org/svn/trunk/deps/gpu/software_rendering_list@140804 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
diff --git a/software_rendering_list.json b/software_rendering_list.json
index f58f1b0..a0e543a 100644
--- a/software_rendering_list.json
+++ b/software_rendering_list.json
@@ -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"
+      ]
     }
   ]
 }