blender/intern/cycles/kernel
Thomas Dinges 8243c55f14 Cycles: Split caustics option, to allow separate control for Reflection and Refraction caustics.
This way artists can only disable/enable refraction or reflection caustics.
See Cycles logs for an example: http://wiki.blender.org/index.php/Dev:Ref/Release_Notes/2.72/Cycles

Differential revision: https://developer.blender.org/D766
2014-09-05 20:39:35 +02:00
..
closure Cleanup: Remove __ANISOTROPIC__ define. 2014-08-20 23:23:14 +02:00
geom Cycles: Correction to previous commit -- forgot to take instancing into account 2014-08-14 11:48:50 +06:00
osl Cycles: Split caustics option, to allow separate control for Reflection and Refraction caustics. 2014-09-05 20:39:35 +02:00
shaders Cycles: Update stdosl.h for OSL 1.5. 2014-08-01 15:23:58 +02:00
svm Cycles: Split caustics option, to allow separate control for Reflection and Refraction caustics. 2014-09-05 20:39:35 +02:00
CMakeLists.txt Cycles: Add an experimental CUDA kernel. 2014-08-26 17:02:26 +02:00
kernel_accumulate.h Cycles: Initial support for volume ray visibility. 2014-09-05 16:17:39 +02:00
kernel_avx2.cpp Fix T41471 Cycles Bake: Setting small tile size results in wrong bake with stripes rather than the expected noise pattern 2014-08-19 11:40:33 +02:00
kernel_avx.cpp Fix T41471 Cycles Bake: Setting small tile size results in wrong bake with stripes rather than the expected noise pattern 2014-08-19 11:40:33 +02:00
kernel_bake.h Fix T41471 Cycles Bake: Setting small tile size results in wrong bake with stripes rather than the expected noise pattern 2014-08-19 11:40:33 +02:00
kernel_camera.h Cycles Aperture Ratio - option to produce anamorphic bokeh 2014-08-27 10:51:50 +02:00
kernel_compat_cpu.h Cycles Refactor: Add SSE Utility code from Embree for cleaner SSE code. 2014-06-13 21:59:12 +02:00
kernel_compat_cuda.h Cycles CUDA: make CUDA toolkit 6.0 the official supported version. 2014-04-30 16:07:27 +02:00
kernel_compat_opencl.h * Fix OpenCL after uchar4 commit. 2014-06-15 01:09:59 +02:00
kernel_differential.h Cycles: change __device and similar qualifiers to ccl_device in kernel code. 2013-11-18 08:48:15 +01:00
kernel_emission.h Cycles: Initial support for volume ray visibility. 2014-09-05 16:17:39 +02:00
kernel_film.h Cycles: fix crash in SSE hair and half-floats on x86+vc2008 2014-02-27 15:01:20 +04:00
kernel_globals.h Fix T37264: cycles CPU render had limited number of float images, bumped to 1024. 2013-12-14 15:07:46 +01:00
kernel_jitter.h Fix T41601: Correlated multi-jitter with high samples "hangs" 2014-08-28 15:15:59 +06:00
kernel_light.h Cleanup: typos and extra brackets. 2014-08-14 16:31:53 +02:00
kernel_math.h Cycles: relicense GNU GPL source code to Apache version 2.0. 2013-08-18 14:16:15 +00: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 Style cleanup: indentation, braces 2014-05-05 02:19:08 +10:00
kernel_path_state.h Cleanup: Always assign num_samples, there is no need for this special define. 2014-07-10 01:43:53 +02:00
kernel_path_surface.h Cycles: Avoid intermediate function when we sample all lamps. 2014-08-14 16:09:40 +02:00
kernel_path_volume.h Fix T41693: Volumes get brightened with extra volume samples on GPU + BPT 2014-09-03 21:28:43 +06:00
kernel_path.h Fix T41693: Volumes get brightened with extra volume samples on GPU + BPT 2014-09-03 21:28:43 +06:00
kernel_projection.h Fix cycles using acosf in panorama render when it should use safe_acosf. 2014-04-18 13:51:29 +02:00
kernel_random.h Cycles: volume light sampling 2014-06-14 13:49:56 +02:00
kernel_shader.h Fix T41219: Cycles backface detection doesn't work properly 2014-08-13 16:35:54 +06:00
kernel_shadow.h Condition was inverted in the previous transparent shadows commit 2014-06-30 17:00:51 +06:00
kernel_sse2.cpp Fix T41471 Cycles Bake: Setting small tile size results in wrong bake with stripes rather than the expected noise pattern 2014-08-19 11:40:33 +02:00
kernel_sse3.cpp Fix T41471 Cycles Bake: Setting small tile size results in wrong bake with stripes rather than the expected noise pattern 2014-08-19 11:40:33 +02:00
kernel_sse41.cpp Fix T41471 Cycles Bake: Setting small tile size results in wrong bake with stripes rather than the expected noise pattern 2014-08-19 11:40:33 +02:00
kernel_subsurface.h Code cleanup: white space and cmake was broken on all platforms 2014-02-03 13:56:34 +11:00
kernel_textures.h Cleanup: Update list and remove ifdef here. 2014-07-02 00:58:06 +02:00
kernel_types.h Cycles: Split caustics option, to allow separate control for Reflection and Refraction caustics. 2014-09-05 20:39:35 +02:00
kernel_volume.h Cycles: Avoid redundant call to volume_stack_is_heterogeneous() for Distance Sampling. 2014-08-24 16:15:57 +02:00
kernel.cl Fix T41471 Cycles Bake: Setting small tile size results in wrong bake with stripes rather than the expected noise pattern 2014-08-19 11:40:33 +02:00
kernel.cpp Fix T41471 Cycles Bake: Setting small tile size results in wrong bake with stripes rather than the expected noise pattern 2014-08-19 11:40:33 +02:00
kernel.cu Fix T41541: Cuda renders objects in black with MIS enabled in world setting 2014-08-22 20:10:01 +02:00
kernel.h Fix T41471 Cycles Bake: Setting small tile size results in wrong bake with stripes rather than the expected noise pattern 2014-08-19 11:40:33 +02:00
SConscript Cycles: Add an experimental CUDA kernel. 2014-08-26 17:02:26 +02:00