| Index: trunk/src/gpu/config/software_rendering_list_json.cc
|
| ===================================================================
|
| --- trunk/src/gpu/config/software_rendering_list_json.cc (revision 235643)
|
| +++ trunk/src/gpu/config/software_rendering_list_json.cc (working copy)
|
| @@ -18,7 +18,7 @@
|
| {
|
| "name": "software rendering list",
|
| // Please update the version number whenever you change this file.
|
| - "version": "6.15",
|
| + "version": "6.14",
|
| "entries": [
|
| {
|
| "id": 1,
|
| @@ -789,6 +789,21 @@
|
| ]
|
| },
|
| {
|
| + "id": 66,
|
| + "description": "Force compositing mode is unstable in MacOSX earlier than 10.8.",
|
| + "cr_bugs": [174101],
|
| + "os": {
|
| + "type": "macosx",
|
| + "version": {
|
| + "op": "<",
|
| + "value": "10.8"
|
| + }
|
| + },
|
| + "features": [
|
| + "force_compositing_mode"
|
| + ]
|
| + },
|
| + {
|
| "id": 68,
|
| "description": "VMware Fusion 4 has corrupt rendering with Win Vista+.",
|
| "cr_bugs": [169470],
|
| @@ -983,22 +998,6 @@
|
| "features": [
|
| "texture_sharing"
|
| ]
|
| - },
|
| - {
|
| - "id": 81,
|
| - "description": "Apple software renderer used under VMWare hangs on Mac OS 10.7.",
|
| - "cr_bugs": [230931],
|
| - "os": {
|
| - "type": "macosx",
|
| - "version": {
|
| - "op": "=",
|
| - "value": "10.7"
|
| - }
|
| - },
|
| - "vendor_id": "0x15ad",
|
| - "features": [
|
| - "force_compositing_mode"
|
| - ]
|
| }
|
| ]
|
| }
|
|
|