Yet another crappy Intel driver added for correct SSAO support.
This commit is contained in:
parent
f6062638c1
commit
e8014352c6
@ -264,7 +264,8 @@ void gpu_extensions_init(void)
|
|||||||
GG.dfdyfactors[1] = -1.0;
|
GG.dfdyfactors[1] = -1.0;
|
||||||
}
|
}
|
||||||
else if (GG.device == GPU_DEVICE_INTEL && GG.os == GPU_OS_WIN &&
|
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, "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.3347") ||
|
||||||
strstr(version, "3.1.0 - Build 9.17.10.4101")))
|
strstr(version, "3.1.0 - Build 9.17.10.4101")))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user