Fix T48556: Missing transparent shadows on AMD OpenCL

We had transparent shadows disabled for some time because they were causing
drivers to crash. Can't reproduce that issue anymore with current drivers,
so will enable them and see how it goes.
This commit is contained in:
Sergey Sharybin 2016-05-31 11:48:07 +02:00
parent ea8a7397e4
commit a2aa44370b

@ -121,9 +121,7 @@ CCL_NAMESPACE_BEGIN
# define __OBJECT_MOTION__ # define __OBJECT_MOTION__
# define __HAIR__ # define __HAIR__
# define __BAKING__ # define __BAKING__
# ifdef __KERNEL_EXPERIMENTAL__ # define __TRANSPARENT_SHADOWS__
# define __TRANSPARENT_SHADOWS__
# endif
# endif /* __KERNEL_OPENCL_AMD__ */ # endif /* __KERNEL_OPENCL_AMD__ */
# ifdef __KERNEL_OPENCL_INTEL_CPU__ # ifdef __KERNEL_OPENCL_INTEL_CPU__