Attempt to fix #35665: disable correlated multi jitter sampling on the GPU for now,

seems to be giving issues with CUDA 4.2 but I can't figure out why exactly.
This commit is contained in:
Brecht Van Lommel
2013-06-10 19:01:37 +00:00
parent 67a5d1b660
commit 2ce0ecd956

View File

@@ -55,6 +55,7 @@ CCL_NAMESPACE_BEGIN
#define __OSL__
#endif
#define __SUBSURFACE__
#define __CMJ__
#endif
#ifdef __KERNEL_CUDA__
@@ -117,7 +118,6 @@ CCL_NAMESPACE_BEGIN
#define __CAMERA_CLIPPING__
#define __INTERSECTION_REFINE__
#define __CLAMP_SAMPLE__
#define __CMJ__
#ifdef __KERNEL_SHADING__
#define __SVM__