| 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 502f250c3a2d1de45cef77ccc9aad84548bcfce8..7e51f8def0f11768beec1ce3c649d1b1cbd3700b 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": "6.14",
|
| + "version": "6.15",
|
| "entries": [
|
| {
|
| "id": 1,
|
| @@ -789,21 +789,6 @@ const char kSoftwareRenderingListJson[] = LONG_STRING_CONST(
|
| ]
|
| },
|
| {
|
| - "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],
|
| @@ -998,6 +983,22 @@ LONG_STRING_CONST(
|
| "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"
|
| + ]
|
| }
|
| ]
|
| }
|
|
|