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

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

Issue 2797393002: Scope scissor bug/MSAA/WebGL2 disabling to Adreno series. (Closed)
Patch Set: Bring back bug list 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.0", 3 "version": "13.1",
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 1394 matching lines...) Expand 10 before | Expand all | Expand 10 after
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, 1417 "id": 135,
1418 "description": "Key parts of WebGL 2 broken on old Qualcomm drivers (depth texture, MSAA)", 1418 "description": "ES3 MSAA not fully trusted on some Qualcomm 4xx, also disa ble WebGL2",
1419 "cr_bugs": [682753, 682075], 1419 "cr_bugs": [471200],
1420 "os": { 1420 "os": {
1421 "type": "android", 1421 "type": "android",
1422 "version": { 1422 "version": {
1423 "op": "<", 1423 "op": "<",
1424 "value": "6.0" 1424 "value": "6.0"
1425 } 1425 }
1426 }, 1426 },
1427 "gl_vendor": "Qualcomm.*", 1427 "gl_renderer": "Adreno \\(TM\\) 4.*",
1428 "features": [ 1428 "features": [
1429 "webgl2" 1429 "webgl2"
1430 ] 1430 ]
1431 }, 1431 },
1432 { 1432 {
1433 "id": 136, 1433 "id": 136,
1434 "description": "GPU rasterization is blacklisted on NVidia Fermi architect ure for now.", 1434 "description": "GPU rasterization is blacklisted on NVidia Fermi architect ure for now.",
1435 "cr_bugs": [643850], 1435 "cr_bugs": [643850],
1436 "os": { 1436 "os": {
1437 "type": "win" 1437 "type": "win"
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
1496 "op": "between", 1496 "op": "between",
1497 "value": "15.301", 1497 "value": "15.301",
1498 "value2": "15.302" 1498 "value2": "15.302"
1499 }, 1499 },
1500 "features": [ 1500 "features": [
1501 "gpu_rasterization" 1501 "gpu_rasterization"
1502 ] 1502 ]
1503 }, 1503 },
1504 { 1504 {
1505 "id": 140, 1505 "id": 140,
1506 "comment": "Corresponds to GPU driver bug #214", 1506 "comment": "Corresponds to GPU driver bugs #19, #214",
1507 "description": "Some old Qualcomm scissor bug workaround needs disabling M SAA to work, which is a core part of WebGL 2.", 1507 "description": "MSAA and depth texture buggy on Adreno 3xx, also disable W ebGL2",
1508 "cr_bugs": [670607, 696627, 698197], 1508 "cr_bugs": [449116, 698197],
1509 "gl_vendor": "Qualcomm.*", 1509 "gl_renderer": "Adreno \\(TM\\) 3.*",
1510 "machine_model_name": ["Nexus 7", "KFTHWI", "KFSAWI", "KFAPWI", "KFTHWA", "KFSAWA", "KFAPWA"],
1511 "features": [ 1510 "features": [
1512 "webgl2" 1511 "webgl2"
1513 ] 1512 ]
1514 } 1513 }
1515 ], 1514 ],
1516 "comment": [ 1515 "comment": [
1517 "Please update the version number on top whenever you change this file", 1516 "Please update the version number on top whenever you change this file",
1518 "Please run gpu/config/process_json.py whenever you change this file" 1517 "Please run gpu/config/process_json.py whenever you change this file"
1519 ] 1518 ]
1520 } 1519 }
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