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

Unified Diff: gpu/config/gpu_driver_bug_list.json

Issue 2928163002: 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 052b7ffb7c9e26fdd39598cc39e4d96aa41266ff..cfca3a9a6614a9f2eb70075fa2501ac6c976d09e 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.101",
+ "version": "10.102",
"entries": [
{
"id": 1,
@@ -2493,6 +2493,19 @@
"features": [
"disable_chromium_framebuffer_multisample"
]
+ },
+ {
+ "id": 231,
+ "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