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

Unified Diff: gpu/config/gpu_driver_bug_list_json.cc

Issue 952893003: Update from https://crrev.com/317530 (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Fix gn for nacl Created 5 years, 10 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 | « gpu/config/BUILD.gn ('k') | gpu/config/gpu_driver_bug_workaround_type.h » ('j') | 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 53361ebade5c882941191912540ae766b5928b54..dfebf2b6e230ec1e8668c21460dc62d11646a187 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.16",
+ "version": "7.17",
"entries": [
{
"id": 1,
@@ -1159,6 +1159,23 @@ LONG_STRING_CONST(
"features": [
"disable_post_sub_buffers_for_onscreen_surfaces"
]
+ },
+ {
+ "id": 102,
+ "description": "Adreno 420 driver loses FBO attachment contents on bound FBO deletion",
+ "cr_bugs": [457027],
+ "os": {
+ "type": "android",
+ "version": {
+ "op": ">",
+ "value": "5.0.2"
+ }
+ },
+ "gl_vendor": "Qualcomm.*",
+ "gl_renderer": ".*420",
+ "features": [
+ "unbind_attachments_on_bound_render_fbo_delete"
+ ]
}
]
}
« no previous file with comments | « gpu/config/BUILD.gn ('k') | gpu/config/gpu_driver_bug_workaround_type.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698