summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/windows/openglblacklists/default.json
blob: 2672711d3aeaba4aa932c75e93959eb2d67485f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
    "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)",
            "vendor_id": "0x8086",
            "device_id": [ "0x0A16" ],
            "os": {
                "type": "win"
            },
            "driver_version": {
                "op": "<=",
                "value": "10.18.10.3277"
            },
            "features": [
                "disable_desktopgl"
            ]
        },
        {
            "id": 2,
            "description": "Intel Q965/Q963 - GMA 3000 has insufficient support of opengl and directx",
            "vendor_id": "0x8086",
            "device_id": [ "0x2992" ],
            "os": {
                "type": "win"
            },
            "features": [
                "disable_desktopgl",
                "disable_angle"
            ]
       },
       {
           "id": 3,
           "description": "No OpenGL on Intel G33/G31 (QTBUG-47522)",
           "vendor_id": "0x8086",
           "device_id": [ "0x29C2" ],
           "os": {
               "type": "win"
           },
           "features": [
               "disable_desktopgl"
           ]
       },
       {
           "id": 4,
          "description": "Intel HD Graphics 3000 crashes when initializing the OpenGL driver (QTBUG-42240)",
          "vendor_id": "0x8086",
          "device_id": [ "0x0102", "0x0106", "0x010A", "0x0112", "0x0116", "0x0122", "0x0126" ],
          "os": {
              "type": "win"
          },
          "features": [
              "disable_desktopgl"
          ]
       },
       {
           "id": 5,
           "description": "Intel GMA 3150 (QTBUG-43243), Mobile Intel 945GM (QTBUG-47435) crash",
           "vendor_id": "0x8086",
           "device_id": [ "0xA001", "0xA011", "0x27A0" ],
           "os": {
               "type": "win"
           },
           "features": [
               "disable_desktopgl", "disable_angle"
           ]
        },
        {
           "id": 6,
           "description": "Intel(R) HD Graphics 4000 / 5500 cause crashes on orientation changes in fullscreen mode (QTBUG-49541)",
           "vendor_id": "0x8086",
           "device_id": [ "0x0166", "0x1616" ],
           "os": {
               "type": "win"
           },
           "features": [
               "disable_rotation"
           ]
        }
    ]
}