OSX: disable kernels in cycles gpu again, would only work in 10.8 afaik
This commit is contained in:
@@ -61,12 +61,12 @@ CCL_NAMESPACE_BEGIN
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef __KERNEL_OPENCL_APPLE__
|
#ifdef __KERNEL_OPENCL_APPLE__
|
||||||
#define __SVM__
|
//#define __SVM__
|
||||||
#define __EMISSION__
|
//#define __EMISSION__
|
||||||
#define __IMAGE_TEXTURES__
|
//#define __IMAGE_TEXTURES__
|
||||||
#define __HOLDOUT__
|
//#define __HOLDOUT__
|
||||||
#define __PROCEDURAL_TEXTURES__
|
//#define __PROCEDURAL_TEXTURES__
|
||||||
#define __EXTRA_NODES__
|
//#define __EXTRA_NODES__
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef __KERNEL_OPENCL_AMD__
|
#ifdef __KERNEL_OPENCL_AMD__
|
||||||
|
Reference in New Issue
Block a user