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:
authorBrecht Van Lommel <brechtvanlommel@pandora.be>2013-02-12 02:41:11 +0400
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2013-02-12 02:41:11 +0400
commit9307565269055e39cd71bd2c27bc86ad8fc12b96 (patch)
treefe1980308292af4d0c77829dd3d3dfeead0c86f7 /intern/cycles/kernel/kernel_types.h
parent1c4f704d5c6385c891057404fab462b5cc8121df (diff)
Attempted fix for issue with latest CUDA kernel for 32 bit windows/linux/mac,
there seems to be some sort of compiler bug in CUDA toolkit 4.2, uninlining a few functions seems to avoid it.
Diffstat (limited to 'intern/cycles/kernel/kernel_types.h')
-rw-r--r--intern/cycles/kernel/kernel_types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/intern/cycles/kernel/kernel_types.h b/intern/cycles/kernel/kernel_types.h
index 52bdddc72fb..773ea0c43fb 100644
--- a/intern/cycles/kernel/kernel_types.h
+++ b/intern/cycles/kernel/kernel_types.h
@@ -299,6 +299,7 @@ typedef enum LightType {
LIGHT_AREA,
LIGHT_AO,
LIGHT_SPOT,
+ LIGHT_TRIANGLE,
LIGHT_STRAND
} LightType;