Cycles: Enable transparent shadows for experimental AMD kernel

They're working just fine on AMD Tonga GPU and probably other architectures,
lets enable it under the experimental feature set and see what exact system
configuration gives issues.
This commit is contained in:
Sergey Sharybin 2015-06-11 23:49:21 +02:00
parent 7dae8e54cc
commit f6748183a2
1 changed files with 3 additions and 1 deletions

View File

@ -119,7 +119,9 @@ CCL_NAMESPACE_BEGIN
# define __CAMERA_MOTION__
# define __OBJECT_MOTION__
# define __HAIR__
//#define __TRANSPARENT_SHADOWS__
# ifdef __KERNEL_EXPERIMENTAL__
# define __TRANSPARENT_SHADOWS__
# endif
#endif
#ifdef __KERNEL_OPENCL_INTEL_CPU__