blender/intern/cycles/kernel/osl
Sergey Sharybin e9596e5def Cycles: Post-reintegration tweaks to ensure things do compile
This commit contains all the tweaks which were missing in initial patch
re-integration from the standalone Cycles repository.

This commit also contains an utility cmake macro to help linking targets
with different libraries for release/debug builds, the name currently is

  target_link_libraries_decoupled

it gets a target and list of libraries and makes sure debug builds are
using libraries with "_d" suffix.

After all this changes it'll hopefully be easier to interchange patches
between blender and standalone repositories, because they're now quite
identical.
2015-01-01 01:31:08 +05:00
..
background.cpp Cycles OSL: refactoring to remove all dependencies on builtin OSL closures. 2013-11-29 04:01:07 +01:00
bsdf_diffuse_ramp.cpp Cycles OSL: fix mistake in recent refactoring, parameters are not set before setup. 2013-11-29 17:18:43 +01:00
bsdf_phong_ramp.cpp Cycles OSL: fix mistake in recent refactoring, parameters are not set before setup. 2013-11-29 17:18:43 +01:00
CMakeLists.txt Cycles / Toon BSDF: 2013-05-23 17:45:20 +00:00
emissive.cpp Cycles OSL: refactoring to remove all dependencies on builtin OSL closures. 2013-11-29 04:01:07 +01:00
osl_bssrdf.cpp Cycles: Drop old OSL closure compatibility code. 2014-07-25 11:42:01 +02:00
osl_bssrdf.h Cycles OSL: refactoring to remove all dependencies on builtin OSL closures. 2013-11-29 04:01:07 +01:00
osl_closures.cpp Cycles: Use 16 bytes aligned closures in OSL 2014-12-03 20:34:03 +05:00
osl_closures.h Cycles: Remove Westin closure. 2014-10-03 16:03:49 +02:00
osl_globals.h Cleanup: Fix Cycles Apache header. 2014-12-25 02:50:24 +01:00
osl_services.cpp Cleanup: Fix Cycles Apache header. 2014-12-25 02:50:24 +01:00
osl_services.h Cleanup: Fix Cycles Apache header. 2014-12-25 02:50:24 +01:00
osl_shader.cpp Cleanup: Fix Cycles Apache header. 2014-12-25 02:50:24 +01:00
osl_shader.h Cleanup: Fix Cycles Apache header. 2014-12-25 02:50:24 +01:00
SConscript Cycles: Post-reintegration tweaks to ensure things do compile 2015-01-01 01:31:08 +05:00