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

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

Issue 10829300: Blacklist NVIDIA Linux drivers older than 295.* (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 4 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 151314)
+++ chrome/browser/resources/software_rendering_list.json (working copy)
@@ -68,7 +68,7 @@
{
"name": "software rendering list",
// Please update the version number whenever you change this file.
- "version": "2.7",
+ "version": "2.8",
"entries": [
{
"id": 1,
@@ -332,66 +332,6 @@
]
},
{
- "id": 20,
- "description": "NVIDIA driver 260.19.06 on linux is crash-prone.",
- "cr_bugs": [82232, 82541],
- "os": {
- "type": "linux"
- },
- "vendor_id": "0x10de",
- "driver_vendor": {
- "op": "=",
- "value": "NVIDIA"
- },
- "driver_version": {
- "op": "=",
- "number": "260.19.6"
- },
- "blacklist": [
- "all"
- ]
- },
- {
- "id": 21,
- "description": "NVIDIA driver 195.36.24 on linux is buggy for certain Quadro FX series cards.",
- "cr_bugs": [87680,90091],
- "os": {
- "type": "linux"
- },
- "vendor_id": "0x10de",
- "device_id": ["0x00cd", "0x00ce"],
- "driver_vendor": {
- "op": "=",
- "value": "NVIDIA"
- },
- "driver_version": {
- "op": "=",
- "number": "195.36.24"
- },
- "blacklist": [
- "all"
- ]
- },
- {
- "id": 22,
- "description": "NVIDIA linux drivers older than 195.36.24 are assumed to be buggy.",
- "os": {
- "type": "linux"
- },
- "vendor_id": "0x10de",
- "driver_vendor": {
- "op": "=",
- "value": "NVIDIA"
- },
- "driver_version": {
- "op": "<",
- "number": "195.36.24"
- },
- "blacklist": [
- "all"
- ]
- },
- {
"id": 23,
"description": "Mesa drivers in linux older than 7.11 are assumed to be buggy.",
"os": {
@@ -705,6 +645,26 @@
"blacklist": [
"all"
]
+ },
+ {
+ "id": 47,
+ "description": "NVIDIA linux drivers older than 295.* are assumed to be buggy.",
+ "cr_bugs": [78497],
+ "os": {
+ "type": "linux"
+ },
+ "vendor_id": "0x10de",
+ "driver_vendor": {
+ "op": "=",
+ "value": "NVIDIA"
+ },
+ "driver_version": {
+ "op": "<",
+ "number": "295"
+ },
+ "blacklist": [
+ "all"
+ ]
}
]
}
« 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