September 30, 2013, 23:00 (GMT) |
Merged revision(s) 60385-60458 from trunk/blender into soc-2013-dingto. |
September 26, 2013, 22:27 (GMT) |
Merged revision(s) 60321-60384 from trunk/blender into soc-2013-dingto. |
September 23, 2013, 00:55 (GMT) |
Volume: * Comment some unused variables to silence a few compile warnings. |
September 23, 2013, 00:31 (GMT) |
Merged revision(s) 60246-60320 from trunk/blender into soc-2013-dingto. |
September 23, 2013, 00:16 (GMT) |
Branch maintenance: * Bring the brach in sync with hair bsdf and ao_alpha code from trunk, somehow didn't work in r60244. |
September 19, 2013, 23:57 (GMT) |
September 19, 2013, 23:43 (GMT) |
Merged revision(s) 60149-60242 from trunk/blender into soc-2013-dingto. Resolved conflicts in kernel_path.h, osl_closures.cpp and stdosl.h. |
September 15, 2013, 11:56 (GMT) |
Merged revision(s) 60078-60148 from trunk/blender into soc-2013-dingto. |
September 13, 2013, 00:47 (GMT) |
Volume: * Further header cleanup for sampler functions, remove unused RNG parameters. |
September 12, 2013, 22:29 (GMT) |
Volume: * Cleanup function headers. * Remove some unused variables, also remove another redundant "bounce" variable in shadow_blocked_new(). |
September 12, 2013, 21:40 (GMT) |
Volume: * Some style cleanup, mainly for if/else brackets. * Remove redundant bounce parameter in kernel_path_trace_volume(), we already pass state. |
September 12, 2013, 15:30 (GMT) |
Merged revision(s) 60000-60077 from trunk/blender into soc-2013-dingto. |
September 12, 2013, 15:23 (GMT) |
Volume: * Comment out some unused code. * Remove some redundant ifdefs in shadow_blocked_new(). |
September 12, 2013, 15:01 (GMT) |
Volume: * direct_emission() and indirect_primitive_emission() were inlined for some reason, change back to noinlined (as in trunk). * Put most volume kernel code behind __VOLUME__ now. |
September 10, 2013, 12:22 (GMT) |
September 10, 2013, 09:13 (GMT) |
Merged revision(s) 59930-59994 from trunk/blender into soc-2013-dingto. |
September 10, 2013, 07:42 (GMT) |
Fix for OSL volume closure flattening, this was not copying settings from the OSL closures. |
September 10, 2013, 07:42 (GMT) |
Removed invalid code from volume closure, the OSL distinction has to happen on a different level and doesn't make any sense. The function body works in both SVM and OSL case. |
September 10, 2013, 07:42 (GMT) |
Reinstated the OSLShader API functions for volumes, fixed the function signature. |
September 10, 2013, 00:36 (GMT) |
Fix for last commit, forgot to rename the shader in 2 locations. :/ |
|