Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward O'Callaghan <funfunctor@folklore1984.net>2016-08-24 13:30:05 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2016-08-24 13:32:40 +0300
commit8d8316a057d335e37d2d51ca5a8d0ee1fed432c0 (patch)
treec6f1f62befb68d8110633d472eb313b10f2ace54
parent389b4feec16e8fba071fd890eef107ce207a76ff (diff)
Cycles: Consolidate the various split CL kernel feature defines within the AMD platform
Reviewers: sergey Differential Revision: https://developer.blender.org/D2172
-rw-r--r--intern/cycles/kernel/kernel_types.h11
1 files changed, 1 insertions, 10 deletions
diff --git a/intern/cycles/kernel/kernel_types.h b/intern/cycles/kernel/kernel_types.h
index 3152ec611cf..deebf87c75f 100644
--- a/intern/cycles/kernel/kernel_types.h
+++ b/intern/cycles/kernel/kernel_types.h
@@ -113,16 +113,7 @@ CCL_NAMESPACE_BEGIN
# ifdef __KERNEL_OPENCL_AMD__
# define __CL_USE_NATIVE__
# define __KERNEL_SHADING__
-# define __MULTI_CLOSURE__
-# define __PASSES__
-# define __BACKGROUND_MIS__
-# define __LAMP_MIS__
-# define __AO__
-# define __CAMERA_MOTION__
-# define __OBJECT_MOTION__
-# define __HAIR__
-# define __BAKING__
-# define __TRANSPARENT_SHADOWS__
+# define __KERNEL_ADV_SHADING__
# endif /* __KERNEL_OPENCL_AMD__ */
# ifdef __KERNEL_OPENCL_INTEL_CPU__