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

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

Issue 2806623002: Enable WebGL 2.0 and ES3 MSAA on Adreno 4xx (Closed)
Patch Set: remember to run the autogenerator 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
OLDNEW
1 { 1 {
2 "name": "software rendering list", 2 "name": "software rendering list",
3 "version": "13.1", 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"
11 }, 11 },
12 "vendor_id": "0x1002", 12 "vendor_id": "0x1002",
13 "device_id": ["0x7249"], 13 "device_id": ["0x7249"],
(...skipping 1393 matching lines...) Expand 10 before | Expand all | Expand 10 after
1407 }, 1407 },
1408 { 1408 {
1409 "gl_renderer": ".*Gallium.*llvmpipe.*" 1409 "gl_renderer": ".*Gallium.*llvmpipe.*"
1410 } 1410 }
1411 ], 1411 ],
1412 "features": [ 1412 "features": [
1413 "all" 1413 "all"
1414 ] 1414 ]
1415 }, 1415 },
1416 { 1416 {
1417 "id": 135,
1418 "description": "ES3 MSAA not fully trusted on some Qualcomm 4xx, also disa ble WebGL2",
1419 "cr_bugs": [471200],
1420 "os": {
1421 "type": "android",
1422 "version": {
1423 "op": "<",
1424 "value": "6.0"
1425 }
1426 },
1427 "gl_renderer": "Adreno \\(TM\\) 4.*",
1428 "features": [
1429 "webgl2"
1430 ]
1431 },
1432 {
1433 "id": 136, 1417 "id": 136,
1434 "description": "GPU rasterization is blacklisted on NVidia Fermi architect ure for now.", 1418 "description": "GPU rasterization is blacklisted on NVidia Fermi architect ure for now.",
1435 "cr_bugs": [643850], 1419 "cr_bugs": [643850],
1436 "os": { 1420 "os": {
1437 "type": "win" 1421 "type": "win"
1438 }, 1422 },
1439 "vendor_id": "0x10de", 1423 "vendor_id": "0x10de",
1440 "device_id": ["0x06c0", "0x06c4", "0x06ca", "0x06cb", "0x06cd", "0x06d1", 1424 "device_id": ["0x06c0", "0x06c4", "0x06ca", "0x06cb", "0x06cd", "0x06d1",
1441 "0x06d2", "0x06d8", "0x06d9", "0x06da", "0x06dc", "0x06dd", 1425 "0x06d2", "0x06d8", "0x06d9", "0x06da", "0x06dc", "0x06dd",
1442 "0x06de", "0x06df", "0x0e22", "0x0e23", "0x0e24", "0x0e30", 1426 "0x06de", "0x06df", "0x0e22", "0x0e23", "0x0e24", "0x0e30",
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
1510 "features": [ 1494 "features": [
1511 "webgl2" 1495 "webgl2"
1512 ] 1496 ]
1513 } 1497 }
1514 ], 1498 ],
1515 "comment": [ 1499 "comment": [
1516 "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",
1517 "Please run gpu/config/process_json.py whenever you change this file" 1501 "Please run gpu/config/process_json.py whenever you change this file"
1518 ] 1502 ]
1519 } 1503 }
OLDNEW
« no previous file with comments | « gpu/config/gpu_driver_bug_list_autogen.cc ('k') | gpu/config/software_rendering_list_arrays_and_structs_autogen.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698