blender/intern/cycles/kernel
Lukas Stockner 4e68f48227 Cycles: Initialize the RNG state from the kernel instead of the host
This allows to save a memory copy, which will be particularly useful for network rendering.

Reviewers: sergey, brecht, dingto, juicyfruit, maiself

Differential Revision: https://developer.blender.org/D2323
2016-10-30 11:51:20 +01:00
..
bvh Cycles: Use new SSE version of offset calculation for all QBVH flavors 2016-10-25 15:27:50 +02:00
closure Fix Cycles CUDA performance on CUDA 8.0. 2016-10-03 22:15:25 +02:00
geom Cycles: Implement texture coordinates for Point, Spot and Area Lamps 2016-10-29 19:24:08 +02:00
kernels Cycles: Enable SSE math optimization for AVX kernels 2016-10-25 16:10:47 +02:00
osl Cycles: Implement texture coordinates for Point, Spot and Area Lamps 2016-10-29 19:24:08 +02:00
shaders Cycles: Add smoothing option to the Brick Texture 2016-10-30 02:16:22 +02:00
split Cycles: Add optional probabilistic termination of light samples based on their expected contribution 2016-10-30 11:31:28 +01:00
svm Cycles: Add smoothing option to the Brick Texture 2016-10-30 02:16:22 +02:00
CMakeLists.txt Cycles: Initialize the RNG state from the kernel instead of the host 2016-10-30 11:51:20 +01:00
kernel_accumulate.h Cycles: Add optional probabilistic termination of light samples based on their expected contribution 2016-10-30 11:31:28 +01:00
kernel_bake.h Cycles: Implement texture coordinates for Point, Spot and Area Lamps 2016-10-29 19:24:08 +02:00
kernel_camera.h Cycles: Fix shadowing variable which also causes use of uninitialized variable 2016-10-24 14:04:31 +02:00
kernel_compat_cpu.h Cycles: Add new avxf vectorized data type 2016-10-12 13:54:13 +02:00
kernel_compat_cuda.h Fix Cycles CUDA performance on CUDA 8.0. 2016-10-03 22:15:25 +02:00
kernel_compat_opencl.h Fix Cycles CUDA performance on CUDA 8.0. 2016-10-03 22:15:25 +02:00
kernel_debug.h Cycles: Add debug pass which shows number of instance pushes during camera ray intersection 2015-06-12 00:12:03 +02:00
kernel_differential.h Cycles: OpenCL kernel split 2015-05-09 19:52:40 +05:00
kernel_emission.h Cycles: Add optional probabilistic termination of light samples based on their expected contribution 2016-10-30 11:31:28 +01:00
kernel_film.h Cycles: Use native saturate function for CUDA 2015-04-28 00:38:32 +05:00
kernel_globals.h Cycles: Support half and half4 textures. 2016-06-19 17:31:16 +02:00
kernel_image_opencl.h Cycles: Cleanup, style 2016-10-24 12:26:12 +02:00
kernel_jitter.h Fix T48301: Cycles incorrect render with CMJ and viewport samples 0. 2016-04-28 23:57:20 +02:00
kernel_light.h Cycles: Implement texture coordinates for Point, Spot and Area Lamps 2016-10-29 19:24:08 +02:00
kernel_math.h Cleanup: Move texture definitions to util, to avoid bad level include. 2016-04-15 23:02:44 +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: OpenCL kernel split 2015-05-09 19:52:40 +05:00
kernel_path_branched.h Fix Cycles CUDA performance on CUDA 8.0. 2016-10-03 22:15:25 +02:00
kernel_path_common.h Cycles: Initialize the RNG state from the kernel instead of the host 2016-10-30 11:51:20 +01:00
kernel_path_state.h Fix T49078: Cycles tries to render volume from another render layer when camera is in volume 2016-08-25 10:55:59 +02:00
kernel_path_surface.h Cycles: Add optional probabilistic termination of light samples based on their expected contribution 2016-10-30 11:31:28 +01:00
kernel_path_volume.h Cycles: Add optional probabilistic termination of light samples based on their expected contribution 2016-10-30 11:31:28 +01:00
kernel_path.h Cycles: Add optional probabilistic termination of light samples based on their expected contribution 2016-10-30 11:31:28 +01:00
kernel_projection.h Fix T49846: OpenCL rendering compilation failure 2016-10-29 20:06:52 +02:00
kernel_queues.h Cycles: Code cleanup in split kernel, whitespaces 2015-07-03 11:03:56 +02:00
kernel_random.h Cycles: Add optional probabilistic termination of light samples based on their expected contribution 2016-10-30 11:31:28 +01:00
kernel_shader.h Cycles: Add optional probabilistic termination of light samples based on their expected contribution 2016-10-30 11:31:28 +01:00
kernel_shadow.h Fix Cycles CUDA performance on CUDA 8.0. 2016-10-03 22:15:25 +02:00
kernel_subsurface.h Cycles: Get rid of ifdef-ed noinline policy 2016-10-12 12:15:24 +02:00
kernel_textures.h Fix Cycles OpenCL textures after recent CUDA fix. 2016-08-15 16:28:48 +02:00
kernel_types.h Cycles: Add optional probabilistic termination of light samples based on their expected contribution 2016-10-30 11:31:28 +01:00
kernel_volume.h Cycles: Also support the constant emission speedup for mesh lights 2016-09-14 18:53:35 +02:00
kernel_work_stealing.h Cycles: Cleanup, indent nested preprocessor directives 2016-03-25 13:55:42 +01:00
kernel.h Cycles: Deduplicte CPU kernel declaration and definition code 2015-12-30 17:54:02 +05:00