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

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

Issue 2912493002: [M59 fork] gpu: Disable multisample on adreno 4xx android 8 (Closed)
Patch Set: Created 3 years, 6 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.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 1439 matching lines...) Expand 10 before | Expand all | Expand 10 after
1453 "op": "between", 1453 "op": "between",
1454 "value": "7.0.0", 1454 "value": "7.0.0",
1455 "value2": "7.0.99", 1455 "value2": "7.0.99",
1456 "comment": "Only initial version of N." 1456 "comment": "Only initial version of N."
1457 } 1457 }
1458 }, 1458 },
1459 "gl_renderer": "Adreno \\(TM\\) 4.*", 1459 "gl_renderer": "Adreno \\(TM\\) 4.*",
1460 "features": [ 1460 "features": [
1461 "webgl2" 1461 "webgl2"
1462 ] 1462 ]
1463 },
1464 {
1465 "id": 148,
1466 "description": "Explicit multisample resolve is broken on Adreno 4xx on An droid 8.0",
1467 "comment": "Corresponds to GPU driver bug #230",
1468 "cr_bugs": [722962],
1469 "os": {
1470 "type": "android",
1471 "version": {
1472 "op": "between",
1473 "value": "8.0.0",
1474 "value2": "8.0.99",
1475 "comment": "Only initial version of O."
1476 }
1477 },
1478 "gl_renderer": "Adreno \\(TM\\) 4.*",
1479 "features": [
1480 "webgl2"
1481 ]
1463 } 1482 }
1464 ], 1483 ],
1465 "comment": [ 1484 "comment": [
1466 "Please update the version number on top whenever you change this file", 1485 "Please update the version number on top whenever you change this file",
1467 "Please run gpu/config/process_json.py whenever you change this file" 1486 "Please run gpu/config/process_json.py whenever you change this file"
1468 ] 1487 ]
1469 } 1488 }
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