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

Unified Diff: gpu/config/gpu_driver_bug_list_json.cc

Issue 23460039: Merge 222769 "gpu: Re-enable virtual contexts on Qualcomm" (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1599/src/
Patch Set: Created 7 years, 3 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 | « 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
===================================================================
--- gpu/config/gpu_driver_bug_list_json.cc (revision 223062)
+++ gpu/config/gpu_driver_bug_list_json.cc (working copy)
@@ -436,6 +436,21 @@
"features": [
"disable_angle_instanced_arrays"
]
+ },
+ {
+ "id": 38,
+ "cr_bugs": [289461],
+ "description": "Non-virtual contexts on Qualcomm sometimes cause out-of-order frames",
+ "os": {
+ "type": "android"
+ },
+ "gl_vendor": {
+ "op": "beginwith",
+ "value": "Qualcomm"
+ },
+ "features": [
+ "use_virtualized_gl_contexts"
+ ]
}
]
}
« 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