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

Unified Diff: chrome/browser/resources/software_rendering_list.json

Issue 7978004: Remove two blacklist entries related with Intel GMA 4500/HD. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 years, 3 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: chrome/browser/resources/software_rendering_list.json
===================================================================
--- chrome/browser/resources/software_rendering_list.json (revision 101973)
+++ chrome/browser/resources/software_rendering_list.json (working copy)
@@ -52,7 +52,7 @@
{
"name": "software rendering list",
// Please update the version number whenever you change this file.
- "version": "1.19",
+ "version": "1.20",
"entries": [
{
"id": 1,
@@ -364,48 +364,6 @@
]
},
{
- "id": 25,
- "description": "Some Intel GMA X4500/HD family of chipsets (0x2a42, 0x2a43) in Win7 requires driver 15.17.11.2202 or newer.",
- "cr_bugs": [94268],
- "os": {
- "type": "win",
- "version": {
- "op": "=",
- "number": "6.1"
- }
- },
- "vendor_id": "0x8086",
- "device_id": ["0x2a42", "0x2a43"],
- "driver_version": {
- "op": "<",
- "number": "8.15.10.2202"
- },
- "blacklist": [
- "all"
- ]
- },
- {
- "id": 26,
- "description": "Some Intel GMA X4500/HD family of chipsets (0x0042, 0x0046) in Win7 requires drivers newer than 15.17.11.2202",
- "cr_bugs": [91445, 94269],
- "os": {
- "type": "win",
- "version": {
- "op": "=",
- "number": "6.1"
- }
- },
- "vendor_id": "0x8086",
- "device_id": ["0x0042", "0x0046"],
- "driver_version": {
- "op": "<=",
- "number": "8.15.10.2202"
- },
- "blacklist": [
- "all"
- ]
- },
- {
"id": 27,
"description": "Disable open source drivers for ATI/AMD cards in Linux.",
"cr_bugs": [95934],
« 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