Qt: Add another known-bad driver version for the ig4icd64 crash

This commit is contained in:
Vicki Pfau 2025-04-26 20:04:49 -07:00
parent 28ef99e056
commit 355c379636

View File

@ -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;