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 a907d32f7591a99c84afb260d7805f289127da02..61cf2a48ac8b4d8dc651b3767590a494267efeba 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": "11.0", |
+ "version": "11.1", |
"entries": [ |
{ |
"id": 1, |
@@ -33,7 +33,8 @@ const char kSoftwareRenderingListJson[] = LONG_STRING_CONST( |
"features": [ |
"webgl", |
"flash_3d", |
- "flash_stage3d" |
+ "flash_stage3d", |
+ "gpu_rasterization" |
] |
}, |
{ |
@@ -122,7 +123,8 @@ const char kSoftwareRenderingListJson[] = LONG_STRING_CONST( |
"features": [ |
"webgl", |
"flash_3d", |
- "flash_stage3d" |
+ "flash_stage3d", |
+ "gpu_rasterization" |
] |
}, |
{ |
@@ -397,7 +399,8 @@ const char kSoftwareRenderingListJson[] = LONG_STRING_CONST( |
"device_id": ["0x0863"], |
"multi_gpu_category": "any", |
"features": [ |
- "accelerated_2d_canvas" |
+ "accelerated_2d_canvas", |
+ "gpu_rasterization" |
] |
}, |
{ |
@@ -415,7 +418,8 @@ const char kSoftwareRenderingListJson[] = LONG_STRING_CONST( |
"device_id": ["0x6760", "0x6720"], |
"multi_gpu_category": "any", |
"features": [ |
- "webgl" |
+ "webgl", |
+ "gpu_rasterization" |
] |
}, |
{ |
@@ -721,7 +725,8 @@ const char kSoftwareRenderingListJson[] = LONG_STRING_CONST( |
"device_id": ["0x0a29", "0x0861", "0x0863"], |
"multi_gpu_category": "any", |
"features": [ |
- "webgl" |
+ "webgl", |
+ "gpu_rasterization" |
] |
}, |
{ |
@@ -1189,6 +1194,19 @@ LONG_STRING_CONST( |
"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" |
+ ] |
} |
] |
} |