Blender Git Commit Log

Git Commits -> Revision 5fd67a3

Revision 5fd67a3 by Brecht Van Lommel (master)
October 16, 2011, 18:54 (GMT)
Cycles: enable multi closure sampling and transparent shadows only on CPU and
CUDA cards with shader model >= 2 for now (GTX 4xx, 5xx, ..). The CUDA compiler
can't handle the increased kernel size currently.

Commit Details:

Full Hash: 5fd67a3ba5ad10a932a0a1b4cbd3fe37691fbae1
SVN Revision: 41068
Parent Commit: 33691eb
Lines Changed: +44, -9

10 Modified Paths:

/intern/cycles/device/device.cpp (+0, -2) (Diff)
/intern/cycles/device/device.h (+1, -2) (Diff)
/intern/cycles/device/device_cpu.cpp (+5, -0) (Diff)
/intern/cycles/device/device_cuda.cpp (+8, -0) (Diff)
/intern/cycles/device/device_multi.cpp (+10, -0) (Diff)
/intern/cycles/device/device_network.cpp (+5, -0) (Diff)
/intern/cycles/device/device_opencl.cpp (+5, -0) (Diff)
/intern/cycles/kernel/kernel_types.h (+9, -2) (Diff)
/intern/cycles/render/scene.h (+0, -2) (Diff)
/intern/cycles/render/svm.cpp (+1, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021