summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/windows/openglblacklists/default.json
blob: 23607523bded1154ae560f3f7920513cb505c2a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
    "name": "Qt built-in GPU driver blacklist",
    "version": "5.5",
    "entries": [
        {
            "id": 1,
            "description": "Desktop OpenGL is unreliable on some Intel HD laptops (QTBUG-43263, QTBUG-42240)",
            "vendor_id": "0x8086",
            "device_id": [ "0x0A16" ],
            "os": {
                "type": "win"
            },
            "driver_version": {
                "op": "<=",
                "value": "10.18.10.3277"
            },
            "features": [
                "disable_desktopgl"
            ]
        }
    ]
}