Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(120)

Side by Side Diff: gpu/config/software_rendering_list.json

Issue 2874163003: Move dual GPU macbook with Intel HD 3000 out of blacklist. (Closed)
Patch Set: Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « gpu/config/gpu_driver_bug_list.json ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "name": "software rendering list", 2 "name": "software rendering list",
3 "version": "13.6", 3 "version": "13.7",
4 "entries": [ 4 "entries": [
5 { 5 {
6 "id": 1, 6 "id": 1,
7 "description": "ATI Radeon X1900 is not compatible with WebGL on the Mac", 7 "description": "ATI Radeon X1900 is not compatible with WebGL on the Mac",
8 "webkit_bugs": [47028], 8 "webkit_bugs": [47028],
9 "os": { 9 "os": {
10 "type": "macosx" 10 "type": "macosx"
11 }, 11 },
12 "vendor_id": "0x1002", 12 "vendor_id": "0x1002",
13 "device_id": ["0x7249"], 13 "device_id": ["0x7249"],
(...skipping 992 matching lines...) Expand 10 before | Expand all | Expand 10 after
1006 }, 1006 },
1007 { 1007 {
1008 "id": 112, 1008 "id": 112,
1009 "description": "Intel HD 3000 driver crashes frequently on Mac", 1009 "description": "Intel HD 3000 driver crashes frequently on Mac",
1010 "cr_bugs": [592130], 1010 "cr_bugs": [592130],
1011 "os": { 1011 "os": {
1012 "type": "macosx" 1012 "type": "macosx"
1013 }, 1013 },
1014 "vendor_id": "0x8086", 1014 "vendor_id": "0x8086",
1015 "device_id": ["0x0116", "0x0126"], 1015 "device_id": ["0x0116", "0x0126"],
1016 "multi_gpu_category": "any",
1017 "features": [ 1016 "features": [
1018 "all" 1017 "all"
1019 ] 1018 ]
1020 }, 1019 },
1021 { 1020 {
1022 "id": 113, 1021 "id": 113,
1023 "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.", 1022 "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.",
1024 "cr_bugs": [613272, 614468], 1023 "cr_bugs": [613272, 614468],
1025 "os": { 1024 "os": {
1026 "type": "macosx" 1025 "type": "macosx"
(...skipping 495 matching lines...) Expand 10 before | Expand all | Expand 10 after
1522 "gl_renderer": "Adreno \\(TM\\) 4.*", 1521 "gl_renderer": "Adreno \\(TM\\) 4.*",
1523 "features": [ 1522 "features": [
1524 "webgl2" 1523 "webgl2"
1525 ] 1524 ]
1526 } 1525 }
1527 ], 1526 ],
1528 "comment": [ 1527 "comment": [
1529 "Please update the version number on top whenever you change this file" 1528 "Please update the version number on top whenever you change this file"
1530 ] 1529 ]
1531 } 1530 }
OLDNEW
« no previous file with comments | « gpu/config/gpu_driver_bug_list.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698