Skip to content

Commit

Permalink
windows: Blacklist Intel 8.15.10.1749
Browse files Browse the repository at this point in the history
Task-number: QTBUG-56360
Change-Id: I438e58e13b364a7c4748a4325cb7ff00bb00b25b
Reviewed-by: Joni Poikelin <[email protected]>
Reviewed-by: Friedemann Kleint <[email protected]>
  • Loading branch information
alpqr committed Sep 19, 2017
1 parent 6c4a191 commit 14e20bb
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion src/plugins/platforms/windows/openglblacklists/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,21 @@
"features": [
"disable_desktopgl"
]
}
},
{
"id": 11,
"description": "Intel driver version 8.15.10.1749 causes GPU process hangs (QTBUG-56360)",
"vendor_id": "0x8086",
"os": {
"type": "win"
},
"driver_version": {
"op": "=",
"value": "8.15.10.1749"
},
"features": [
"disable_desktopgl", "disable_d3d11", "disable_d3d9"
]
}
]
}

0 comments on commit 14e20bb

Please sign in to comment.