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
path: root/intern
diff options
context:
space:
mode:
authorBrecht Van Lommel <brechtvanlommel@pandora.be>2012-05-02 18:22:22 +0400
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2012-05-02 18:22:22 +0400
commit30c2abd32326f856f3ea45589c0a2e02b71536ed (patch)
treefddcde8246c6ae1073a84c051e52034a8e9ee213 /intern
parent3224ac738ee3aeb13ad1329b12621ff0f0e3a322 (diff)
Fixes for recent cycles and python/context commits.
Diffstat (limited to 'intern')
-rw-r--r--intern/cycles/kernel/kernel_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/cycles/kernel/kernel_types.h b/intern/cycles/kernel/kernel_types.h
index 414943320e0..bf48ec8c000 100644
--- a/intern/cycles/kernel/kernel_types.h
+++ b/intern/cycles/kernel/kernel_types.h
@@ -38,7 +38,7 @@ CCL_NAMESPACE_BEGIN
/* device capabilities */
#ifdef __KERNEL_CPU__
#define __KERNEL_SHADING__
-//#define __KERNEL_ADV_SHADING__
+#define __KERNEL_ADV_SHADING__
#endif
#ifdef __KERNEL_CUDA__