summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/qopenglconfig/buglist.json
blob: c7b8e61bc8a8fbc878edbfc0e43c93c8c853772f (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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
{
    "name": "gpu driver bug list example",
    "version": "0.9",
    "entries": [
        {
            "id": 1,
            "description": "non-applicable feature: different OS",
            "vendor_id": "0x10de",
            "device_id": [ "0x0DE9" ],
            "os": {
                "type": "android"
            },
            "features": [
                "wrong_feature1"
            ]
        },
        {
            "id": 2,
            "description": "non-applicable feature: ancient OS",
            "vendor_id": "0x10de",
            "device_id": [ "0x0DE9" ],
            "os": {
                "type": "win",
                "version": {
                    "op": "<",
                    "value": "4.0"
                }
            },
            "features": [
                "wrong_feature2"
            ]
        },
        {
            "id": 3,
            "description": "non-applicable feature: excluded OS",
            "vendor_id": "0x10de",
            "device_id": [ "0x0DE9" ],
            "exceptions": [
                {
                    "os": {
                        "type": "win"
                    }
                }
            ],
            "features": [
                "wrong_feature3"
            ]
        },
        {
            "id": 4,
            "description": "non-applicable feature: wrong vendor",
            "vendor_id": "0x10df",
            "device_id": [ "0x0DE9" ],
            "os": {
                "type": "win"
            },
            "features": [
                "wrong_feature4"
            ]
        },
        {
            "id": 4,
            "description": "non-applicable feature: wrong device",
            "vendor_id": "0x10de",
            "device_id": [ "0x0DEA" ],
            "os": {
                "type": "win"
            },
            "features": [
                "wrong_feature5"
            ]
        },
        {
            "id": 5,
            "description": "feature 1",
            "vendor_id": "0x10de",
            "device_id": [ "0x0DE9" ],
            "os": {
                "type": "win"
            },
            "driver_version": {
                "op": ">",
                "value": "9.18.0.0"
            },
            "features": [
                "feature1"
            ]
        },
        {
            "id": 6,
            "description": "non-applicable feature: too new driver",
            "vendor_id": "0x10de",
            "device_id": [ "0x0DE9" ],
            "os": {
                "type": "win"
            },
            "driver_version": {
                "op": "<=",
                "value": "9.17.13.4344"
            },
            "features": [
                "feature1"
            ]
        },
        {
            "id": 128,
            "description": "check for matching GL_VENDOR",
            "gl_vendor": "The Qt Company",
            "features": [
                "cool_feature"
            ]
        }
    ]
}