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

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

Issue 2823503002: Only generate GPU json data entries related to a given platform at build time. (Closed)
Patch Set: update Created 3 years, 8 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/process_json.py ('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.2", 3 "version": "13.2",
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"
(...skipping 1479 matching lines...) Expand 10 before | Expand all | Expand 10 after
1490 "comment": "Corresponds to GPU driver bugs #19, #214", 1490 "comment": "Corresponds to GPU driver bugs #19, #214",
1491 "description": "MSAA and depth texture buggy on Adreno 3xx, also disable W ebGL2", 1491 "description": "MSAA and depth texture buggy on Adreno 3xx, also disable W ebGL2",
1492 "cr_bugs": [449116, 698197], 1492 "cr_bugs": [449116, 698197],
1493 "gl_renderer": "Adreno \\(TM\\) 3.*", 1493 "gl_renderer": "Adreno \\(TM\\) 3.*",
1494 "features": [ 1494 "features": [
1495 "webgl2" 1495 "webgl2"
1496 ] 1496 ]
1497 } 1497 }
1498 ], 1498 ],
1499 "comment": [ 1499 "comment": [
1500 "Please update the version number on top whenever you change this file", 1500 "Please update the version number on top whenever you change this file"
1501 "Please run gpu/config/process_json.py whenever you change this file"
1502 ] 1501 ]
1503 } 1502 }
OLDNEW
« no previous file with comments | « gpu/config/process_json.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698