blender/intern/cycles/kernel/kernels/cpu
Sergey Sharybin c961737d0f Cycles: Fix compilation error of filter kernels on 32 bit Windows
We don't enable global SSE optimizations in regular kernel, and we
keep those disabled on Linux 32bit.

One possible workaround would be to pass arguments by ccl_ref, but
that is quite a few of code which better be done accurately.
2017-08-08 22:01:17 +02:00
..
filter_avx2.cpp Cycles: Implement denoising option for reducing noise in the rendered image 2017-05-07 14:40:58 +02:00
filter_avx.cpp Cycles: Implement denoising option for reducing noise in the rendered image 2017-05-07 14:40:58 +02:00
filter_cpu_impl.h Cycles Denoising: Merge outlier heuristic and confidence interval test 2017-06-09 03:46:11 +02:00
filter_cpu.h Cycles Denoising: Merge outlier heuristic and confidence interval test 2017-06-09 03:46:11 +02:00
filter_sse2.cpp Cycles: Fix compilation error of filter kernels on 32 bit Windows 2017-08-08 22:01:17 +02:00
filter_sse3.cpp Cycles: Fix compilation error of filter kernels on 32 bit Windows 2017-08-08 22:01:17 +02:00
filter_sse41.cpp Code refactor: use float4 instead of intrinsics for CPU denoise filtering. 2017-08-07 14:01:24 +02:00
filter.cpp Cycles: Implement denoising option for reducing noise in the rendered image 2017-05-07 14:40:58 +02:00
kernel_avx2.cpp Cycles: Implement denoising option for reducing noise in the rendered image 2017-05-07 14:40:58 +02:00
kernel_avx.cpp Cycles: Implement denoising option for reducing noise in the rendered image 2017-05-07 14:40:58 +02:00
kernel_cpu_image.h Unlimited number of textures for Cycles 2017-04-27 09:35:22 +02:00
kernel_cpu_impl.h Cycles: Add kernel to enqueue inactive rays 2017-06-10 03:51:18 -04:00
kernel_cpu.h Cycles: Add kernel to enqueue inactive rays 2017-06-10 03:51:18 -04:00
kernel_split_avx2.cpp Cycles: Implement denoising option for reducing noise in the rendered image 2017-05-07 14:40:58 +02:00
kernel_split_avx.cpp Cycles: Implement denoising option for reducing noise in the rendered image 2017-05-07 14:40:58 +02:00
kernel_split_sse2.cpp Cycles: Implement denoising option for reducing noise in the rendered image 2017-05-07 14:40:58 +02:00
kernel_split_sse3.cpp Cycles: Implement denoising option for reducing noise in the rendered image 2017-05-07 14:40:58 +02:00
kernel_split_sse41.cpp Cycles: Implement denoising option for reducing noise in the rendered image 2017-05-07 14:40:58 +02:00
kernel_split.cpp Cycles: Make all #include statements relative to cycles source directory 2017-03-29 13:41:11 +02:00
kernel_sse2.cpp Cycles: Implement denoising option for reducing noise in the rendered image 2017-05-07 14:40:58 +02:00
kernel_sse3.cpp Cycles: Implement denoising option for reducing noise in the rendered image 2017-05-07 14:40:58 +02:00
kernel_sse41.cpp Cycles: Implement denoising option for reducing noise in the rendered image 2017-05-07 14:40:58 +02:00
kernel.cpp Cycles: Cleanup, indentaiton and trailing whitespace and wrapping 2017-04-28 13:21:17 +02:00