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

Unified Diff: gpu/config/gpu_driver_bug_list_json.cc

Issue 788143005: Disable MSAA for Intel BayTrail on Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update version to 7.13 Created 6 years 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 80147469366f25d581ea0b28c7cb957dfd272c24..4c817eea869aa0f88bcc5f441bcce32add6560f4 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": "7.12",
+ "version": "7.13",
"entries": [
{
"id": 1,
@@ -1092,6 +1092,19 @@ LONG_STRING_CONST(
"features": [
"gl_begin_gl_end_on_fbo_change_to_backbuffer"
]
+ },
+ {
+ "id": 97,
+ "description": "Multisampling has poor performance in Intel BayTrail",
+ "cr_bugs": [443517],
+ "os": {
+ "type": "android"
+ },
+ "gl_vendor": "Intel",
+ "gl_renderer": "Intel.*BayTrail",
+ "features": [
+ "disable_multisampling"
+ ]
}
]
}
« 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