summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/windows/openglblacklists/default.json
blob: 0217b79ecf468b4dceb7c87cdba8e76c1ba29dcb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
    "name": "Qt built-in GPU driver blacklist",
    "version": "5.5",
    "entries": [
        {
            "id": 1,
            "description": "Desktop OpenGL is unreliable on Intel HD3000/GMA (QTBUG-43263, QTBUG-42240)",
            "vendor_id": "0x8086",
            "device_id": [ "0x0A16" ],
            "os": {
                "type": "win"
            },
            "features": [
                "disable_desktopgl"
            ]
        }
    ]
}