Chromium Code Reviews| Index: content/browser/gpu/software_rendering_list.json |
| =================================================================== |
| --- content/browser/gpu/software_rendering_list.json (revision 157852) |
| +++ content/browser/gpu/software_rendering_list.json (working copy) |
| @@ -68,7 +68,7 @@ |
| { |
| "name": "software rendering list", |
| // Please update the version number whenever you change this file. |
| - "version": "2.11", |
| + "version": "3.1", |
|
Ken Russell (switch to Gerrit)
2012/09/21 19:08:02
Just curious, any particular reason to update the
Zhenyao Mo
2012/09/21 19:57:59
This is to reflect now the file is in content/.
|
| "entries": [ |
| { |
| "id": 1, |
| @@ -688,6 +688,21 @@ |
| "flash_3d", |
| "flash_stage3d" |
| ] |
| + }, |
| + { |
| + "id": 50, |
| + "description": "Disable VMWare software renderer.", |
| + "cr_bugs": [145531], |
| + "os": { |
| + "type": "linux" |
| + }, |
| + "gl_vendor": { |
| + "op": "beginwith", |
| + "value": "VMWare" |
|
Ken Russell (switch to Gerrit)
2012/09/21 19:08:02
The capitalization doesn't match that in the bug r
Zhenyao Mo
2012/09/21 19:57:59
Thanks for catching this. Updated.
|
| + }, |
| + "blacklist": [ |
| + "all" |
| + ] |
| } |
| ] |
| } |