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

Unified Diff: gpu/config/gpu_driver_bug_list_json.cc

Issue 18501018: Enable ANGLE D3D11 runtime for Windows 7+. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 5 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
Index: gpu/config/gpu_driver_bug_list_json.cc
diff --git a/gpu/config/gpu_driver_bug_list_json.cc b/gpu/config/gpu_driver_bug_list_json.cc
index 2ecfb0780dd8fbf5028953d000d95b9f4c60d49d..b0538ce6ba3cf9c57f6f3a77e4671e91aaf44841 100644
--- a/gpu/config/gpu_driver_bug_list_json.cc
+++ b/gpu/config/gpu_driver_bug_list_json.cc
@@ -85,7 +85,7 @@ const char kGpuDriverBugListJson[] = LONG_STRING_CONST(
{
"name": "gpu driver bug list",
// Please update the version number whenever you change this file.
- "version": "2.2",
+ "version": "2.3",
"entries": [
{
"id": 1,
@@ -402,6 +402,20 @@ const char kGpuDriverBugListJson[] = LONG_STRING_CONST(
"features": [
"disable_async_readpixels"
]
+ },
+ {
+ "id": 26,
+ "description": "Disable use of Direct3D 11 on Windows Vista",
+ "os": {
+ "type": "win",
+ "version": {
+ "op": "<",
+ "number": "6.1"
+ }
+ },
+ "features": [
+ "disable_d3d11"
+ ]
}
]
}

Powered by Google App Engine
This is Rietveld 408576698