Chromium Code Reviews| Index: content/browser/gpu/software_rendering_list.json |
| =================================================================== |
| --- content/browser/gpu/software_rendering_list.json (revision 176935) |
| +++ content/browser/gpu/software_rendering_list.json (working copy) |
| @@ -41,8 +41,8 @@ |
| // 19. "blacklist" is a list of gpu feature strings, valid values include |
| // "accelerated_2d_canvas", "accelerated_compositing", "webgl", |
| // "multisampling", "flash_3d", "flash_stage3d", "texture_sharing", |
| -// "accelerated_video", "accelerated_video_decode", "panel_fitting", and |
| -// "all". |
| +// "accelerated_video", "accelerated_video_decode", "panel_fitting", |
| +// "force_compositing_mode", and "all". |
| // This field is mandatory. |
| // 20. "description" has the description of the entry. |
| // 21. "webkit_bugs" is an array of associated webkit bug numbers. |
| @@ -75,7 +75,7 @@ |
| { |
| "name": "software rendering list", |
| // Please update the version number whenever you change this file. |
| - "version": "4.9", |
| + "version": "4.10", |
| "entries": [ |
| { |
| "id": 1, |
| @@ -200,7 +200,8 @@ |
| "accelerated_video_decode", |
| "3d_css", |
| "multisampling", |
| - "flash_3d" |
| + "flash_3d", |
| + "force_compositing_mode" |
| ] |
| }, |
| { |
| @@ -224,7 +225,8 @@ |
| "accelerated_video_decode", |
| "3d_css", |
| "multisampling", |
| - "flash_3d" |
| + "flash_3d", |
| + "force_compositing_mode" |
| ] |
| }, |
| { |
| @@ -248,7 +250,8 @@ |
| "accelerated_video_decode", |
| "3d_css", |
| "multisampling", |
| - "flash_3d" |
| + "flash_3d", |
| + "force_compositing_mode" |
| ] |
| }, |
| { |
| @@ -272,7 +275,8 @@ |
| "accelerated_video_decode", |
| "3d_css", |
| "multisampling", |
| - "flash_3d" |
| + "flash_3d", |
| + "force_compositing_mode" |
| ] |
| }, |
| { |
| @@ -943,9 +947,8 @@ |
| "description": "Multisampling is buggy on Mac with AMD gpu.", |
| "cr_bugs": [162466], |
| "os": { |
| - "type": "macosx" |
| + "type": "linux" |
|
vangelis
2013/01/16 08:00:06
ooops! This should change back to mac!
Zhenyao Mo
2013/01/16 15:34:55
Holy cow. Have no idea where this change comes fr
|
| }, |
| - "vendor_id": "0x1002", |
| "blacklist": [ |
| "multisampling" |
| ] |