blender/intern/cycles/kernel
Sergey Sharybin 0579eaae1f Cycles: Make all #include statements relative to cycles source directory
The idea is to make include statements more explicit and obvious where the
file is coming from, additionally reducing chance of wrong header being
picked up.

For example, it was not obvious whether bvh.h was refferring to builder
or traversal, whenter node.h is a generic graph node or a shader node
and cases like that.

Surely this might look obvious for the active developers, but after some
time of not touching the code it becomes less obvious where file is coming
from.

This was briefly mentioned in T50824 and seems @brecht is fine with such
explicitness, but need to agree with all active developers before committing
this.

Please note that this patch is lacking changes related on GPU/OpenCL
support. This will be solved if/when we all agree this is a good idea to move
forward.

Reviewers: brecht, lukasstockner97, maiself, nirved, dingto, juicyfruit, swerner

Reviewed By: lukasstockner97, maiself, nirved, dingto

Subscribers: brecht

Differential Revision: https://developer.blender.org/D2586
2017-03-29 13:41:11 +02:00
..
bvh Cycles: Make all #include statements relative to cycles source directory 2017-03-29 13:41:11 +02:00
closure Cycles: Make all #include statements relative to cycles source directory 2017-03-29 13:41:11 +02:00
geom Cycles: Make all #include statements relative to cycles source directory 2017-03-29 13:41:11 +02:00
kernels Cycles: Make all #include statements relative to cycles source directory 2017-03-29 13:41:11 +02:00
osl Cycles: Make all #include statements relative to cycles source directory 2017-03-29 13:41:11 +02:00
shaders Cycles: Expose diffuse and glossy depth to Light Path node 2017-01-19 15:09:58 +01:00
split Cycles: Make all #include statements relative to cycles source directory 2017-03-29 13:41:11 +02:00
svm Cycles: Make all #include statements relative to cycles source directory 2017-03-29 13:41:11 +02:00
CMakeLists.txt Cycles: Make all #include statements relative to cycles source directory 2017-03-29 13:41:11 +02:00
kernel_accumulate.h Cycles: First implementation of shadow catcher 2017-03-27 10:46:03 +02:00
kernel_bake.h Fix T50698: Cycles baking artifacts with transparent surfaces. 2017-02-25 03:12:53 +01:00
kernel_camera.h Cycles: Remove ccl_fetch and SOA 2017-03-08 00:52:41 -05:00
kernel_compat_cpu.h Cycles: Make all #include statements relative to cycles source directory 2017-03-29 13:41:11 +02:00
kernel_compat_cuda.h Cycles: Make all #include statements relative to cycles source directory 2017-03-29 13:41:11 +02:00
kernel_compat_opencl.h Cycles: Make all #include statements relative to cycles source directory 2017-03-29 13:41:11 +02:00
kernel_debug.h Cycles: Use dedicated debug passes for traversed nodes and intersection tests 2017-01-12 13:44:35 +01:00
kernel_differential.h Cycles: OpenCL kernel split 2015-05-09 19:52:40 +05:00
kernel_emission.h Cycles: First implementation of shadow catcher 2017-03-27 10:46:03 +02:00
kernel_film.h Cycles: Use native saturate function for CUDA 2015-04-28 00:38:32 +05:00
kernel_globals.h Cycles: Make all #include statements relative to cycles source directory 2017-03-29 13:41:11 +02:00
kernel_image_opencl.h Cycles: Cleanup, style 2016-10-24 12:26:12 +02:00
kernel_jitter.h Cycles: Fix correlation issues in certain cases 2016-12-01 14:19:15 +01:00
kernel_light.h Cycles: Make object flag names more obvious that hey are object and not shader 2017-01-23 12:14:17 +01:00
kernel_math.h Cycles: Make all #include statements relative to cycles source directory 2017-03-29 13:41:11 +02:00
kernel_montecarlo.h Cycles code refactor: minor refactoring and comments for volume code. 2014-03-29 13:03:49 +01:00
kernel_passes.h Cycles: Remove ccl_fetch and SOA 2017-03-08 00:52:41 -05:00
kernel_path_branched.h Cycles: Remove ccl_addr_space from RNG passed to functions 2017-03-27 10:46:28 +02:00
kernel_path_common.h Cycles: Make all #include statements relative to cycles source directory 2017-03-29 13:41:11 +02:00
kernel_path_state.h Cycles: Remove ccl_addr_space from RNG passed to functions 2017-03-27 10:46:28 +02:00
kernel_path_subsurface.h Cycles: Remove ccl_addr_space from RNG passed to functions 2017-03-27 10:46:28 +02:00
kernel_path_surface.h Cycles: Add OpenCL support for shadow catcher feature 2017-03-27 10:46:59 +02:00
kernel_path_volume.h Cycles: Add OpenCL support for shadow catcher feature 2017-03-27 10:46:59 +02:00
kernel_path.h Cycles: Make all #include statements relative to cycles source directory 2017-03-29 13:41:11 +02:00
kernel_projection.h Fix T49846: OpenCL rendering compilation failure 2016-10-29 20:06:52 +02:00
kernel_queues.h fix msvc warnings about unknown opencl pragmas 2017-03-13 10:08:14 -06:00
kernel_random.h Cycles: Make all #include statements relative to cycles source directory 2017-03-29 13:41:11 +02:00
kernel_shader.h Cycles: Make all #include statements relative to cycles source directory 2017-03-29 13:41:11 +02:00
kernel_shadow.h Cycles: First implementation of shadow catcher 2017-03-27 10:46:03 +02:00
kernel_subsurface.h Cycles: Remove ccl_addr_space from RNG passed to functions 2017-03-27 10:46:28 +02:00
kernel_textures.h Cycles: Fix wrong hair render results when using BVH motion steps 2017-02-15 12:45:04 +01:00
kernel_types.h Cycles: Make all #include statements relative to cycles source directory 2017-03-29 13:41:11 +02:00
kernel_volume.h Cycles: Remove ccl_addr_space from RNG passed to functions 2017-03-27 10:46:28 +02:00
kernel_work_stealing.h Cycles: OpenCL split kernel refactor 2017-03-08 00:52:41 -05:00
kernel.h Cycles: Make all #include statements relative to cycles source directory 2017-03-29 13:41:11 +02:00