Fix yet one more Intel driver with crappy dfdy support in offscreen

buffers
This commit is contained in:
Antonis Ryakiotakis 2015-12-13 14:17:24 +01:00
parent a158a74700
commit 66a6491782
1 changed files with 2 additions and 1 deletions

View File

@ -206,7 +206,8 @@ void gpu_extensions_init(void)
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")))
strstr(version, "3.1.0 - Build 9.17.10.4101") ||
strstr(version, "3.3.0 - Build 8.15.10.2618")))
{
GG.dfdyfactors[0] = -1.0;
GG.dfdyfactors[1] = 1.0;