Chromium Code Reviews| 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..109b6d4aedd4b08c5f22ff58c6a5c1e8011087ad 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": "10.21", |
|
Zhenyao Mo
2016/04/29 00:34:17
You should update to 11.0 because the json format
Julien Isorce Samsung
2016/04/29 15:52:15
Ah ok I understand now when the first number has t
|
| "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" |
| + ]} |
| ] |
| } |
| ] |