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

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: 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..fbee92897b7c87c3ae75b45a24555603e87ec15b 100644
--- a/content/browser/gpu/software_rendering_list.json
+++ b/content/browser/gpu/software_rendering_list.json
@@ -837,5 +837,17 @@
"all"
]
}
+ {
+ "id": 56,
+ "description": "NVIDIA linux drivers are unstable when using multiple OpenGL contexts and with low memory.",
+ "cr_bugs": [145600],
+ "os": {
+ "type": "linux"
+ },
Zhenyao Mo 2012/10/08 21:34:03 If you only mean for NVIDIA proprietary drivers, y
+ "vendor_id": "0x10de",
+ "blacklist": [
+ "accelerated_compositing"
+ ]
+ },
]
}
« 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