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

Unified Diff: gpu/config/gpu_driver_bug_list.json

Issue 2931113002: Disable D3D11 on Intel Cherryview (Closed)
Patch Set: Created 3 years, 6 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/gpu_driver_bug_list.json
diff --git a/gpu/config/gpu_driver_bug_list.json b/gpu/config/gpu_driver_bug_list.json
index 38e15cf81328f41de92fc6070c0f3ac8b47b5e09..a2c503c7216799dcd752575ee321ffb7eae63d4f 100644
--- a/gpu/config/gpu_driver_bug_list.json
+++ b/gpu/config/gpu_driver_bug_list.json
@@ -1,6 +1,6 @@
{
"name": "gpu driver bug list",
- "version": "10.9",
+ "version": "10.91",
"entries": [
{
"id": 1,
@@ -2477,6 +2477,19 @@
"features": [
"disable_larger_than_screen_overlays"
]
+ },
+ {
+ "id": 230,
+ "description": "Disable use of Direct3D 11 on Intel Cherryview due to visual glitches.",
+ "cr_bugs": [730126],
+ "os": {
+ "type": "win"
+ },
+ "vendor_id": "0x8086",
+ "device_id": ["0x22B0", "0x22B1", "0x22B2", "0x22B3"],
+ "features": [
+ "disable_d3d11"
+ ]
}
],
"comment": [
« 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