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

Unified Diff: gpu/config/software_rendering_list.json

Issue 2912493002: [M59 fork] gpu: Disable multisample on adreno 4xx android 8 (Closed)
Patch Set: Created 3 years, 7 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 | « gpu/config/gpu_driver_bug_list.json ('k') | 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
diff --git a/gpu/config/software_rendering_list.json b/gpu/config/software_rendering_list.json
index 37cce31c19a8045579bc233260b7d313b8cd8fee..dc5ed3c8790de346b72ea8e4454283ed294ec4b8 100644
--- a/gpu/config/software_rendering_list.json
+++ b/gpu/config/software_rendering_list.json
@@ -1,6 +1,6 @@
{
"name": "software rendering list",
- "version": "13.4",
+ "version": "13.5",
"entries": [
{
"id": 1,
@@ -1460,6 +1460,25 @@
"features": [
"webgl2"
]
+ },
+ {
+ "id": 148,
+ "description": "Explicit multisample resolve is broken on Adreno 4xx on Android 8.0",
+ "comment": "Corresponds to GPU driver bug #230",
+ "cr_bugs": [722962],
+ "os": {
+ "type": "android",
+ "version": {
+ "op": "between",
+ "value": "8.0.0",
+ "value2": "8.0.99",
+ "comment": "Only initial version of O."
+ }
+ },
+ "gl_renderer": "Adreno \\(TM\\) 4.*",
+ "features": [
+ "webgl2"
+ ]
}
],
"comment": [
« no previous file with comments | « gpu/config/gpu_driver_bug_list.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698