| OLD | NEW |
| 1 // Copyright (c) 2013 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2013 The Chromium Authors. All rights reserved. |
| 2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
| 3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
| 4 | 4 |
| 5 // Determines whether certain gpu-related features are blacklisted or not. | 5 // Determines whether certain gpu-related features are blacklisted or not. |
| 6 // The format of a valid software_rendering_list.json file is defined in | 6 // The format of a valid software_rendering_list.json file is defined in |
| 7 // <gpu/config/gpu_control_list_format.txt>. | 7 // <gpu/config/gpu_control_list_format.txt>. |
| 8 // The supported "features" can be found in <gpu/config/gpu_blacklist.cc>. | 8 // The supported "features" can be found in <gpu/config/gpu_blacklist.cc>. |
| 9 | 9 |
| 10 #include "gpu/config/gpu_control_list_jsons.h" | 10 #include "gpu/config/gpu_control_list_jsons.h" |
| 11 | 11 |
| 12 #define LONG_STRING_CONST(...) #__VA_ARGS__ | 12 #define LONG_STRING_CONST(...) #__VA_ARGS__ |
| 13 | 13 |
| 14 namespace gpu { | 14 namespace gpu { |
| 15 | 15 |
| 16 const char kSoftwareRenderingListJson[] = LONG_STRING_CONST( | 16 const char kSoftwareRenderingListJson[] = LONG_STRING_CONST( |
| 17 | 17 |
| 18 { | 18 { |
| 19 "name": "software rendering list", | 19 "name": "software rendering list", |
| 20 // Please update the version number whenever you change this file. | 20 // Please update the version number whenever you change this file. |
| 21 "version": "11.1", | 21 "version": "11.2", |
| 22 "entries": [ | 22 "entries": [ |
| 23 { | 23 { |
| 24 "id": 1, | 24 "id": 1, |
| 25 "description": "ATI Radeon X1900 is not compatible with WebGL on the Mac", | 25 "description": "ATI Radeon X1900 is not compatible with WebGL on the Mac", |
| 26 "webkit_bugs": [47028], | 26 "webkit_bugs": [47028], |
| 27 "os": { | 27 "os": { |
| 28 "type": "macosx" | 28 "type": "macosx" |
| 29 }, | 29 }, |
| 30 "vendor_id": "0x1002", | 30 "vendor_id": "0x1002", |
| 31 "device_id": ["0x7249"], | 31 "device_id": ["0x7249"], |
| (...skipping 1168 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1200 "description": "Apple Software Renderer used under VMWare experiences sync
hronization issues with GPU Raster", | 1200 "description": "Apple Software Renderer used under VMWare experiences sync
hronization issues with GPU Raster", |
| 1201 "cr_bugs": [607829], | 1201 "cr_bugs": [607829], |
| 1202 "os": { | 1202 "os": { |
| 1203 "type": "macosx" | 1203 "type": "macosx" |
| 1204 }, | 1204 }, |
| 1205 "vendor_id": "0x15ad", | 1205 "vendor_id": "0x15ad", |
| 1206 "multi_gpu_category": "any", | 1206 "multi_gpu_category": "any", |
| 1207 "features": [ | 1207 "features": [ |
| 1208 "gpu_rasterization" | 1208 "gpu_rasterization" |
| 1209 ] | 1209 ] |
| 1210 }, |
| 1211 { |
| 1212 "id": 112, |
| 1213 "description": "Some GPUs on Mac can perform poorly with GPU rasterization
. Disable all known Intel GPUs other than Intel 6th and 7th Generation cards, wh
ich have been tested.", |
| 1214 "cr_bugs": [613272, 614468], |
| 1215 "os": { |
| 1216 "type": "macosx" |
| 1217 }, |
| 1218 "vendor_id": "0x8086", |
| 1219 "device_id": ["0x0126", "0x0116", "0x191e", "0x0046", "0x1912", |
| 1220 "0x2a02", "0x27a2", "0x2a42"], |
| 1221 "multi_gpu_category": "any", |
| 1222 "features": [ |
| 1223 "gpu_rasterization" |
| 1224 ] |
| 1225 }, |
| 1226 { |
| 1227 "id": 113, |
| 1228 "description": "Some GPUs on Mac can perform poorly with GPU rasterization
. Disable all known NVidia GPUs other than the Geforce 6xx and 7xx series, which
have been tested.", |
| 1229 "cr_bugs": [613272, 614468], |
| 1230 "os": { |
| 1231 "type": "macosx" |
| 1232 }, |
| 1233 "vendor_id": "0x10de", |
| 1234 "device_id": ["0x0863", "0x08a0", "0x0a29", "0x0869", "0x0867", |
| 1235 "0x08a3", "0x11a3", "0x08a2", "0x0407", "0x0861", |
| 1236 "0x08a4", "0x0647", "0x0640", "0x0866", "0x0655", |
| 1237 "0x062e", "0x0609", "0x1187", "0x13c2", "0x0602", |
| 1238 "0x1180", "0x1401", "0x0fc8", "0x0611", "0x1189", |
| 1239 "0x11c0", "0x0870", "0x0a65", "0x06dd", "0x0fc1", |
| 1240 "0x1380", "0x11c6", "0x104a", "0x1184", "0x0fc6", |
| 1241 "0x13c0", "0x1381", "0x05e3", "0x1183", "0x05fe", |
| 1242 "0x1004", "0x17c8", "0x11ba", "0x0a20", "0x0f00", |
| 1243 "0x0ca3", "0x06fd", "0x0f02", "0x0614", "0x0402", |
| 1244 "0x13bb", "0x0401", "0x0f01", "0x1287", "0x0615", |
| 1245 "0x1402", "0x019d", "0x0400", "0x0622", "0x06e4", |
| 1246 "0x06cd", "0x1201", "0x100a", "0x10c3", "0x1086", |
| 1247 "0x17c2", "0x1005", "0x0a23", "0x0de0", "0x1040", |
| 1248 "0x0421", "0x1282", "0x0e22", "0x0e23", "0x0610", |
| 1249 "0x11c8", "0x11c2", "0x1188", "0x0de9", "0x1200", |
| 1250 "0x1244", "0x0dc4", "0x0df8", "0x0641", "0x0613", |
| 1251 "0x11fa", "0x100c", "0x0de1", "0x0ca5", "0x0cb1", |
| 1252 "0x0a6c", "0x05ff", "0x05e2", "0x0a2d", "0x06c0", |
| 1253 "0x1288", "0x1048", "0x1081", "0x0dd8", "0x05e6", |
| 1254 "0x11c4", "0x0605", "0x1080", "0x042f", "0x0ca2", |
| 1255 "0x1245", "0x124d", "0x1284", "0x0191", "0x1050", |
| 1256 "0x0ffd", "0x0193", "0x061a", "0x0422", "0x1185", |
| 1257 "0x103a", "0x0fc2", "0x0194", "0x0df5", "0x040e", |
| 1258 "0x065b", "0x0de2", "0x0a75", "0x0601", "0x1087", |
| 1259 "0x019e", "0x104b", "0x107d", "0x1382", "0x042b", |
| 1260 "0x1049", "0x0df0", "0x11a1", "0x040f", "0x0de3", |
| 1261 "0x0fc0", "0x13d8", "0x0de4", "0x11e2", "0x0644", |
| 1262 "0x0fd1", "0x0dfa"], |
| 1263 "multi_gpu_category": "any", |
| 1264 "features": [ |
| 1265 "gpu_rasterization" |
| 1266 ] |
| 1267 }, |
| 1268 { |
| 1269 "id": 114, |
| 1270 "description": "Some GPUs on Mac can perform poorly with GPU rasterization
. Disable all known AMD GPUs other than the R200, R300, and D series, which have
been tested.", |
| 1271 "cr_bugs": [613272, 614468], |
| 1272 "os": { |
| 1273 "type": "macosx" |
| 1274 }, |
| 1275 "vendor_id": "0x1002", |
| 1276 "device_id": ["0x6741", "0x6740", "0x9488", "0x9583", "0x6720", |
| 1277 "0x6760", "0x68c0", "0x68a1", "0x944a", "0x94c8", |
| 1278 "0x6819", "0x68b8", "0x6920", "0x6938", "0x6640", |
| 1279 "0x9588", "0x6898", "0x9440", "0x6738", "0x6739", |
| 1280 "0x6818", "0x6758", "0x6779", "0x9490", "0x68d9", |
| 1281 "0x683f", "0x683d", "0x6899", "0x6759", "0x68e0", |
| 1282 "0x68d8", "0x68ba", "0x68f9", "0x9501", "0x68a0", |
| 1283 "0x6841", "0x6840", "0x9442", "0x6658", "0x68c8", |
| 1284 "0x68c1"], |
| 1285 "multi_gpu_category": "any", |
| 1286 "features": [ |
| 1287 "gpu_rasterization" |
| 1288 ] |
| 1289 }, |
| 1290 { |
| 1291 "id": 115, |
| 1292 "description": "Some GPUs on Mac can perform poorly with GPU rasterization
. Disable untested Virtualbox GPU.", |
| 1293 "cr_bugs": [613272, 614468], |
| 1294 "os": { |
| 1295 "type": "macosx" |
| 1296 }, |
| 1297 "vendor_id": "0x80ee", |
| 1298 "multi_gpu_category": "any", |
| 1299 "features": [ |
| 1300 "gpu_rasterization" |
| 1301 ] |
| 1210 } | 1302 } |
| 1211 ] | 1303 ] |
| 1212 } | 1304 } |
| 1213 | 1305 |
| 1214 ); // LONG_STRING_CONST macro | 1306 ); // LONG_STRING_CONST macro |
| 1215 | 1307 |
| 1216 } // namespace gpu | 1308 } // namespace gpu |
| OLD | NEW |