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.10", | 21 "version": "11.11", |
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 1207 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1239 "vendor_id": "0x8086", | 1239 "vendor_id": "0x8086", |
1240 "device_id": ["0x22b0", "0x22b1", "0x22b2", "0x22b3", "0x1902", | 1240 "device_id": ["0x22b0", "0x22b1", "0x22b2", "0x22b3", "0x1902", |
1241 "0x1906", "0x190a", "0x190b", "0x190e", "0x1912", | 1241 "0x1906", "0x190a", "0x190b", "0x190e", "0x1912", |
1242 "0x1913", "0x1915", "0x1916", "0x1917", "0x191a", | 1242 "0x1913", "0x1915", "0x1916", "0x1917", "0x191a", |
1243 "0x191b", "0x191d", "0x191e", "0x1921", "0x1923", | 1243 "0x191b", "0x191d", "0x191e", "0x1921", "0x1923", |
1244 "0x1926", "0x1927", "0x192a", "0x192b", "0x192d", | 1244 "0x1926", "0x1927", "0x192a", "0x192b", "0x192d", |
1245 "0x1932", "0x193a", "0x193b", "0x193d"], | 1245 "0x1932", "0x193a", "0x193b", "0x193d"], |
1246 "features": [ | 1246 "features": [ |
1247 "accelerated_vpx_decode" | 1247 "accelerated_vpx_decode" |
1248 ] | 1248 ] |
| 1249 }, |
| 1250 { |
| 1251 "id": 122, |
| 1252 "description": "GPU rasterization should only be enabled on Pascal and Max
well GPUs for now.", |
| 1253 "cr_bugs": [643850], |
| 1254 "os": { |
| 1255 "type": "win" |
| 1256 }, |
| 1257 "features": [ |
| 1258 "gpu_rasterization" |
| 1259 ], |
| 1260 "exceptions": [ |
| 1261 { |
| 1262 "vendor_id": "0x10de", |
| 1263 "device_id": ["0x1340", "0x1341", "0x1344", "0x1346", "0x1347", |
| 1264 "0x1348", "0x1349", "0x134d", "0x134e", "0x134f", |
| 1265 "0x137a", "0x137d", "0x1380", "0x1381", "0x1382", |
| 1266 "0x1389", "0x1390", "0x1391", "0x1392", "0x1393", |
| 1267 "0x1398", "0x139a", "0x139b", "0x139c", "0x139d", |
| 1268 "0x13b0", "0x13b1", "0x13b2", "0x13b9", "0x13ba", |
| 1269 "0x13bb", "0x13bc", "0x13bd", "0x13c0", "0x13c1", |
| 1270 "0x13c2", "0x13c3", "0x13d7", "0x13d8", "0x13d9", |
| 1271 "0x13da", "0x13f0", "0x13f1", "0x13f2", "0x13f3", |
| 1272 "0x13f8", "0x13f9", "0x13fa", "0x1401", "0x1402", |
| 1273 "0x1406", "0x1407", "0x1427", "0x1430", "0x1431", |
| 1274 "0x1617", "0x1618", "0x1619", "0x161a", "0x1667", |
| 1275 "0x17c2", "0x17c8", "0x17f0", "0x17fd", "0x15f0", |
| 1276 "0x15f1", "0x15f8", "0x15f9", "0x1725", "0x172e", |
| 1277 "0x172f", "0x1b00", "0x1b01", "0x1b70", "0x1b78", |
| 1278 "0x1b80", "0x1b81", "0x1b82", "0x1b83", "0x1bb0", |
| 1279 "0x1bb1", "0x1bb4", "0x1c00", "0x1c01", "0x1c02", |
| 1280 "0x1c03", "0x1c30", "0x1c70", "0x1c80", "0x1c81", |
| 1281 "0x1c82", "0x1ca7", "0x1ca8", "0x1caa", "0x1d01"] |
| 1282 |
| 1283 } |
| 1284 ] |
1249 } | 1285 } |
1250 ] | 1286 ] |
1251 } | 1287 } |
1252 | 1288 |
1253 ); // LONG_STRING_CONST macro | 1289 ); // LONG_STRING_CONST macro |
1254 | 1290 |
1255 } // namespace gpu | 1291 } // namespace gpu |
OLD | NEW |