Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntony Riakiotakis <kalast@gmail.com>2015-05-19 17:25:42 +0300
committerAntony Riakiotakis <kalast@gmail.com>2015-05-19 17:25:42 +0300
commit150a4b23ba848041fb2ba606435207cee8b2bbc2 (patch)
tree5f5d0252a9c8a462aaf12e56cb10978b3028dd62 /source/blender
parent158c891520eecfcf9d7fcb5fb1d396112ac23abc (diff)
Fix part of T44768 Yet another Intel driver failing on viewport Ambient
occlusion (Maybe we should add drivers that DO work instead, but in the future those will be much more since Intel claims to have fixed the issue)
Diffstat (limited to 'source/blender')
-rw-r--r--source/blender/gpu/intern/gpu_extensions.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/gpu/intern/gpu_extensions.c b/source/blender/gpu/intern/gpu_extensions.c
index 0fcdd87a1ff..4eb1612b9ba 100644
--- a/source/blender/gpu/intern/gpu_extensions.c
+++ b/source/blender/gpu/intern/gpu_extensions.c
@@ -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.3165") ||
+ (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")))
{