summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms
diff options
context:
space:
mode:
authorLaszlo Agocs <laszlo.agocs@qt.io>2018-10-09 10:12:46 +0200
committerLaszlo Agocs <laszlo.agocs@qt.io>2018-10-12 14:09:38 +0000
commit9098ef697ad85cb0c7c589d6794b57bd0775dc64 (patch)
tree7a32b7c7469c522c3a2fa46a2cf936c87ca440fa /src/plugins/platforms
parentd92c25b1b4ac0423a824715a08b2db2def4b6e25 (diff)
windows: Disable shader disk cache for all Intel GPUs
Follow up to dff9bb2f9b981e263d8d3d5b1ef67054297e731c Task-number: QTBUG-64697 Change-Id: I73a114dd3c75f3ed1272fa73dad378ecfdc0db09 Reviewed-by: Andy Shaw <andy.shaw@qt.io>
Diffstat (limited to 'src/plugins/platforms')
-rw-r--r--src/plugins/platforms/windows/openglblacklists/default.json3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/plugins/platforms/windows/openglblacklists/default.json b/src/plugins/platforms/windows/openglblacklists/default.json
index b618d8567a..3cfa7e3856 100644
--- a/src/plugins/platforms/windows/openglblacklists/default.json
+++ b/src/plugins/platforms/windows/openglblacklists/default.json
@@ -144,9 +144,8 @@
},
{
"id": 12,
- "description": "Intel HD Graphics 620 crash in conjunction with shader caches (QTBUG-64697)",
+ "description": "Intel HD Graphics crash in conjunction with shader caches (QTBUG-64697) - disable for all Intel GPUs",
"vendor_id": "0x8086",
- "device_id": [ "0x5916" ],
"os": {
"type": "win"
},