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

Unified Diff: gpu/config/gpu_driver_bug_list_json.cc

Issue 2176703002: gpu: Disable multisample on more adreno renderers (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 | « 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 fd709e8fbb68c01529a30e69a553fec7b3276d33..ea42d815b9a63b8d1f42c83a3ed92f513f603941 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.77",
+ "version": "8.78",
"entries": [
{
"id": 1,
@@ -1125,16 +1125,17 @@ LONG_STRING_CONST(
},
{
"id": 116,
- "description": "Adreno 420 support for EXT_multisampled_render_to_texture is buggy on Android < 5.1",
- "cr_bugs": [490379],
+ "description": "Adreno 4/5xx support for EXT_multisampled_render_to_texture is buggy on Android",
+ "cr_bugs": [490379, 612474],
"os": {
"type": "android",
"version": {
- "op": "<",
- "value": "5.1"
+ "op": "<=",
+ "value": "7.0"
+ // Mean to cover N only. NMR1 has this fixed.
Stephen White 2016/07/22 18:18:15 If the bug is only in N, could we leave MSAA enabl
}
},
- "gl_renderer": "Adreno \\(TM\\) 4.*",
+ "gl_renderer": "Adreno \\(TM\\) [45].*",
"features": [
"disable_multisampled_render_to_texture"
]
« 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