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

Unified Diff: gpu/config/gpu_driver_bug_list_json.cc

Issue 1374043005: Blacklist MSAA for GPU Raster on Intel GPUs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ignore_cr
Patch Set: comments + cleanup Created 5 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
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 6900917eb9ab9c7da6cee369c65f2d3fcb0e28b5..b89b1ee3e1f41c30512c3027cbf1585e8d75e5cb 100644
--- a/gpu/config/gpu_driver_bug_list_json.cc
+++ b/gpu/config/gpu_driver_bug_list_json.cc
@@ -1543,6 +1543,16 @@ LONG_STRING_CONST(
"features": [
"disable_texture_storage"
]
+ },
+ {
+ "id": 132,
+ "description": "On Intel GPUs MSAA performance is not acceptable for GPU rasterization",
+ "cr_bugs": [527565],
+ "vendor_id": "0x8086",
+ "multi_gpu_category": "active",
+ "features": [
+ "disable_msaa_on_non_webgl_contexts"
+ ]
}
]
}

Powered by Google App Engine
This is Rietveld 408576698