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

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: 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 382bcbae7a3f30a9ff2d0f82fda955c233ccc80d..4e0660dcd3b284b8667bf827853de3d8f036a16b 100644
--- a/gpu/config/gpu_driver_bug_list_json.cc
+++ b/gpu/config/gpu_driver_bug_list_json.cc
@@ -1134,6 +1134,19 @@ LONG_STRING_CONST(
"features": [
"ignore_egl_sync_failures"
]
+ },
+ {
+ "id": 100,
+ "description": "Adreno 420 driver loses FBO attachment contents on bound FBO deletion",
+ "cr_bugs": [457027],
+ "os": {
+ "type": "android"
no sievers 2015/02/10 19:11:33 Can we deprecate this for the future in the hope t
boliu 2015/02/10 21:03:56 Ehh...currently that check would be >= 5.0.2 as th
boliu 2015/02/10 21:25:51 Oops, should be: "> 5.0.2"
vmiura 2015/02/11 05:07:43 Yeah, it's actually a regression from > 5.0.2. I
+ },
+ "gl_vendor": "Qualcomm.*",
+ "gl_renderer": ".*420",
+ "features": [
+ "unbind_attachments_on_bound_render_fbo_delete"
+ ]
}
]
}

Powered by Google App Engine
This is Rietveld 408576698