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

Unified Diff: gpu/config/software_rendering_list.json

Issue 2855583003: Disable explicit multisample resolve (and webgl2) on Adreno 4xx on Android 7.0 (Closed)
Patch Set: Created 3 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
« gpu/config/gpu_driver_bug_list.json ('K') | « 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 23cc2b9aa737fac23892eacfc839b72de4fc0523..585308a123c171ba774326f54118fcd793bec208 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.3",
+ "version": "13.4",
"entries": [
{
"id": 1,
@@ -1569,6 +1569,23 @@
"features": [
"webgl2"
]
+ },
+ {
+ "id": 147,
+ "comment": "Corresponds to GPU driver bug #224",
+ "description": "Explicit multisample resolve path is broken on Adreno 4xx on Android 7.0",
+ "cr_bugs": [696126],
+ "gl_renderer": "Adreno \\(TM\\) 4.*",
+ "os": {
+ "type": "android",
+ "version": {
+ "op": "=",
+ "value": "7.0"
Ken Russell (switch to Gerrit) 2017/05/01 22:52:19 Same question about using the "=" vs. "between" op
Kai Ninomiya 2017/05/01 23:04:41 Done.
+ }
+ },
+ "features": [
+ "webgl2"
+ ]
}
],
"comment": [
« gpu/config/gpu_driver_bug_list.json ('K') | « 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