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

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

Issue 11186066: Merge 161150 - Blacklist video and flash acceleration on NVIDIA Linux drivers. (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1271/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
===================================================================
--- content/browser/gpu/software_rendering_list.json (revision 162844)
+++ content/browser/gpu/software_rendering_list.json (working copy)
@@ -69,7 +69,7 @@
{
"name": "software rendering list",
// Please update the version number whenever you change this file.
- "version": "3.6",
+ "version": "3.7",
"entries": [
{
"id": 1,
@@ -781,6 +781,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