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

Unified Diff: gpu/config/software_rendering_list_json.cc

Issue 1925203002: Add exceptions to features in GpuControlList (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 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
« no previous file with comments | « gpu/config/gpu_control_list_format.txt ('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 e33a485b1f949912dc45d60dfb05628afa3748b4..a907d32f7591a99c84afb260d7805f289127da02 100644
--- a/gpu/config/software_rendering_list_json.cc
+++ b/gpu/config/software_rendering_list_json.cc
@@ -18,7 +18,7 @@ const char kSoftwareRenderingListJson[] = LONG_STRING_CONST(
{
"name": "software rendering list",
// Please update the version number whenever you change this file.
- "version": "10.20",
+ "version": "11.0",
"entries": [
{
"id": 1,
@@ -1184,15 +1184,10 @@ LONG_STRING_CONST(
"gl_vendor": "VMware.*",
"gl_renderer": ".*Gallium.*llvmpipe.*",
"features": [
- "accelerated_2d_canvas",
- "gpu_compositing",
- "flash_3d",
- "flash_stage3d",
- "flash_stage3d_baseline",
- "accelerated_video_decode",
- "accelerated_video_encode",
- "panel_fitting",
- "gpu_rasterization"
+ "all",
+ {"exceptions": [
+ "webgl"
+ ]}
]
}
]
« no previous file with comments | « gpu/config/gpu_control_list_format.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698