blender/intern/cycles
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
..
app Cycles: Post-reintegration tweaks to ensure things do compile 2015-01-01 01:31:08 +05:00
blender Cycles: Fully support WITH_CYCLES_LOGGING option 2015-01-01 01:31:07 +05:00
bvh Cycles: Mark visibility TODO as resolved 2014-12-27 23:38:29 +05:00
cmake Cycles: Post-reintegration tweaks to ensure things do compile 2015-01-01 01:31:08 +05:00
device Cycles: Add logging to OSL and CUDA initialization/compilation 2015-01-01 01:31:08 +05:00
doc Cycles: relicense GNU GPL source code to Apache version 2.0. 2013-08-18 14:16:15 +00:00
kernel Cycles: Post-reintegration tweaks to ensure things do compile 2015-01-01 01:31:08 +05:00
render Cycles: Add logging to OSL and CUDA initialization/compilation 2015-01-01 01:31:08 +05:00
subd Cleanup: Fix Cycles Apache header. 2014-12-25 02:50:24 +01:00
util Cycles: Post-reintegration tweaks to ensure things do compile 2015-01-01 01:31:08 +05:00
CMakeLists.txt Cycles: Post-reintegration tweaks to ensure things do compile 2015-01-01 01:31:08 +05:00
SConscript Cycles: Post-reintegration tweaks to ensure things do compile 2015-01-01 01:31:08 +05:00