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

Unified Diff: gpu/config/gpu_driver_bug_list_json.cc

Issue 1034663003: Added FBO Invalidation workaround for Nexus 6. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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
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 dfebf2b6e230ec1e8668c21460dc62d11646a187..5cc31ddf3e377190e42a01ee2dacfc0b21031dee 100644
--- a/gpu/config/gpu_driver_bug_list_json.cc
+++ b/gpu/config/gpu_driver_bug_list_json.cc
@@ -1176,6 +1176,16 @@ LONG_STRING_CONST(
"features": [
"unbind_attachments_on_bound_render_fbo_delete"
]
+ },
+ {
+ "id": 103,
+ "description": "Adreno 420 driver drops draw calls after FBO invalidation",
+ "cr_bugs": [443060],
+ "gl_vendor": "Qualcomm.*",
+ "gl_renderer": ".*420",
+ "features": [
+ "disable_fbo_invalidations"
+ ]
}
]
}

Powered by Google App Engine
This is Rietveld 408576698