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

Unified Diff: gpu/config/gpu_driver_bug_list_json.cc

Issue 2112513003: gpu: Use workarounds to selectively enable CMAA (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
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 af1a16c3da03f3734692b4cc0d6b8423b7aa2680..5328e7cf777439accda9f8b62896fdae6d4296a9 100644
--- a/gpu/config/gpu_driver_bug_list_json.cc
+++ b/gpu/config/gpu_driver_bug_list_json.cc
@@ -1853,6 +1853,26 @@ LONG_STRING_CONST(
"features": [
"disable_dxgi_zero_copy_video"
]
+ },
+ {
+ "id": 172,
+ "description": "Limited enabling of Chromium GL_INTEL_framebuffer_CMAA",
+ "cr_bugs": [535198],
+ "os": {
+ "type": "any"
Zhenyao Mo 2016/06/29 16:59:16 No need to specify "os" at all if it's any.
robert.bradford 2016/06/29 17:39:46 Done.
+ },
+ "exceptions" : [
+ {
+ "os": {
+ "type" : "chromeos"
+ },
+ "vendor_id": "0x8086",
+ "device_id": ["0x1616"]
+ }
+ ],
+ "features": [
+ "disable_framebuffer_cmaa"
+ ]
}
]
}

Powered by Google App Engine
This is Rietveld 408576698