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

Unified Diff: gpu/config/gpu_driver_bug_list_json.cc

Issue 2439253002: Disable ES3 on Android version < 4.4 (Closed)
Patch Set: Disable ES3 on anything before Android KK. Created 4 years, 2 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 ad403afec1ec02ad35547b6c090314b1bc0bd5c8..9ee74935ccdc487596dd81849b0dc694a1a2694c 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": "9.11",
+ "version": "9.12",
"entries": [
{
"id": 1,
@@ -2157,6 +2157,21 @@ LONG_STRING_CONST(
"features": [
"adjust_src_dst_region_for_blitframebuffer"
]
+ },
+ {
+ "id": 200,
+ "description": "ES3 support is unreliable on some older drivers",
+ "cr_bugs": [657925],
+ "os": {
+ "type": "android",
+ "version": {
+ "op": "<",
+ "value": "4.4"
+ }
+ },
+ "features": [
+ "disable_es3_gl_context"
+ ]
}
]
// Please update the version number at beginning of this file whenever you
« 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