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

Unified Diff: gpu/config/software_rendering_list_json.cc

Issue 134543003: Adding more accelerated_video entries to blacklist (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Rebasing to ToT Created 6 years, 11 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: gpu/config/software_rendering_list_json.cc
diff --git a/gpu/config/software_rendering_list_json.cc b/gpu/config/software_rendering_list_json.cc
index 9ac4aa30780690169e6619a1bca06822d695c187..284d1cce86be84efc28186ba9a85b6c298c190ab 100644
--- a/gpu/config/software_rendering_list_json.cc
+++ b/gpu/config/software_rendering_list_json.cc
@@ -1037,6 +1037,89 @@ LONG_STRING_CONST(
"features": [
"webgl"
]
+ },
+ {
+ "id": 87,
+ "description": "Accelerated video decode on Intel driver 10.18.10.3308 is incompatible with the GPU sandbox",
+ "cr_bugs": [298968],
+ "os": {
+ "type": "win"
+ },
+ "vendor_id": "0x8086",
+ "driver_version": {
+ "op": "=",
+ "value": "10.18.10.3308"
+ },
+ "features": [
+ "accelerated_video_decode"
+ ]
+ },
+ {
+ "id": 88,
+ "description": "Accelerated video decode on AMD driver 13.152.1.8000 is incompatible with the GPU sandbox",
+ "cr_bugs": [298968],
+ "os": {
+ "type": "win"
+ },
+ "vendor_id": "0x1002",
+ "driver_version": {
+ "op": "=",
+ "value": "13.152.1.8000"
+ },
+ "features": [
+ "accelerated_video_decode"
+ ]
+ },
+ {
+ "id": 89,
+ "description": "Accelerated video decode interferes with GPU sandbox on certain AMD drivers",
+ "cr_bugs": [298968],
+ "os": {
+ "type": "win"
+ },
+ "vendor_id": "0x1002",
+ "driver_version": {
+ "op": "between",
+ "value": "8.810.4.5000",
+ "value2": "8.970.100.1100"
+ },
+ "features": [
+ "accelerated_video_decode"
+ ]
+ },
+ {
+ "id": 90,
+ "description": "Accelerated video decode interferes with GPU sandbox on certain NVIDIA drivers",
+ "cr_bugs": [298968],
+ "os": {
+ "type": "win"
+ },
+ "vendor_id": "0x10de",
+ "driver_version": {
+ "op": "between",
+ "value": "8.17.12.5729",
+ "value2": "8.17.12.8026"
+ },
+ "features": [
+ "accelerated_video_decode"
+ ]
+ },
+ {
+ "id": 91,
+ "description": "Accelerated video decode interferes with GPU sandbox on certain NVIDIA drivers",
+ "cr_bugs": [298968],
+ "os": {
+ "type": "win"
+ },
+ "vendor_id": "0x10de",
+ "driver_version": {
+ "op": "between",
+ "value": "9.18.13.783",
+ "value2": "9.18.13.1090"
+ },
+ "features": [
+ "accelerated_video_decode"
+ ]
}
]
}
« 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