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" |
+ ] |
} |
] |
} |