summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/windows/openglblacklists
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/platforms/windows/openglblacklists')
-rw-r--r--src/plugins/platforms/windows/openglblacklists/default.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/plugins/platforms/windows/openglblacklists/default.json b/src/plugins/platforms/windows/openglblacklists/default.json
new file mode 100644
index 0000000000..0217b79ecf
--- /dev/null
+++ b/src/plugins/platforms/windows/openglblacklists/default.json
@@ -0,0 +1,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"
+ ]
+ }
+ ]
+}