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

Unified Diff: gpu/config/software_rendering_list_json.cc

Issue 808483005: Disable older intel drivers from gpu decode. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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 e97c41a700ea4a48657454080dd73d1a08182790..8517b7e881b519685f9232a60a5184f65e7898c1 100644
--- a/gpu/config/software_rendering_list_json.cc
+++ b/gpu/config/software_rendering_list_json.cc
@@ -808,15 +808,14 @@ LONG_STRING_CONST(
{
"id": 78,
"description": "Accelerated video decode interferes with GPU sandbox on older Intel drivers",
- "cr_bugs": [180695],
+ "cr_bugs": [180695, 298968, 436968],
"os": {
"type": "win"
},
"vendor_id": "0x8086",
"driver_version": {
- "op": "between",
- "value": "8.15.10.1883",
- "value2": "8.15.10.2702"
+ "op": "<=",
+ "value": "8.15.10.2702",
},
"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