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

Unified Diff: content/browser/gpu/software_rendering_list.json

Issue 11095006: Blacklist video and flash acceleration on NVIDIA Linux drivers. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix comma syntax Created 8 years, 2 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: content/browser/gpu/software_rendering_list.json
diff --git a/content/browser/gpu/software_rendering_list.json b/content/browser/gpu/software_rendering_list.json
index c8b5b651ab9df6e5c0efca515325ff4e1b0c056a..d5d4c0ddfd64ff74058ee12d2eb1912b6dc8580c 100644
--- a/content/browser/gpu/software_rendering_list.json
+++ b/content/browser/gpu/software_rendering_list.json
@@ -74,7 +74,7 @@
{
"name": "software rendering list",
// Please update the version number whenever you change this file.
- "version": "3.7",
+ "version": "3.8",
"entries": [
{
"id": 1,
@@ -836,6 +836,25 @@
"blacklist": [
"all"
]
+ },
+ {
+ "id": 56,
+ "description": "NVIDIA linux drivers are unstable when using multiple Open GL contexts and with low memory.",
+ "cr_bugs": [145600],
+ "os": {
+ "type": "linux"
+ },
+ "vendor_id": "0x10de",
+ "driver_vendor": {
+ "op": "=",
+ "value": "NVIDIA"
+ },
+ "blacklist": [
+ "accelerated_video",
+ "accelerated_video_decode",
+ "flash_3d",
+ "flash_stage3d"
+ ]
}
]
}
« 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