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

Unified Diff: gpu/config/software_rendering_list.json

Issue 2797393002: Scope scissor bug/MSAA/WebGL2 disabling to Adreno series. (Closed)
Patch Set: Bring back bug list 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
Index: gpu/config/software_rendering_list.json
diff --git a/gpu/config/software_rendering_list.json b/gpu/config/software_rendering_list.json
index 5da3a9dd701266e70b800a42fc5a6f3b635d456b..2e42eca7b5293b82641451bbecbef9507e7d200c 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.0",
+ "version": "13.1",
"entries": [
{
"id": 1,
@@ -1415,8 +1415,8 @@
},
{
"id": 135,
- "description": "Key parts of WebGL 2 broken on old Qualcomm drivers (depth texture, MSAA)",
- "cr_bugs": [682753, 682075],
+ "description": "ES3 MSAA not fully trusted on some Qualcomm 4xx, also disable WebGL2",
+ "cr_bugs": [471200],
"os": {
"type": "android",
"version": {
@@ -1424,7 +1424,7 @@
"value": "6.0"
}
},
- "gl_vendor": "Qualcomm.*",
+ "gl_renderer": "Adreno \\(TM\\) 4.*",
"features": [
"webgl2"
]
@@ -1503,11 +1503,10 @@
},
{
"id": 140,
- "comment": "Corresponds to GPU driver bug #214",
- "description": "Some old Qualcomm scissor bug workaround needs disabling MSAA to work, which is a core part of WebGL 2.",
- "cr_bugs": [670607, 696627, 698197],
- "gl_vendor": "Qualcomm.*",
- "machine_model_name": ["Nexus 7", "KFTHWI", "KFSAWI", "KFAPWI", "KFTHWA", "KFSAWA", "KFAPWA"],
+ "comment": "Corresponds to GPU driver bugs #19, #214",
+ "description": "MSAA and depth texture buggy on Adreno 3xx, also disable WebGL2",
+ "cr_bugs": [449116, 698197],
+ "gl_renderer": "Adreno \\(TM\\) 3.*",
"features": [
"webgl2"
]
« no previous file with comments | « gpu/config/gpu_driver_bug_list_autogen.cc ('k') | gpu/config/software_rendering_list_arrays_and_structs_autogen.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698