| OLD | NEW |
| 1 // Determines whether certain gpu-related features are blacklisted or not. | 1 // Determines whether certain gpu-related features are blacklisted or not. |
| 2 // A valid software_rendering_list.json file are in the format of | 2 // A valid software_rendering_list.json file are in the format of |
| 3 // { | 3 // { |
| 4 // "version": "x.y", | 4 // "version": "x.y", |
| 5 // "entries": [ | 5 // "entries": [ |
| 6 // { // entry 1 | 6 // { // entry 1 |
| 7 // }, | 7 // }, |
| 8 // ... | 8 // ... |
| 9 // { // entry n | 9 // { // entry n |
| 10 // } | 10 // } |
| (...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 61 // "contains", "beginwith", "endwith", "=". "value" is a string. | 61 // "contains", "beginwith", "endwith", "=". "value" is a string. |
| 62 // | 62 // |
| 63 // FLOAT includes "op" "value", and "value2". "op" can be any of the | 63 // FLOAT includes "op" "value", and "value2". "op" can be any of the |
| 64 // following values: "=", "<", "<=", ">", ">=", "any", "between". "value2" is | 64 // following values: "=", "<", "<=", ">", ">=", "any", "between". "value2" is |
| 65 // only used if "op" is "between". "value" is used for all "op" values except | 65 // only used if "op" is "between". "value" is used for all "op" values except |
| 66 // "any". "value" and "value2" are valid float numbers. | 66 // "any". "value" and "value2" are valid float numbers. |
| 67 | 67 |
| 68 { | 68 { |
| 69 "name": "software rendering list", | 69 "name": "software rendering list", |
| 70 // Please update the version number whenever you change this file. | 70 // Please update the version number whenever you change this file. |
| 71 "version": "2.7", | 71 "version": "2.8", |
| 72 "entries": [ | 72 "entries": [ |
| 73 { | 73 { |
| 74 "id": 1, | 74 "id": 1, |
| 75 "description": "ATI Radeon X1900 is not compatible with WebGL on the Mac."
, | 75 "description": "ATI Radeon X1900 is not compatible with WebGL on the Mac."
, |
| 76 "webkit_bugs": [47028], | 76 "webkit_bugs": [47028], |
| 77 "os": { | 77 "os": { |
| 78 "type": "macosx" | 78 "type": "macosx" |
| 79 }, | 79 }, |
| 80 "vendor_id": "0x1002", | 80 "vendor_id": "0x1002", |
| 81 "device_id": ["0x7249"], | 81 "device_id": ["0x7249"], |
| (...skipping 243 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 325 "version": { | 325 "version": { |
| 326 "op": "=", | 326 "op": "=", |
| 327 "number": "10.5" | 327 "number": "10.5" |
| 328 } | 328 } |
| 329 }, | 329 }, |
| 330 "blacklist": [ | 330 "blacklist": [ |
| 331 "all" | 331 "all" |
| 332 ] | 332 ] |
| 333 }, | 333 }, |
| 334 { | 334 { |
| 335 "id": 20, | |
| 336 "description": "NVIDIA driver 260.19.06 on linux is crash-prone.", | |
| 337 "cr_bugs": [82232, 82541], | |
| 338 "os": { | |
| 339 "type": "linux" | |
| 340 }, | |
| 341 "vendor_id": "0x10de", | |
| 342 "driver_vendor": { | |
| 343 "op": "=", | |
| 344 "value": "NVIDIA" | |
| 345 }, | |
| 346 "driver_version": { | |
| 347 "op": "=", | |
| 348 "number": "260.19.6" | |
| 349 }, | |
| 350 "blacklist": [ | |
| 351 "all" | |
| 352 ] | |
| 353 }, | |
| 354 { | |
| 355 "id": 21, | |
| 356 "description": "NVIDIA driver 195.36.24 on linux is buggy for certain Quad
ro FX series cards.", | |
| 357 "cr_bugs": [87680,90091], | |
| 358 "os": { | |
| 359 "type": "linux" | |
| 360 }, | |
| 361 "vendor_id": "0x10de", | |
| 362 "device_id": ["0x00cd", "0x00ce"], | |
| 363 "driver_vendor": { | |
| 364 "op": "=", | |
| 365 "value": "NVIDIA" | |
| 366 }, | |
| 367 "driver_version": { | |
| 368 "op": "=", | |
| 369 "number": "195.36.24" | |
| 370 }, | |
| 371 "blacklist": [ | |
| 372 "all" | |
| 373 ] | |
| 374 }, | |
| 375 { | |
| 376 "id": 22, | |
| 377 "description": "NVIDIA linux drivers older than 195.36.24 are assumed to b
e buggy.", | |
| 378 "os": { | |
| 379 "type": "linux" | |
| 380 }, | |
| 381 "vendor_id": "0x10de", | |
| 382 "driver_vendor": { | |
| 383 "op": "=", | |
| 384 "value": "NVIDIA" | |
| 385 }, | |
| 386 "driver_version": { | |
| 387 "op": "<", | |
| 388 "number": "195.36.24" | |
| 389 }, | |
| 390 "blacklist": [ | |
| 391 "all" | |
| 392 ] | |
| 393 }, | |
| 394 { | |
| 395 "id": 23, | 335 "id": 23, |
| 396 "description": "Mesa drivers in linux older than 7.11 are assumed to be bu
ggy.", | 336 "description": "Mesa drivers in linux older than 7.11 are assumed to be bu
ggy.", |
| 397 "os": { | 337 "os": { |
| 398 "type": "linux" | 338 "type": "linux" |
| 399 }, | 339 }, |
| 400 "driver_vendor": { | 340 "driver_vendor": { |
| 401 "op": "=", | 341 "op": "=", |
| 402 "value": "Mesa" | 342 "value": "Mesa" |
| 403 }, | 343 }, |
| 404 "driver_version": { | 344 "driver_version": { |
| (...skipping 293 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 698 "description": "ATI FireMV 2400 cards on Windows are buggy.", | 638 "description": "ATI FireMV 2400 cards on Windows are buggy.", |
| 699 "cr_bugs": [124152], | 639 "cr_bugs": [124152], |
| 700 "os": { | 640 "os": { |
| 701 "type": "win" | 641 "type": "win" |
| 702 }, | 642 }, |
| 703 "vendor_id": "0x1002", | 643 "vendor_id": "0x1002", |
| 704 "device_id": ["0x3151"], | 644 "device_id": ["0x3151"], |
| 705 "blacklist": [ | 645 "blacklist": [ |
| 706 "all" | 646 "all" |
| 707 ] | 647 ] |
| 648 }, |
| 649 { |
| 650 "id": 47, |
| 651 "description": "NVIDIA linux drivers older than 295.* are assumed to be bu
ggy.", |
| 652 "cr_bugs": [78497], |
| 653 "os": { |
| 654 "type": "linux" |
| 655 }, |
| 656 "vendor_id": "0x10de", |
| 657 "driver_vendor": { |
| 658 "op": "=", |
| 659 "value": "NVIDIA" |
| 660 }, |
| 661 "driver_version": { |
| 662 "op": "<", |
| 663 "number": "295" |
| 664 }, |
| 665 "blacklist": [ |
| 666 "all" |
| 667 ] |
| 708 } | 668 } |
| 709 ] | 669 ] |
| 710 } | 670 } |
| OLD | NEW |