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

Unified Diff: gpu/config/gpu_driver_bug_list_json.cc

Issue 2296173002: [M53] Disable CMAA for samus (Closed)
Patch Set: Just remove exceptions block Created 4 years, 3 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.cc
diff --git a/gpu/config/gpu_driver_bug_list_json.cc b/gpu/config/gpu_driver_bug_list_json.cc
index f221daa5af8869a007dedffe669084be88bc11c9..2137e692d1b97b4686301b3aed4e1c9132157175 100644
--- a/gpu/config/gpu_driver_bug_list_json.cc
+++ b/gpu/config/gpu_driver_bug_list_json.cc
@@ -19,7 +19,7 @@ const char kGpuDriverBugListJson[] = LONG_STRING_CONST(
{
"name": "gpu driver bug list",
// Please update the version number whenever you change this file.
- "version": "8.80",
+ "version": "8.81",
"entries": [
{
"id": 1,
@@ -1845,15 +1845,6 @@ LONG_STRING_CONST(
"id": 172,
"description": "Limited enabling of Chromium GL_INTEL_framebuffer_CMAA",
"cr_bugs": [535198],
- "exceptions" : [
- {
- "os": {
- "type" : "chromeos"
- },
- "vendor_id": "0x8086",
- "device_id": ["0x1616"]
- }
- ],
"features": [
"disable_framebuffer_cmaa"
]
« 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