Cycles / OpenCL: Enable Camera Motion and Hair for AMD.
Only enabled for the Experimental kernel though, so the feature set must be changed in the UI to use the features.
This commit is contained in:
@@ -125,17 +125,17 @@ CCL_NAMESPACE_BEGIN
|
||||
#ifdef __KERNEL_OPENCL_AMD__
|
||||
# define __CL_USE_NATIVE__
|
||||
# define __KERNEL_SHADING__
|
||||
//__KERNEL_ADV_SHADING__
|
||||
# define __MULTI_CLOSURE__
|
||||
//#define __TRANSPARENT_SHADOWS__
|
||||
# define __PASSES__
|
||||
# define __BACKGROUND_MIS__
|
||||
# define __LAMP_MIS__
|
||||
# define __AO__
|
||||
//#define __CAMERA_MOTION__
|
||||
# ifdef __KERNEL_EXPERIMENTAL__
|
||||
# define __CAMERA_MOTION__
|
||||
# define __HAIR__
|
||||
# endif
|
||||
//#define __OBJECT_MOTION__
|
||||
//#define __HAIR__
|
||||
//end __KERNEL_ADV_SHADING__
|
||||
//#define __TRANSPARENT_SHADOWS__
|
||||
#endif
|
||||
|
||||
#ifdef __KERNEL_OPENCL_INTEL_CPU__
|
||||
|
Reference in New Issue
Block a user