| Index: gpu/software_rendering_list/software_rendering_list.json
|
| ===================================================================
|
| --- gpu/software_rendering_list/software_rendering_list.json (revision 140688)
|
| +++ gpu/software_rendering_list/software_rendering_list.json (working copy)
|
| @@ -61,7 +61,7 @@
|
| {
|
| "name": "software rendering list",
|
| // Please update the version number whenever you change this file.
|
| - "version": "1.36",
|
| + "version": "1.37",
|
| "entries": [
|
| {
|
| "id": 1,
|
| @@ -310,8 +310,8 @@
|
| },
|
| {
|
| "id": 19,
|
| - "description": "Accelerated 2d canvas and accelerated compositing are not supported in Mac OSX version 10.5.",
|
| - "cr_bugs": [87157],
|
| + "description": "GPU acceleration is no longer supported in Leopard.",
|
| + "cr_bugs": [87157, 130495],
|
| "os": {
|
| "type": "macosx",
|
| "version": {
|
| @@ -320,8 +320,7 @@
|
| }
|
| },
|
| "blacklist": [
|
| - "accelerated_2d_canvas",
|
| - "accelerated_compositing"
|
| + "all"
|
| ]
|
| },
|
| {
|
| @@ -567,6 +566,19 @@
|
| "blacklist": [
|
| "all"
|
| ]
|
| + },
|
| + {
|
| + "id": 38,
|
| + "description": "NVidia GeForce 9400M is buggy on Mac.",
|
| + "cr_bugs": [130495],
|
| + "os": {
|
| + "type": "macosx"
|
| + },
|
| + "vendor_id": "0x10de",
|
| + "device_id": ["0x0863"],
|
| + "blacklist": [
|
| + "all"
|
| + ]
|
| }
|
| ]
|
| }
|
|
|