Chromium Code Reviews| 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.2", | 21 "version": "11.3", |
| 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 1049 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1081 "description": "Intel HD 3000 driver crashes frequently on Mac", | 1081 "description": "Intel HD 3000 driver crashes frequently on Mac", |
| 1082 "cr_bugs": [592130], | 1082 "cr_bugs": [592130], |
| 1083 "os": { | 1083 "os": { |
| 1084 "type": "macosx" | 1084 "type": "macosx" |
| 1085 }, | 1085 }, |
| 1086 "vendor_id": "0x8086", | 1086 "vendor_id": "0x8086", |
| 1087 "device_id": ["0x0116", "0x0126"], | 1087 "device_id": ["0x0116", "0x0126"], |
| 1088 "features": [ | 1088 "features": [ |
| 1089 "all" | 1089 "all" |
| 1090 ] | 1090 ] |
| 1091 }, | |
| 1092 { | |
| 1093 "id": 113, | |
| 1094 "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.", | |
| 1095 "cr_bugs": [613272, 614468], | |
| 1096 "os": { | |
| 1097 "type": "macosx" | |
| 1098 }, | |
| 1099 "vendor_id": "0x8086", | |
| 1100 "device_id": ["0x0126", "0x0116", "0x191e", "0x0046", "0x1912", | |
| 1101 "0x2a02", "0x27a2", "0x2a42"], | |
| 1102 "multi_gpu_category": "any", | |
| 1103 "features": [ | |
| 1104 "gpu_rasterization" | |
| 1105 ] | |
| 1106 }, | |
| 1107 { | |
| 1108 "id": 114, | |
| 1109 "description": "Some GPUs on Mac can perform poorly with GPU rasterization . Disable all known NVidia GPUs other than the Geforce 6xx series, which has bee n tested.", | |
|
vmiura
2016/06/23 22:39:24
Nit: 6xx and 7xx?
ericrk
2016/06/23 22:58:40
whoops... yup.. updated both comments.
| |
| 1110 "cr_bugs": [613272, 614468], | |
| 1111 "os": { | |
| 1112 "type": "macosx" | |
| 1113 }, | |
| 1114 "vendor_id": "0x10de", | |
| 1115 "device_id": ["0x0863", "0x08a0", "0x0a29", "0x0869", "0x0867", | |
| 1116 "0x08a3", "0x11a3", "0x08a2", "0x0407", "0x0861", | |
| 1117 "0x08a4", "0x0647", "0x0640", "0x0866", "0x0655", | |
| 1118 "0x062e", "0x0609", "0x1187", "0x13c2", "0x0602", | |
| 1119 "0x1180", "0x1401", "0x0fc8", "0x0611", "0x1189", | |
| 1120 "0x11c0", "0x0870", "0x0a65", "0x06dd", "0x0fc1", | |
| 1121 "0x1380", "0x11c6", "0x104a", "0x1184", "0x0fc6", | |
| 1122 "0x13c0", "0x1381", "0x05e3", "0x1183", "0x05fe", | |
| 1123 "0x1004", "0x17c8", "0x11ba", "0x0a20", "0x0f00", | |
| 1124 "0x0ca3", "0x06fd", "0x0f02", "0x0614", "0x0402", | |
| 1125 "0x13bb", "0x0401", "0x0f01", "0x1287", "0x0615", | |
| 1126 "0x1402", "0x019d", "0x0400", "0x0622", "0x06e4", | |
| 1127 "0x06cd", "0x1201", "0x100a", "0x10c3", "0x1086", | |
| 1128 "0x17c2", "0x1005", "0x0a23", "0x0de0", "0x1040", | |
| 1129 "0x0421", "0x1282", "0x0e22", "0x0e23", "0x0610", | |
| 1130 "0x11c8", "0x11c2", "0x1188", "0x0de9", "0x1200", | |
| 1131 "0x1244", "0x0dc4", "0x0df8", "0x0641", "0x0613", | |
| 1132 "0x11fa", "0x100c", "0x0de1", "0x0ca5", "0x0cb1", | |
| 1133 "0x0a6c", "0x05ff", "0x05e2", "0x0a2d", "0x06c0", | |
| 1134 "0x1288", "0x1048", "0x1081", "0x0dd8", "0x05e6", | |
| 1135 "0x11c4", "0x0605", "0x1080", "0x042f", "0x0ca2", | |
| 1136 "0x1245", "0x124d", "0x1284", "0x0191", "0x1050", | |
| 1137 "0x0ffd", "0x0193", "0x061a", "0x0422", "0x1185", | |
| 1138 "0x103a", "0x0fc2", "0x0194", "0x0df5", "0x040e", | |
| 1139 "0x065b", "0x0de2", "0x0a75", "0x0601", "0x1087", | |
| 1140 "0x019e", "0x104b", "0x107d", "0x1382", "0x042b", | |
| 1141 "0x1049", "0x0df0", "0x11a1", "0x040f", "0x0de3", | |
| 1142 "0x0fc0", "0x13d8", "0x0de4", "0x11e2", "0x0644", | |
| 1143 "0x0fd1", "0x0dfa"], | |
| 1144 "multi_gpu_category": "any", | |
| 1145 "features": [ | |
| 1146 "gpu_rasterization" | |
| 1147 ] | |
| 1148 }, | |
| 1149 { | |
| 1150 "id": 115, | |
| 1151 "description": "Some GPUs on Mac can perform poorly with GPU rasterization . Disable all known AMD GPUs other than the R300 series, which has been tested." , | |
| 1152 "cr_bugs": [613272, 614468], | |
| 1153 "os": { | |
| 1154 "type": "macosx" | |
| 1155 }, | |
| 1156 "vendor_id": "0x1002", | |
| 1157 "device_id": ["0x6741", "0x6740", "0x9488", "0x9583", "0x6720", | |
| 1158 "0x6760", "0x68c0", "0x68a1", "0x944a", "0x94c8", | |
| 1159 "0x6819", "0x68b8", "0x6920", "0x6938", "0x6640", | |
| 1160 "0x9588", "0x6898", "0x9440", "0x6738", "0x6739", | |
| 1161 "0x6818", "0x6758", "0x6779", "0x9490", "0x68d9", | |
| 1162 "0x683f", "0x683d", "0x6899", "0x6759", "0x68e0", | |
| 1163 "0x68d8", "0x68ba", "0x68f9", "0x9501", "0x68a0", | |
| 1164 "0x6841", "0x6840", "0x9442", "0x6658", "0x68c8", | |
| 1165 "0x68c1"], | |
| 1166 "multi_gpu_category": "any", | |
| 1167 "features": [ | |
| 1168 "gpu_rasterization" | |
| 1169 ] | |
| 1170 }, | |
| 1171 { | |
| 1172 "id": 116, | |
| 1173 "description": "Some GPUs on Mac can perform poorly with GPU rasterization . Disable untested Virtualbox GPU.", | |
| 1174 "cr_bugs": [613272, 614468], | |
| 1175 "os": { | |
| 1176 "type": "macosx" | |
| 1177 }, | |
| 1178 "vendor_id": "0x80ee", | |
| 1179 "multi_gpu_category": "any", | |
| 1180 "features": [ | |
| 1181 "gpu_rasterization" | |
| 1182 ] | |
| 1091 } | 1183 } |
| 1092 ] | 1184 ] |
| 1093 } | 1185 } |
| 1094 | 1186 |
| 1095 ); // LONG_STRING_CONST macro | 1187 ); // LONG_STRING_CONST macro |
| 1096 | 1188 |
| 1097 } // namespace gpu | 1189 } // namespace gpu |
| OLD | NEW |