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

Unified Diff: gpu/config/software_rendering_list_json.cc

Issue 1115313002: Blacklist GPU raster on Adreno 3xx with ES2-only drivers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2357
Patch Set: Created 5 years, 8 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/software_rendering_list_json.cc
diff --git a/gpu/config/software_rendering_list_json.cc b/gpu/config/software_rendering_list_json.cc
index f082641e7eaf618e2da135c2a38736a8ceef97e0..1a0cb5dc4f40c956f25b9474e09725a889f16983 100644
--- a/gpu/config/software_rendering_list_json.cc
+++ b/gpu/config/software_rendering_list_json.cc
@@ -18,7 +18,7 @@ const char kSoftwareRenderingListJson[] = LONG_STRING_CONST(
{
"name": "software rendering list",
// Please update the version number whenever you change this file.
- "version": "10.5",
+ "version": "10.6",
"entries": [
{
"id": 1,
@@ -1150,6 +1150,23 @@ LONG_STRING_CONST(
"accelerated_2d_canvas",
"gpu_rasterization"
]
+ },
+ {
+ "id": 106,
+ "description": "GPU raster broken on ES2-only Adreno 3xx drivers",
+ "cr_bugs": [480149],
+ "os": {
+ "type": "android"
+ },
+ "gl_renderer": "Adreno \\(TM\\) 3.*",
+ "gl_version": {
+ "op": "<=",
+ "value": "2.0"
+ },
+ "features": [
+ "accelerated_2d_canvas",
+ "gpu_rasterization"
+ ]
}
]
}
« 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