| 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 61cf2a48ac8b4d8dc651b3767590a494267efeba..a907d32f7591a99c84afb260d7805f289127da02 100644
|
| --- a/gpu/config/software_rendering_list_json.cc
|
| +++ b/gpu/config/software_rendering_list_json.cc
|
| @@ -18,7 +18,7 @@
|
| {
|
| "name": "software rendering list",
|
| // Please update the version number whenever you change this file.
|
| - "version": "11.1",
|
| + "version": "11.0",
|
| "entries": [
|
| {
|
| "id": 1,
|
| @@ -33,8 +33,7 @@
|
| "features": [
|
| "webgl",
|
| "flash_3d",
|
| - "flash_stage3d",
|
| - "gpu_rasterization"
|
| + "flash_stage3d"
|
| ]
|
| },
|
| {
|
| @@ -123,8 +122,7 @@
|
| "features": [
|
| "webgl",
|
| "flash_3d",
|
| - "flash_stage3d",
|
| - "gpu_rasterization"
|
| + "flash_stage3d"
|
| ]
|
| },
|
| {
|
| @@ -399,8 +397,7 @@
|
| "device_id": ["0x0863"],
|
| "multi_gpu_category": "any",
|
| "features": [
|
| - "accelerated_2d_canvas",
|
| - "gpu_rasterization"
|
| + "accelerated_2d_canvas"
|
| ]
|
| },
|
| {
|
| @@ -418,8 +415,7 @@
|
| "device_id": ["0x6760", "0x6720"],
|
| "multi_gpu_category": "any",
|
| "features": [
|
| - "webgl",
|
| - "gpu_rasterization"
|
| + "webgl"
|
| ]
|
| },
|
| {
|
| @@ -725,8 +721,7 @@
|
| "device_id": ["0x0a29", "0x0861", "0x0863"],
|
| "multi_gpu_category": "any",
|
| "features": [
|
| - "webgl",
|
| - "gpu_rasterization"
|
| + "webgl"
|
| ]
|
| },
|
| {
|
| @@ -1194,19 +1189,6 @@
|
| "webgl"
|
| ]}
|
| ]
|
| - },
|
| - {
|
| - "id": 111,
|
| - "description": "Apple Software Renderer used under VMWare experiences synchronization issues with GPU Raster",
|
| - "cr_bugs": [607829],
|
| - "os": {
|
| - "type": "macosx"
|
| - },
|
| - "vendor_id": "0x15ad",
|
| - "multi_gpu_category": "any",
|
| - "features": [
|
| - "gpu_rasterization"
|
| - ]
|
| }
|
| ]
|
| }
|
|
|