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:
@@ -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__
|
||||
|
||||
Reference in New Issue
Block a user