summaryrefslogtreecommitdiffstats
path: root/gpu/config/gpu_driver_bug_list_json.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gpu/config/gpu_driver_bug_list_json.cc')
-rw-r--r--gpu/config/gpu_driver_bug_list_json.cc12
1 files changed, 11 insertions, 1 deletions
diff --git a/gpu/config/gpu_driver_bug_list_json.cc b/gpu/config/gpu_driver_bug_list_json.cc
index 6900917..6519e39 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"
+ ]
}
]
}