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

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: version # 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
« no previous file with comments | « gpu/command_buffer/tests/gl_unittest.cc ('k') | gpu/config/gpu_driver_bug_workaround_type.h » ('j') | 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 6900917eb9ab9c7da6cee369c65f2d3fcb0e28b5..6519e395a2c107fe14835e942086896a7581b3b5 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.25",
+ "version": "8.26",
"entries": [
{
"id": 1,
@@ -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"
+ ]
}
]
}
« no previous file with comments | « gpu/command_buffer/tests/gl_unittest.cc ('k') | gpu/config/gpu_driver_bug_workaround_type.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698