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

Unified Diff: gpu/config/software_rendering_list_json.cc

Issue 2737983002: WebGL feature will only enabled when accelerated (Closed)
Patch Set: Formatting fix Created 3 years, 9 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_feature_type.h ('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 b7af87c1d20c85a00f715591e37533ca10c65ad4..8949d6b923db2885d5ec1850ecfab43d5fe63f01 100644
--- a/gpu/config/software_rendering_list_json.cc
+++ b/gpu/config/software_rendering_list_json.cc
@@ -31,7 +31,7 @@ const char kSoftwareRenderingListJson[] = LONG_STRING_CONST(
"device_id": ["0x7249"],
"multi_gpu_category": "any",
"features": [
- "webgl",
+ "accelerated_webgl",
"flash_3d",
"flash_stage3d",
"gpu_rasterization"
@@ -59,7 +59,7 @@ const char kSoftwareRenderingListJson[] = LONG_STRING_CONST(
"vendor_id": "0x8086",
"device_id": ["0x27AE", "0x27A2"],
"features": [
- "webgl",
+ "accelerated_webgl",
"flash_3d",
"flash_stage3d",
"accelerated_2d_canvas"
@@ -121,7 +121,7 @@ const char kSoftwareRenderingListJson[] = LONG_STRING_CONST(
"device_id": ["0x0393"],
"multi_gpu_category": "any",
"features": [
- "webgl",
+ "accelerated_webgl",
"flash_3d",
"flash_stage3d",
"gpu_rasterization"
@@ -593,7 +593,7 @@ const char kSoftwareRenderingListJson[] = LONG_STRING_CONST(
"vendor_id": "0x10de",
"device_id": ["0x0163"],
"features": [
- "webgl"
+ "accelerated_webgl"
]
},
{
@@ -636,7 +636,7 @@ LONG_STRING_CONST(
}
],
"features": [
- "webgl"
+ "accelerated_webgl"
]
},
{
@@ -691,7 +691,7 @@ LONG_STRING_CONST(
"vendor_id": "0x8086",
"device_id": ["0xa011"],
"features": [
- "webgl"
+ "accelerated_webgl"
]
},
{
@@ -1024,7 +1024,7 @@ LONG_STRING_CONST(
"features": [
"all",
{"exceptions": [
- "webgl"
+ "accelerated_webgl"
]}
]
},
@@ -1177,7 +1177,7 @@ LONG_STRING_CONST(
"gl_vendor": "Vivante.*",
"gl_renderer": ".*PXA.*",
"features": [
- "webgl",
+ "accelerated_webgl",
"accelerated_2d_canvas"
]
},
« no previous file with comments | « gpu/config/gpu_feature_type.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698