blender/intern/cycles/kernel/kernels/cpu
Hristo Gueorguiev 06c051363b Cycles: split kernel_shadow_blocked to AO & DL parts
Reduces memory allocation for split kernel.

This allows for faster rendering due to bigger global size,
specially when GPU memory is limited.

Perfromance results:

                         R9 290 total render time
                        Before    After   Change
BMW                      4:37      4:34   -1.1 %
Classroom               14:43     14:30   -1.5 %
Fishy Cat               11:20     11:04   -2.4 %
Koro                    12:11     12:04   -1.0 %
Pabellon Barcelona      22:01     20:44   -5.8 %
Pabellon Barcelona(*)   15:32     15:09   -2.5 %

(*) without glossy connected to volume
2017-03-09 17:09:37 +01:00
..
kernel_avx2.cpp Cycles: Enable SSE options of math module for AVX2 kernels 2016-10-12 12:54:31 +02:00
kernel_avx.cpp Cycles: Enable SSE math optimization for AVX kernels 2016-10-25 16:10:47 +02:00
kernel_cpu_image.h Cycles: Change code order for Image Data Types. 2016-08-11 22:30:03 +02:00
kernel_cpu_impl.h Cycles: split kernel_shadow_blocked to AO & DL parts 2017-03-09 17:09:37 +01:00
kernel_cpu.h Cycles: split kernel_shadow_blocked to AO & DL parts 2017-03-09 17:09:37 +01:00
kernel_split_avx2.cpp Cycles: CPU implementation of split kernel 2017-03-08 00:52:41 -05:00
kernel_split_avx.cpp Cycles: CPU implementation of split kernel 2017-03-08 00:52:41 -05:00
kernel_split_sse2.cpp Cycles: CPU implementation of split kernel 2017-03-08 00:52:41 -05:00
kernel_split_sse3.cpp Cycles: CPU implementation of split kernel 2017-03-08 00:52:41 -05:00
kernel_split_sse41.cpp Cycles: CPU implementation of split kernel 2017-03-08 00:52:41 -05:00
kernel_split.cpp Cycles: CPU implementation of split kernel 2017-03-08 00:52:41 -05:00
kernel_sse2.cpp Cycles: Cleanup, indent nested preprocessor directives 2016-03-25 13:55:42 +01:00
kernel_sse3.cpp Cycles: Cleanup, indent nested preprocessor directives 2016-03-25 13:55:42 +01:00
kernel_sse41.cpp Cycles: Cleanup, indent nested preprocessor directives 2016-03-25 13:55:42 +01:00
kernel.cpp Cycles: Enable SSE math optimization for AVX kernels 2016-10-25 16:10:47 +02:00