| 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.21", | 21 "version": "12.22", |
| 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 1225 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1257 "op": ">=", | 1257 "op": ">=", |
| 1258 "value": "5.0" | 1258 "value": "5.0" |
| 1259 } | 1259 } |
| 1260 }, | 1260 }, |
| 1261 { | 1261 { |
| 1262 "vendor_id": "0x1002", | 1262 "vendor_id": "0x1002", |
| 1263 "pixel_shader_version": { | 1263 "pixel_shader_version": { |
| 1264 "op": ">=", | 1264 "op": ">=", |
| 1265 "value": "5.0" | 1265 "value": "5.0" |
| 1266 }, | 1266 }, |
| 1267 "device_id": ["0x1309", "0x130a", "0x130b", "0x130c", "0x130d", | 1267 "driver_version": { |
| 1268 "0x130e", "0x130f", "0x1313", "0x1315", "0x1316", | 1268 "op": ">=", |
| 1269 "0x1318", "0x131b", "0x131c", "0x131d", "0x6600", | 1269 "value": "15.201" |
| 1270 "0x6604", "0x6605", "0x6610", "0x6611", "0x6617", | 1270 } |
| 1271 "0x6640", "0x6646", "0x6647", "0x6647", "0x6658", | |
| 1272 "0x665d", "0x665f", "0x6660", "0x6663", "0x6664", | |
| 1273 "0x6665", "0x6667", "0x67b0", "0x67b1", "0x67b9", | |
| 1274 "0x67df", "0x67ef", "0x6810", "0x6811", "0x6820", | |
| 1275 "0x6821", "0x682b", "0x6835", "0x6900", "0x6901", | |
| 1276 "0x6907", "0x6920", "0x6921", "0x6938", "0x6939", | |
| 1277 "0x7300", "0x9851", "0x9852", "0x9853", "0x9854", | |
| 1278 "0x9855", "0x9856", "0x9874", "0x98e4"] | |
| 1279 } | 1271 } |
| 1280 ] | 1272 ] |
| 1281 }, | 1273 }, |
| 1282 { | 1274 { |
| 1283 "id": 123, | 1275 "id": 123, |
| 1284 "description": "Accelerated VPx decoding is hanging on some videos.", | 1276 "description": "Accelerated VPx decoding is hanging on some videos.", |
| 1285 "cr_bugs": [654111], | 1277 "cr_bugs": [654111], |
| 1286 "os": { | 1278 "os": { |
| 1287 "type": "win" | 1279 "type": "win" |
| 1288 }, | 1280 }, |
| (...skipping 223 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1512 }, | 1504 }, |
| 1513 { | 1505 { |
| 1514 "id": 138, | 1506 "id": 138, |
| 1515 "description": "Accelerated video encode is unavailable on Linux", | 1507 "description": "Accelerated video encode is unavailable on Linux", |
| 1516 "os": { | 1508 "os": { |
| 1517 "type": "linux" | 1509 "type": "linux" |
| 1518 }, | 1510 }, |
| 1519 "features": [ | 1511 "features": [ |
| 1520 "accelerated_video_encode" | 1512 "accelerated_video_encode" |
| 1521 ] | 1513 ] |
| 1514 }, |
| 1515 { |
| 1516 "id": 139, |
| 1517 "description": "GPU Rasterization is disabled on pre-GCN AMD cards", |
| 1518 "cr_bugs": [643850], |
| 1519 "os": { |
| 1520 "type": "win" |
| 1521 }, |
| 1522 "vendor_id": "0x1002", |
| 1523 "driver_version": { |
| 1524 "op": "between", |
| 1525 "value": "15.301", |
| 1526 "value2": "15.302" |
| 1527 }, |
| 1528 "features": [ |
| 1529 "gpu_rasterization" |
| 1530 ] |
| 1522 } | 1531 } |
| 1523 ] | 1532 ] |
| 1524 } | 1533 } |
| 1525 | 1534 |
| 1526 ); // LONG_STRING_CONST macro | 1535 ); // LONG_STRING_CONST macro |
| 1527 | 1536 |
| 1528 } // namespace gpu | 1537 } // namespace gpu |
| OLD | NEW |