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

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

Issue 2830403002: Allow accelerated canvas on Mali Linux (Closed)
Patch Set: Rebase, update version 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 | « 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 { 1 {
2 "name": "software rendering list", 2 "name": "software rendering list",
3 "version": "13.4", 3 "version": "13.5",
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 1330 matching lines...) Expand 10 before | Expand all | Expand 10 after
1344 "op": "<", 1344 "op": "<",
1345 "value": "10.4.3" 1345 "value": "10.4.3"
1346 }, 1346 },
1347 "vendor_id": "8086", 1347 "vendor_id": "8086",
1348 "device_id": ["0x2a02"], 1348 "device_id": ["0x2a02"],
1349 "features": [ 1349 "features": [
1350 "all" 1350 "all"
1351 ] 1351 ]
1352 }, 1352 },
1353 { 1353 {
1354 "id": 132,
1355 "description": "Mali accelerated 2d canvas is slow on Linux",
1356 "cr_bugs": [691601],
1357 "os": {
1358 "type": "linux"
1359 },
1360 "gl_renderer": "Mali-4.*",
1361 "features": [
1362 "accelerated_2d_canvas"
1363 ]
1364 },
1365 {
1366 "id": 133, 1354 "id": 133,
1367 "description": "MediaCodec on VideoCore IV HW crashes on JB", 1355 "description": "MediaCodec on VideoCore IV HW crashes on JB",
1368 "cr_bugs": [654905], 1356 "cr_bugs": [654905],
1369 "os": { 1357 "os": {
1370 "type": "android", 1358 "type": "android",
1371 "version": { 1359 "version": {
1372 "op": "<", 1360 "op": "<",
1373 "value": "4.4" 1361 "value": "4.4"
1374 } 1362 }
1375 }, 1363 },
(...skipping 211 matching lines...) Expand 10 before | Expand all | Expand 10 after
1587 "gl_renderer": "Adreno \\(TM\\) 4.*", 1575 "gl_renderer": "Adreno \\(TM\\) 4.*",
1588 "features": [ 1576 "features": [
1589 "webgl2" 1577 "webgl2"
1590 ] 1578 ]
1591 } 1579 }
1592 ], 1580 ],
1593 "comment": [ 1581 "comment": [
1594 "Please update the version number on top whenever you change this file" 1582 "Please update the version number on top whenever you change this file"
1595 ] 1583 ]
1596 } 1584 }
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