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

Unified Diff: gpu/config/gpu_driver_bug_list_json.cc

Issue 896303004: gpu: Workaround Adreno 420 bug with deleting current FBO. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove AttachRenderbuffer call. 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
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..e12d7dcc222f58f783acdf5a83fa8d4b205d7ecc 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,19 @@ 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"
no sievers 2015/02/17 22:49:54 So can we do this? "version": { "op": "=", "va
vmiura 2015/02/18 17:43:18 Set to the following until we get a fix: "version
+ },
+ "gl_vendor": "Qualcomm.*",
+ "gl_renderer": ".*420",
+ "features": [
+ "unbind_attachments_on_bound_render_fbo_delete"
+ ]
}
]
}

Powered by Google App Engine
This is Rietveld 408576698