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 35060a9299fcf37a7ac19d247bacc459203bb4df..41289c80a0320f0546425446e364fa65f7978606 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": "7.1", |
| + "version": "7.2", |
| "entries": [ |
| { |
| "id": 1, |
| @@ -1032,8 +1032,19 @@ LONG_STRING_CONST( |
| "features": [ |
| "accelerated_video_decode" |
| ] |
| + }, |
| + { |
| + "id": 93, |
| + "description": "GLX indirect rendering (X remoting) is not supported", |
| + "cr_bugs": [72373], |
| + "os": { |
| + "type": "linux" |
| + }, |
| + "direct_rendering": "false", |
| + "features": [ |
| + "all" |
| + ] |
|
Ken Russell (switch to Gerrit)
2014/03/11 21:13:15
Could you first land the rest of this CL without t
|
| } |
| - |
| ] |
| } |