OSX: disable kernels in cycles gpu again, would only work in 10.8 afaik

This commit is contained in:
Jens Verwiebe
2012-08-07 10:10:03 +00:00
parent b218d90176
commit 5bcdecd72b

View File

@@ -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__