blender/intern/cycles/kernel
2018-06-29 15:43:55 +02:00
..
bvh Cycles: change Ambient Occlusion shader to output colors. 2018-06-15 22:16:06 +02:00
closure Fix Cycles CUDA render errors with CUDA 9.2. 2018-06-21 12:32:32 +02:00
filter Cycles Denoising: Don't use atomics in the accumulation kernel on CPUs 2018-05-24 18:44:56 +02:00
geom Cycles: change Ambient Occlusion shader to output colors. 2018-06-15 22:16:06 +02:00
kernels Cycles: Query XYZ to/from Scene Linear conversion from OCIO instead of assuming sRGB 2018-06-14 22:21:37 +02:00
osl Cleanup: trailing newlines 2018-06-29 09:23:51 +02:00
shaders Cycles: change AO node default to 16 samples and only local off. 2018-06-29 15:43:55 +02:00
split Cycles: change Ambient Occlusion shader to output colors. 2018-06-15 22:16:06 +02:00
svm Fix T55564: Cycles OpenCL build error on some scenes. 2018-06-21 11:46:52 +02:00
CMakeLists.txt Cleanup: trailing newlines 2018-06-29 09:23:51 +02:00
kernel_accumulate.h Cycles: option to make background visible through glass transparent. 2018-01-12 01:34:28 +01:00
kernel_bake.h Cycles: add roughness baking support, using squared roughness convention. 2018-03-10 18:37:33 +01:00
kernel_camera.h Cycles: support arbitrary number of motion blur steps for cameras. 2018-03-10 06:27:19 +01:00
kernel_color.h Fix more Cycles CUDA errors after recent changes. 2018-06-15 16:28:09 +02:00
kernel_compat_cpu.h Cycles: support arbitrary number of motion blur steps for cameras. 2018-03-10 06:27:19 +01:00
kernel_compat_cuda.h Cycles: support arbitrary number of motion blur steps for cameras. 2018-03-10 06:27:19 +01:00
kernel_compat_opencl.h Cycles: Cleanup: Remove duplicated atan2f definition for OpenCL 2018-05-24 19:08:06 +02:00
kernel_differential.h
kernel_emission.h Cycles: Automatically detect HDRI resolution by default and use non-square sampling map 2018-06-14 22:07:07 +02:00
kernel_film.h Cycles: Query XYZ to/from Scene Linear conversion from OCIO instead of assuming sRGB 2018-06-14 22:21:37 +02:00
kernel_globals.h Code cleanup: remove some more unused code after recent CUDA changes. 2018-02-18 00:53:03 +01:00
kernel_jitter.h Cycles: Use more stable version of integer square root function 2017-05-09 17:07:17 +02:00
kernel_light.h Cycles: Automatically detect HDRI resolution by default and use non-square sampling map 2018-06-14 22:07:07 +02:00
kernel_math.h Code refactor: add ProjectionTransform separate from regular Transform. 2018-03-10 04:54:04 +01:00
kernel_montecarlo.h Cycles: Cleanup, indendation 2017-10-06 19:33:59 +05:00
kernel_passes.h Cycles: take into account diffuse roughness for roughness baking. 2018-03-28 23:45:15 +02:00
kernel_path_branched.h Cycles: change Ambient Occlusion shader to output colors. 2018-06-15 22:16:06 +02:00
kernel_path_common.h Code refactor: remove rng_state buffer and compute hash on the fly. 2017-10-04 21:11:14 +02:00
kernel_path_state.h Fix T54455: OpenCL build error after recent changes. 2018-03-29 07:14:09 +02:00
kernel_path_subsurface.h Cycles: random walk subsurface scattering. 2018-02-09 19:58:33 +01:00
kernel_path_surface.h Fix T54317: overlapping volume render bug after recent changes. 2018-03-19 21:22:15 +01:00
kernel_path_volume.h Cycles: add Russian roulette termination for volume multiple scattering. 2018-02-22 00:55:32 +01:00
kernel_path.h Cycles: change Ambient Occlusion shader to output colors. 2018-06-15 22:16:06 +02:00
kernel_projection.h Cycles: adaptive subdivision support for panoramic cameras. 2018-01-12 23:57:45 +01:00
kernel_queues.h Cycles: Add function to dequeue a ray 2017-06-10 03:51:18 -04:00
kernel_random.h Fix T54420: too much volume render noise with multiple volume objects. 2018-03-27 01:08:30 +02:00
kernel_shader.h Cycles: change Ambient Occlusion shader to output colors. 2018-06-15 22:16:06 +02:00
kernel_shadow.h Cycles: better path termination for transparency. 2018-02-22 00:55:32 +01:00
kernel_subsurface.h Cycles: better path termination for transparency. 2018-02-22 00:55:32 +01:00
kernel_textures.h Cycles: Add Support for IES files as textures for light strength 2018-05-27 01:24:57 +02:00
kernel_types.h Cycles: change Ambient Occlusion shader to output colors. 2018-06-15 22:16:06 +02:00
kernel_volume.h Cycles: Fixed crash when the camera was inside 16 volumes or more. It still won't render those volumes correctly, but at least the crash is addressed. 2018-06-19 16:35:18 +02:00
kernel_work_stealing.h Code refactor: add WorkTile struct for passing work to kernel. 2017-10-04 21:11:14 +02:00
kernel.h Code refactor: device memory cleanups, preparing for mapped host memory. 2017-11-05 15:22:04 +01:00