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

Unified Diff: gpu/config/gpu_driver_bug_list_json.cc

Issue 2514283002: Blacklist multisampled render to texture on Android 7.1 Adreno 5xx (Closed)
Patch Set: rebase Created 4 years, 1 month 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 6193be0478fcf8a1ccdfa5e88776587ad30c0df5..031ef1d6b4d04fd2cfecad6ad9a51e6b79f53cb2 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": "9.19",
+ "version": "9.20",
"entries": [
{
"id": 1,
@@ -2209,6 +2209,22 @@ LONG_STRING_CONST(
"features": [
"remove_invariant_and_centroid_for_essl3"
]
+ },
+ {
+ "id": 205,
+ "description": "Adreno 5xx support for EXT_multisampled_render_to_texture is buggy on Android 7.1",
+ "cr_bugs": [663811],
+ "os": {
+ "type": "android",
+ "version": {
+ "op": "=",
+ "value": "7.1"
+ }
+ },
+ "gl_renderer": "Adreno \\(TM\\) 5.*",
+ "disabled_extensions": [
+ "GL_EXT_multisampled_render_to_texture"
+ ]
}
]
// Please update the version number at beginning of this file whenever you
« 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