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

Side by Side Diff: gpu/config/software_rendering_list_json.cc

Issue 2552113004: Enable GPU raster for AMD R2-R4 and Windows 8.1 (Closed)
Patch Set: Increment version Created 4 years 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 | « no previous file | 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 // 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.04", 21 "version": "12.05",
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 1215 matching lines...) Expand 10 before | Expand all | Expand 10 after
1247 "0x1916", "0x1917", "0x191a", "0x191b", "0x191d", 1247 "0x1916", "0x1917", "0x191a", "0x191b", "0x191d",
1248 "0x191e", "0x1921", "0x1923", "0x1926", "0x1927", 1248 "0x191e", "0x1921", "0x1923", "0x1926", "0x1927",
1249 "0x192a", "0x192b", "0x192d", "0x1932", "0x193a", 1249 "0x192a", "0x192b", "0x192d", "0x1932", "0x193a",
1250 "0x193b", "0x193d"], 1250 "0x193b", "0x193d"],
1251 "features": [ 1251 "features": [
1252 "accelerated_vpx_decode" 1252 "accelerated_vpx_decode"
1253 ] 1253 ]
1254 }, 1254 },
1255 { 1255 {
1256 "id": 122, 1256 "id": 122,
1257 "description": "GPU rasterization should only be enabled on NVIDIA Pascal and Maxwell, Intel Broadwell+, and AMD RX-R5 GPUs for now.", 1257 "description": "GPU rasterization should only be enabled on NVIDIA Pascal and Maxwell, Intel Broadwell+, and AMD RX-R2 GPUs for now.",
1258 "cr_bugs": [643850], 1258 "cr_bugs": [643850],
1259 "os": { 1259 "os": {
1260 "type": "win" 1260 "type": "win"
1261 }, 1261 },
1262 "features": [ 1262 "features": [
1263 "gpu_rasterization" 1263 "gpu_rasterization"
1264 ], 1264 ],
1265 "exceptions": [ 1265 "exceptions": [
1266 { 1266 {
1267 "vendor_id": "0x10de", 1267 "vendor_id": "0x10de",
(...skipping 16 matching lines...) Expand all
1284 "0x1bb1", "0x1bb4", "0x1c00", "0x1c01", "0x1c02", 1284 "0x1bb1", "0x1bb4", "0x1c00", "0x1c01", "0x1c02",
1285 "0x1c03", "0x1c30", "0x1c70", "0x1c80", "0x1c81", 1285 "0x1c03", "0x1c30", "0x1c70", "0x1c80", "0x1c81",
1286 "0x1c82", "0x1ca7", "0x1ca8", "0x1caa", "0x1d01"] 1286 "0x1c82", "0x1ca7", "0x1ca8", "0x1caa", "0x1d01"]
1287 1287
1288 }, 1288 },
1289 { 1289 {
1290 "os": { 1290 "os": {
1291 "type": "win", 1291 "type": "win",
1292 "version": { 1292 "version": {
1293 "op": ">=", 1293 "op": ">=",
1294 "value": "10.0" 1294 "value": "8.1"
1295 } 1295 }
1296 }, 1296 },
1297 "vendor_id": "0x8086", 1297 "vendor_id": "0x8086",
1298 "device_id": ["0x1602", "0x1606", "0x160a", "0x160b", "0x160d", 1298 "device_id": ["0x1602", "0x1606", "0x160a", "0x160b", "0x160d",
1299 "0x160e", "0x1612", "0x1616", "0x161a", "0x161b", 1299 "0x160e", "0x1612", "0x1616", "0x161a", "0x161b",
1300 "0x161d", "0x161e", "0x1622", "0x1626", "0x162a", 1300 "0x161d", "0x161e", "0x1622", "0x1626", "0x162a",
1301 "0x162b", "0x162d", "0x162e", "0x22b0", "0x22b1", 1301 "0x162b", "0x162d", "0x162e", "0x22b0", "0x22b1",
1302 "0x22b2", "0x22b3", "0x1902", "0x1906", "0x190a", 1302 "0x22b2", "0x22b3", "0x1902", "0x1906", "0x190a",
1303 "0x190b", "0x190e", "0x1912", "0x1913", "0x1915", 1303 "0x190b", "0x190e", "0x1912", "0x1913", "0x1915",
1304 "0x1916", "0x1917", "0x191a", "0x191b", "0x191d", 1304 "0x1916", "0x1917", "0x191a", "0x191b", "0x191d",
1305 "0x191e", "0x1921", "0x1923", "0x1926", "0x1927", 1305 "0x191e", "0x1921", "0x1923", "0x1926", "0x1927",
1306 "0x192a", "0x192b", "0x192d", "0x1932", "0x193a", 1306 "0x192a", "0x192b", "0x192d", "0x1932", "0x193a",
1307 "0x193b", "0x193d", "0x0a84", "0x1a84", "0x1a85", 1307 "0x193b", "0x193d", "0x0a84", "0x1a84", "0x1a85",
1308 "0x5a84", "0x5a85", "0x5916", "0x5913", "0x5906", 1308 "0x5a84", "0x5a85", "0x5916", "0x5913", "0x5906",
1309 "0x5926", "0x5921", "0x5915", "0x590e", "0x591e", 1309 "0x5926", "0x5921", "0x5915", "0x590e", "0x591e",
1310 "0x5912", "0x5917", "0x5902", "0x591b", "0x593b", 1310 "0x5912", "0x5917", "0x5902", "0x591b", "0x593b",
1311 "0x590b", "0x591a", "0x590a", "0x591d", "0x5908", 1311 "0x590b", "0x591a", "0x590a", "0x591d", "0x5908",
1312 "0x5923", "0x5927"] 1312 "0x5923", "0x5927"]
1313 }, 1313 },
1314 { 1314 {
1315 "os": { 1315 "os": {
1316 "type": "win", 1316 "type": "win",
1317 "version": { 1317 "version": {
1318 "op": ">=", 1318 "op": ">=",
1319 "value": "10.0" 1319 "value": "8.1"
1320 } 1320 }
1321 }, 1321 },
1322 "vendor_id": "0x1002", 1322 "vendor_id": "0x1002",
1323 "device_id": ["0x1309", "0x130a", "0x130c", "0x130d", "0x130e", 1323 "device_id": ["0x1309", "0x130a", "0x130b", "0x130c", "0x130d",
1324 "0x130f", "0x130f", "0x130f", "0x130f", "0x130f", 1324 "0x130e", "0x130f", "0x1313", "0x1315", "0x1316",
1325 "0x1313", "0x1313", "0x1313", "0x1313", "0x1315", 1325 "0x1318", "0x131b", "0x131c", "0x131d", "0x6600",
1326 "0x1315", "0x1315", "0x1315", "0x1315", "0x1316", 1326 "0x6604", "0x6605", "0x6610", "0x6611", "0x6617",
1327 "0x1318", "0x131c", "0x131d", "0x6600", "0x6604", 1327 "0x6640", "0x6646", "0x6647", "0x6647", "0x6658",
1328 "0x6604", "0x6605", "0x6605", "0x6610", "0x6610", 1328 "0x665d", "0x665f", "0x6660", "0x6663", "0x6664",
1329 "0x6610", "0x6611", "0x6617", "0x6640", "0x6646", 1329 "0x6665", "0x6667", "0x67b0", "0x67b1", "0x67b9",
1330 "0x6646", "0x6647", "0x6647", "0x6658", "0x665d", 1330 "0x67df", "0x67ef", "0x6810", "0x6811", "0x6820",
1331 "0x665f", "0x6660", "0x6660", "0x6663", "0x6664", 1331 "0x6821", "0x682b", "0x6835", "0x6900", "0x6901",
1332 "0x6665", "0x6665", "0x6665", "0x6667", "0x67b0", 1332 "0x6907", "0x6920", "0x6921", "0x6938", "0x6939",
1333 "0x67b0", "0x67b1", "0x67b1", "0x67b9", "0x67df", 1333 "0x7300", "0x9851", "0x9852", "0x9853", "0x9854",
1334 "0x67df", "0x67ef", "0x67ef", "0x67ef", "0x67ef", 1334 "0x9855", "0x9856", "0x9874", "0x98e4"]
1335 "0x6810", "0x6811", "0x6820", "0x6820", "0x6821",
1336 "0x6821", "0x682b", "0x6835", "0x6900", "0x6900",
1337 "0x6900", "0x6900", "0x6900", "0x6901", "0x6907",
1338 "0x6907", "0x6920", "0x6920", "0x6921", "0x6938",
1339 "0x6938", "0x6938", "0x6939", "0x6939", "0x6939",
1340 "0x7300", "0x7300", "0x7300", "0x7300", "0x9851",
1341 "0x9851", "0x9855", "0x9855", "0x9874", "0x9874",
1342 "0x9874", "0x9874", "0x9874", "0x9874", "0x9874",
1343 "0x9874", "0x9874", "0x9874", "0x9874", "0x9874",
1344 "0x9874", "0x9874", "0x9874", "0x9874", "0x9874",
1345 "0x9874", "0x9874", "0x9874", "0x9874", "0x98e4",
1346 "0x98e4", "0x98e4"]
1347 } 1335 }
1348 ] 1336 ]
1349 }, 1337 },
1350 { 1338 {
1351 "id": 123, 1339 "id": 123,
1352 "description": "Accelerated VPx decoding is hanging on some videos.", 1340 "description": "Accelerated VPx decoding is hanging on some videos.",
1353 "cr_bugs": [654111], 1341 "cr_bugs": [654111],
1354 "os": { 1342 "os": {
1355 "type": "win" 1343 "type": "win"
1356 }, 1344 },
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
1419 "features": [ 1407 "features": [
1420 "webgl2" 1408 "webgl2"
1421 ] 1409 ]
1422 } 1410 }
1423 ] 1411 ]
1424 } 1412 }
1425 1413
1426 ); // LONG_STRING_CONST macro 1414 ); // LONG_STRING_CONST macro
1427 1415
1428 } // namespace gpu 1416 } // namespace gpu
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698