Disable HW Acceleration on GM45 with bad driver

We've found visual corruption on this GPU / driver combination.
Blacklisting very restrictively for now. If we find this issue in future
drivers we can change the blacklist to >=.

Bug: 890688
Change-Id: I996fb8b9c7f83230aa9cd0f5fd39038d3f686eb2
Reviewed-on: https://chromium-review.googlesource.com/c/1496536
Commit-Queue: Eric Karl <ericrk@chromium.org>
Commit-Queue: Khushal <khushalsagar@chromium.org>
Auto-Submit: Eric Karl <ericrk@chromium.org>
Reviewed-by: Khushal <khushalsagar@chromium.org>
Cr-Commit-Position: refs/heads/master@{#636672}
diff --git a/gpu/config/software_rendering_list.json b/gpu/config/software_rendering_list.json
index 2aa369a..5deceb6 100644
--- a/gpu/config/software_rendering_list.json
+++ b/gpu/config/software_rendering_list.json
@@ -1714,6 +1714,23 @@
       "features": [
         "all"
       ]
+    },
+    {
+      "id": 161,
+      "cr_bugs": [890688],
+      "description": "Newer Mesa drivers experience visual corruption on very old hardware",
+      "os": {
+        "type": "linux"
+      },
+      "vendor_id": "0x8086",
+      "device_id": ["0x2a42"],
+      "driver_version": {
+        "op": "=",
+        "value": "18.1.7"
+      },
+      "features": [
+        "all"
+      ]
     }
   ]
 }