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

Unified Diff: gpu/config/software_rendering_list.json

Issue 2806623002: Enable WebGL 2.0 and ES3 MSAA on Adreno 4xx (Closed)
Patch Set: remember to run the autogenerator 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 2e42eca7b5293b82641451bbecbef9507e7d200c..43709fe55129b789213fc592a7c47ecce2ffcc6d 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.1",
+ "version": "13.2",
"entries": [
{
"id": 1,
@@ -1414,22 +1414,6 @@
]
},
{
- "id": 135,
- "description": "ES3 MSAA not fully trusted on some Qualcomm 4xx, also disable WebGL2",
- "cr_bugs": [471200],
- "os": {
- "type": "android",
- "version": {
- "op": "<",
- "value": "6.0"
- }
- },
- "gl_renderer": "Adreno \\(TM\\) 4.*",
- "features": [
- "webgl2"
- ]
- },
- {
"id": 136,
"description": "GPU rasterization is blacklisted on NVidia Fermi architecture for now.",
"cr_bugs": [643850],
« 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