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-12-13 16:17:24 +0300
committerAntony Riakiotakis <kalast@gmail.com>2015-12-13 16:25:46 +0300
commit66a6491782082d5a0d90f451eef44e5345a2158a (patch)
tree1eddfd458cf6ebef408c25b21f937ff8a9b5fd4b /source/blender/gpu
parenta158a74700afb06564a8293cc96b98ead62b9fa9 (diff)
Fix yet one more Intel driver with crappy dfdy support in offscreen
buffers
Diffstat (limited to 'source/blender/gpu')
-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 c855c53ace4..ab0e49e84c3 100644
--- a/source/blender/gpu/intern/gpu_extensions.c
+++ b/source/blender/gpu/intern/gpu_extensions.c
@@ -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;