Yet another crappy Intel driver added for correct SSAO support.

This commit is contained in:
Antony Riakiotakis 2015-05-21 18:37:48 +02:00
parent f6062638c1
commit e8014352c6

View File

@ -264,7 +264,8 @@ void gpu_extensions_init(void)
GG.dfdyfactors[1] = -1.0;
}
else if (GG.device == GPU_DEVICE_INTEL && GG.os == GPU_OS_WIN &&
(strstr(version, "4.0.0 - Build 9.18.10.3186") ||
(strstr(version, "4.0.0 - Build 10.18.10.3308") ||
strstr(version, "4.0.0 - Build 9.18.10.3186") ||
strstr(version, "4.0.0 - Build 9.18.10.3165") ||
strstr(version, "3.1.0 - Build 9.17.10.3347") ||
strstr(version, "3.1.0 - Build 9.17.10.4101")))