Enable the device ids of GPUs for Intel IvyBridge in mesa drivers without multisampling

BUG=116370
TEST=

Review URL: http://codereview.chromium.org/9691030

git-svn-id: http://src.chromium.org/svn/trunk/deps/gpu/software_rendering_list@127865 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
diff --git a/software_rendering_list.json b/software_rendering_list.json
index 46c06fa..1391bc0 100644
--- a/software_rendering_list.json
+++ b/software_rendering_list.json
@@ -59,7 +59,7 @@
 {
   "name": "software rendering list",
   // Please update the version number whenever you change this file.
-  "version": "1.27",
+  "version": "1.28",
   "entries": [
     {
       "id": 1,
@@ -262,7 +262,7 @@
       "vendor_id": "0x8086",
       "exceptions": [
         {
-          "device_id": ["0x0102", "0x0106", "0x0112", "0x0116", "0x0122", "0x0126", "0x010a"],
+          "device_id": ["0x0102", "0x0106", "0x0112", "0x0116", "0x0122", "0x0126", "0x010a", "0x0152", "0x0156", "0x015a", "0x0162", "0x0166"],
           "driver_version": {
             "op": ">=",
             "number": "8.0"
@@ -498,6 +498,19 @@
       "blacklist": [
         "accelerated_2d_canvas"
       ]
+    },
+    {
+      "id": 33,
+      "description": "Multisampling is buggy in Intel IvyBridge.",
+      "cr_bugs": [116370],
+      "os": {
+        "type": "linux"
+      },
+      "vendor_id": "0x8086",
+      "device_id": ["0x0152", "0x0156", "0x015a", "0x0162", "0x0166"],
+      "blacklist": [
+          "multisampling"
+      ]
     }
   ]
 }