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": "12.10", | 21 "version": "12.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 1177 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1209 "version": { | 1209 "version": { |
1210 "op": "<=", | 1210 "op": "<=", |
1211 "value": "10.9" | 1211 "value": "10.9" |
1212 } | 1212 } |
1213 }, | 1213 }, |
1214 "features": [ | 1214 "features": [ |
1215 "gpu_rasterization" | 1215 "gpu_rasterization" |
1216 ] | 1216 ] |
1217 }, | 1217 }, |
1218 { | 1218 { |
1219 "id": 120, | |
1220 "description": "VPx decoding isn't supported before Windows 10 anniversary
update.", | |
1221 "cr_bugs": [616318], | |
1222 "os": { | |
1223 "type": "win", | |
1224 "version": { | |
1225 "op": "<", | |
1226 "value": "10.0.14393" | |
1227 } | |
1228 }, | |
1229 "features": [ | |
1230 "accelerated_vpx_decode" | |
1231 ] | |
1232 }, | |
1233 { | |
1234 "id": 121, | |
1235 "description": "VPx decoding is too slow on Intel Broadwell, Skylake, and
CherryView", | |
1236 "cr_bugs": [616318], | |
1237 "os": { | |
1238 "type": "win" | |
1239 }, | |
1240 "vendor_id": "0x8086", | |
1241 "device_id": ["0x1602", "0x1606", "0x160a", "0x160b", "0x160d", | |
1242 "0x160e", "0x1612", "0x1616", "0x161a", "0x161b", | |
1243 "0x161d", "0x161e", "0x1622", "0x1626", "0x162a", | |
1244 "0x162b", "0x162d", "0x162e", "0x22b0", "0x22b1", | |
1245 "0x22b2", "0x22b3", "0x1902", "0x1906", "0x190a", | |
1246 "0x190b", "0x190e", "0x1912", "0x1913", "0x1915", | |
1247 "0x1916", "0x1917", "0x191a", "0x191b", "0x191d", | |
1248 "0x191e", "0x1921", "0x1923", "0x1926", "0x1927", | |
1249 "0x192a", "0x192b", "0x192d", "0x1932", "0x193a", | |
1250 "0x193b", "0x193d"], | |
1251 "features": [ | |
1252 "accelerated_vpx_decode" | |
1253 ] | |
1254 }, | |
1255 { | |
1256 "id": 122, | 1219 "id": 122, |
1257 "description": "GPU rasterization should only be enabled on NVIDIA Pascal
and Maxwell, Intel Broadwell+, and AMD RX-R2 GPUs for now.", | 1220 "description": "GPU rasterization should only be enabled on NVIDIA Pascal
and Maxwell, Intel Broadwell+, and AMD RX-R2 GPUs for now.", |
1258 "cr_bugs": [643850], | 1221 "cr_bugs": [643850], |
1259 "os": { | 1222 "os": { |
1260 "type": "win" | 1223 "type": "win" |
1261 }, | 1224 }, |
1262 "features": [ | 1225 "features": [ |
1263 "gpu_rasterization" | 1226 "gpu_rasterization" |
1264 ], | 1227 ], |
1265 "exceptions": [ | 1228 "exceptions": [ |
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1329 "0x6665", "0x6667", "0x67b0", "0x67b1", "0x67b9", | 1292 "0x6665", "0x6667", "0x67b0", "0x67b1", "0x67b9", |
1330 "0x67df", "0x67ef", "0x6810", "0x6811", "0x6820", | 1293 "0x67df", "0x67ef", "0x6810", "0x6811", "0x6820", |
1331 "0x6821", "0x682b", "0x6835", "0x6900", "0x6901", | 1294 "0x6821", "0x682b", "0x6835", "0x6900", "0x6901", |
1332 "0x6907", "0x6920", "0x6921", "0x6938", "0x6939", | 1295 "0x6907", "0x6920", "0x6921", "0x6938", "0x6939", |
1333 "0x7300", "0x9851", "0x9852", "0x9853", "0x9854", | 1296 "0x7300", "0x9851", "0x9852", "0x9853", "0x9854", |
1334 "0x9855", "0x9856", "0x9874", "0x98e4"] | 1297 "0x9855", "0x9856", "0x9874", "0x98e4"] |
1335 } | 1298 } |
1336 ] | 1299 ] |
1337 }, | 1300 }, |
1338 { | 1301 { |
1339 "id": 123, | |
1340 "description": "Accelerated VPx decoding is hanging on some videos.", | |
1341 "cr_bugs": [654111], | |
1342 "os": { | |
1343 "type": "win" | |
1344 }, | |
1345 "vendor_id": "0x8086", | |
1346 "driver_version": { | |
1347 "op": "<", | |
1348 "value": "21.20.16.4542" | |
1349 }, | |
1350 "features": [ | |
1351 "accelerated_vpx_decode" | |
1352 ] | |
1353 }, | |
1354 { | |
1355 "id": 124, | 1302 "id": 124, |
1356 "description": "Some AMD drivers have rendering glitches with GPU Rasteriz
ation", | 1303 "description": "Some AMD drivers have rendering glitches with GPU Rasteriz
ation", |
1357 "cr_bugs": [653538], | 1304 "cr_bugs": [653538], |
1358 "os" : { | 1305 "os" : { |
1359 "type": "win" | 1306 "type": "win" |
1360 }, | 1307 }, |
1361 "vendor_id": "0x1002", | 1308 "vendor_id": "0x1002", |
1362 "driver_version": { | 1309 "driver_version": { |
1363 "op": ">", | 1310 "op": ">", |
1364 "value": "16.200.1035.1001" | 1311 "value": "16.200.1035.1001" |
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1462 "features": [ | 1409 "features": [ |
1463 "all" | 1410 "all" |
1464 ] | 1411 ] |
1465 } | 1412 } |
1466 ] | 1413 ] |
1467 } | 1414 } |
1468 | 1415 |
1469 ); // LONG_STRING_CONST macro | 1416 ); // LONG_STRING_CONST macro |
1470 | 1417 |
1471 } // namespace gpu | 1418 } // namespace gpu |
OLD | NEW |