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

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

Issue 2682723003: Make disabling accelerated VPX decoding a GPU driver bug workaround. (Closed)
Patch Set: rebase 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_feature_type.h ('k') | gpu/ipc/service/gpu_channel_manager.h » ('j') | 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.5", 3 "version": "13.6",
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 1139 matching lines...) Expand 10 before | Expand all | Expand 10 after
1153 "version": { 1153 "version": {
1154 "op": "<=", 1154 "op": "<=",
1155 "value": "10.9" 1155 "value": "10.9"
1156 } 1156 }
1157 }, 1157 },
1158 "features": [ 1158 "features": [
1159 "gpu_rasterization" 1159 "gpu_rasterization"
1160 ] 1160 ]
1161 }, 1161 },
1162 { 1162 {
1163 "id": 120,
1164 "description": "VPx decoding isn't supported before Windows 10 anniversary update.",
1165 "cr_bugs": [616318],
1166 "os": {
1167 "type": "win",
1168 "version": {
1169 "op": "<",
1170 "value": "10.0.14393"
1171 }
1172 },
1173 "features": [
1174 "accelerated_vpx_decode"
1175 ]
1176 },
1177 {
1178 "id": 121,
1179 "description": "VPx decoding is too slow on Intel Broadwell, Skylake, and CherryView",
1180 "cr_bugs": [616318],
1181 "os": {
1182 "type": "win"
1183 },
1184 "vendor_id": "0x8086",
1185 "device_id": ["0x1602", "0x1606", "0x160a", "0x160b", "0x160d",
1186 "0x160e", "0x1612", "0x1616", "0x161a", "0x161b",
1187 "0x161d", "0x161e", "0x1622", "0x1626", "0x162a",
1188 "0x162b", "0x162d", "0x162e", "0x22b0", "0x22b1",
1189 "0x22b2", "0x22b3", "0x1902", "0x1906", "0x190a",
1190 "0x190b", "0x190e", "0x1912", "0x1913", "0x1915",
1191 "0x1916", "0x1917", "0x191a", "0x191b", "0x191d",
1192 "0x191e", "0x1921", "0x1923", "0x1926", "0x1927",
1193 "0x192a", "0x192b", "0x192d", "0x1932", "0x193a",
1194 "0x193b", "0x193d"],
1195 "features": [
1196 "accelerated_vpx_decode"
1197 ]
1198 },
1199 {
1200 "id": 122, 1163 "id": 122,
1201 "description": "GPU rasterization should only be enabled on NVIDIA and Int el DX11+, and AMD RX-R2 GPUs for now.", 1164 "description": "GPU rasterization should only be enabled on NVIDIA and Int el DX11+, and AMD RX-R2 GPUs for now.",
1202 "cr_bugs": [643850], 1165 "cr_bugs": [643850],
1203 "os": { 1166 "os": {
1204 "type": "win" 1167 "type": "win"
1205 }, 1168 },
1206 "features": [ 1169 "features": [
1207 "gpu_rasterization" 1170 "gpu_rasterization"
1208 ], 1171 ],
1209 "exceptions": [ 1172 "exceptions": [
(...skipping 18 matching lines...) Expand all
1228 "value": "5.0" 1191 "value": "5.0"
1229 }, 1192 },
1230 "driver_version": { 1193 "driver_version": {
1231 "op": ">=", 1194 "op": ">=",
1232 "value": "15.201" 1195 "value": "15.201"
1233 } 1196 }
1234 } 1197 }
1235 ] 1198 ]
1236 }, 1199 },
1237 { 1200 {
1238 "id": 123,
1239 "description": "Accelerated VPx decoding is hanging on some videos.",
1240 "cr_bugs": [654111],
1241 "os": {
1242 "type": "win"
1243 },
1244 "vendor_id": "0x8086",
1245 "driver_version": {
1246 "op": "<",
1247 "value": "21.20.16.4542"
1248 },
1249 "features": [
1250 "accelerated_vpx_decode"
1251 ]
1252 },
1253 {
1254 "id": 124, 1201 "id": 124,
1255 "description": "Some AMD drivers have rendering glitches with GPU Rasteriz ation", 1202 "description": "Some AMD drivers have rendering glitches with GPU Rasteriz ation",
1256 "cr_bugs": [653538], 1203 "cr_bugs": [653538],
1257 "os" : { 1204 "os" : {
1258 "type": "win" 1205 "type": "win"
1259 }, 1206 },
1260 "vendor_id": "0x1002", 1207 "vendor_id": "0x1002",
1261 "driver_version": { 1208 "driver_version": {
1262 "op": ">", 1209 "op": ">",
1263 "value": "16.200.1035.1001" 1210 "value": "16.200.1035.1001"
(...skipping 311 matching lines...) Expand 10 before | Expand all | Expand 10 after
1575 "gl_renderer": "Adreno \\(TM\\) 4.*", 1522 "gl_renderer": "Adreno \\(TM\\) 4.*",
1576 "features": [ 1523 "features": [
1577 "webgl2" 1524 "webgl2"
1578 ] 1525 ]
1579 } 1526 }
1580 ], 1527 ],
1581 "comment": [ 1528 "comment": [
1582 "Please update the version number on top whenever you change this file" 1529 "Please update the version number on top whenever you change this file"
1583 ] 1530 ]
1584 } 1531 }
OLDNEW
« no previous file with comments | « gpu/config/gpu_feature_type.h ('k') | gpu/ipc/service/gpu_channel_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698