Qt: Add another known-bad driver version for the ig4icd64 crash
This commit is contained in:
parent
28ef99e056
commit
355c379636
@ -39,6 +39,10 @@ bool glContextHasBug(OpenGLBug bug) {
|
||||
if (renderer == "Intel Pineview Platform") {
|
||||
return true;
|
||||
}
|
||||
|
||||
if (version == "2.1.0 - Build 8.15.10.2900") {
|
||||
return true;
|
||||
}
|
||||
#endif
|
||||
return false;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user