blender/intern/cycles
Mai Lavelle cd7d5669d1 Cycles: Remove sum_all_radiance kernel
This was only needed for the previous implementation of parallel samples. As
we don't have that any more it can be removed.

Real reason for removal tho is this: `per_sample_output_buffers` was being
calculated too small and artifacts resulted. The tile buffer is already
the correct size and calculating the size for `per_sample_output_buffers`
is a bit difficult with the current layout of the code. As
`per_sample_output_buffers` was only needed for `sum_all_radiance`,
removing that kernel and writing output to the tile buffer directly
fixes the artifacts.
2017-03-08 01:31:07 -05:00
..
app Cycles: Cleanup, style 2017-01-13 15:24:56 +01:00
blender Cycles: CUDA implementation of split kernel 2017-03-08 01:24:53 -05:00
bvh Fix build error with macOS / clang / c++11. 2017-02-25 03:12:53 +01:00
cmake Fix compilation error when CUDA toolkit is not installed 2016-11-07 14:47:10 +01:00
device Cycles: Remove sum_all_radiance kernel 2017-03-08 01:31:07 -05:00
doc Cycles: relicense GNU GPL source code to Apache version 2.0. 2013-08-18 14:16:15 +00:00
graph Cycles: Don't use guarded vector for statically initialized data 2016-10-24 14:18:22 +02:00
kernel Cycles: Remove sum_all_radiance kernel 2017-03-08 01:31:07 -05:00
render Cycles: Seperate kernel loading time from render time 2017-03-08 01:24:55 -05:00
subd Cycles: Cleanup, style 2016-10-24 12:26:12 +02:00
test Cycles: Cleanup, order of arguments to EXPECT_EQ 2017-02-03 11:35:34 +01:00
util Cycles: CUDA implementation of split kernel 2017-03-08 01:24:53 -05:00
CMakeLists.txt Cycles: Use fast math without finite optimization 2017-02-13 16:25:35 +01:00