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

Unified Diff: gpu/config/gpu_driver_bug_list_json.cc

Issue 2439253002: Disable ES3 on Android version < 4.4 (Closed)
Patch Set: 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..8e84036e87dd39e21e4e017262dea1a345fd15e4 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,22 @@ LONG_STRING_CONST(
"features": [
"adjust_src_dst_region_for_blitframebuffer"
]
+ },
+ {
+ "id": 200,
+ "description": "Some ES2-only Adreno 3xx drivers incorrectly advertise ES3 support",
+ "cr_bugs": [657925],
+ "os": {
+ "type": "android"
+ },
+ "gl_renderer": "Adreno \\(TM\\) 3.*",
aelias_OOO_until_Jul13 2016/10/22 00:02:31 Could we remove this line and just simply rely on
+ "gl_version": {
+ "op": "<",
+ "value": "3.0"
+ },
+ "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