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

Unified Diff: gpu/config/software_rendering_list_json.cc

Issue 1247093006: Allow WebGL on Android if the GPU has it's own process (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: REALLY addressed aelias@'s feedback this time. Created 5 years, 5 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_info_collector.cc ('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.cc
diff --git a/gpu/config/software_rendering_list_json.cc b/gpu/config/software_rendering_list_json.cc
index a4cf2b088fef3c4b1a414b728aa89b86d1fc2a8f..b946c6d53505df43e65afb1adaa553290fe1ee6b 100644
--- a/gpu/config/software_rendering_list_json.cc
+++ b/gpu/config/software_rendering_list_json.cc
@@ -733,22 +733,11 @@ const char kSoftwareRenderingListJson[] = LONG_STRING_CONST(
LONG_STRING_CONST(
{
"id": 76,
- "description": "WebGL is disabled on Android unless GPU reset notification is supported",
+ "description": "WebGL is disabled on Android unless the GPU runs in a separate process or GPU reset notifications are supported",
aelias_OOO_until_Jul13 2015/07/23 18:35:48 This description is out of date now.
"os": {
"type": "android"
},
- "exceptions": [
- {
- "gl_reset_notification_strategy": {
- "op": "=",
- "value": "33362"
- }
- },
- {
- "gl_renderer": "Mali-400.*",
- "gl_extensions": ".*EXT_robustness.*"
- }
- ],
+ "in_process_gpu": true,
"features": [
"webgl"
]
« no previous file with comments | « gpu/config/gpu_info_collector.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698