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 23460029: gpu: Re-enable virtual contexts on Qualcomm (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/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
diff --git a/gpu/config/gpu_driver_bug_list_json.cc b/gpu/config/gpu_driver_bug_list_json.cc
index c7f9d5fb2070e7f6f31d9c65e411f2a49ef54488..2b7221aa906193904316b35ee8805844cd6bc62a 100644
--- a/gpu/config/gpu_driver_bug_list_json.cc
+++ b/gpu/config/gpu_driver_bug_list_json.cc
@@ -85,7 +85,7 @@ const char kGpuDriverBugListJson[] = LONG_STRING_CONST(
{
"name": "gpu driver bug list",
// Please update the version number whenever you change this file.
- "version": "2.10",
+ "version": "2.11",
"entries": [
{
"id": 1,
@@ -575,6 +575,21 @@ const char kGpuDriverBugListJson[] = LONG_STRING_CONST(
"features": [
"init_gl_position_in_vertex_shader"
]
+ },
+ {
+ "id": 38,
+ "cr_bugs": [289461],
+ "description": "Non-virtual contexts on Qualcomm sometimes cause out-of-order frames",
no sievers 2013/09/11 17:47:02 Or maybe just merge this into 36 above and add the
+ "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