Blender Git Statistics -> Branches -> temp-cycles-denoising
"Temp-cycles-denoising" branch
Total commits : 322
Total committers : 3
First Commit : May 27, 2016
Latest Commit : May 4, 2017
Commits by Month
Date | Number of Commits | |
---|---|---|
May, 2017 | 10 | |
April, 2017 | 25 | |
March, 2017 | 44 | |
February, 2017 | 49 | |
January, 2017 | 10 | |
December, 2016 | 12 | |
November, 2016 | 47 | |
October, 2016 | 0 | |
September, 2016 | 5 | |
August, 2016 | 51 | |
July, 2016 | 44 | |
June, 2016 | 20 | |
May, 2016 | 5 |
Committers
Author | Number of Commits |
---|---|
Lukas Stockner | 320 |
jens verwiebe | 1 |
Sergey Sharybin | 1 |
Popular Files
Filename | Total Edits |
---|---|
device_cpu.cpp | 78 |
device_cuda.cpp | 55 |
kernel_filter.h | 44 |
blender_session.cpp | 42 |
session.cpp | 37 |
kernel_types.h | 35 |
kernel_cpu_impl.h | 29 |
buffers.cpp | 24 |
session.h | 24 |
util_math_matrix.h | 24 |
Latest commits
May 4, 2017, 12:57 (GMT) |
Cycles Denoising: Fix reading of the new properties |
May 4, 2017, 12:20 (GMT) |
Merge remote-tracking branch 'origin/master' into temp-cycles-denoising |
May 4, 2017, 12:19 (GMT) |
Cycles Denoising: Add option to store feature passes in the render result Useful for debugging and possibly in the future in combination with a standalone animation denoising mode |
May 4, 2017, 12:19 (GMT) |
Cycles Denoising: Move denoising properties to the Cycles addon and improve the UI |
May 3, 2017, 19:41 (GMT) |
Cycles Denoising: Fix crash in CPUDevice The code initialized allocated memory by assigning the KernelGlobals to it. However, that calls the assignment operator, which frees previous elements which were never allocated. |
May 3, 2017, 19:35 (GMT) |
Merge remote-tracking branch 'origin/master' into temp-cycles-denoising |
May 2, 2017, 11:43 (GMT) |
Merge remote-tracking branch 'origin/master' into temp-cycles-denoising |
May 2, 2017, 11:17 (GMT) |
Cycles Denoising: Fix shadowing pass calculation |
May 2, 2017, 11:16 (GMT) |
Cycles Denoising: Cleanup offset calulation |
May 2, 2017, 11:16 (GMT) |
Cycles Denoising: Only store lower-triangular parts of XtWX matrix This saves 55 floats per pixel, which is quite significant with GPU tile sizes. |
April 24, 2017, 20:17 (GMT) |
Merge remote-tracking branch 'origin/master' into temp-cycles-denoising |
April 24, 2017, 20:15 (GMT) |
Cycles Denoising: Merge all the changes from the version that's being reviewed No functional changes. |
April 20, 2017, 21:03 (GMT) |
Merge remote-tracking branch 'origin/master' into temp-cycles-denoising |
April 19, 2017, 18:45 (GMT) |
Merge remote-tracking branch 'origin/master' into temp-cycles-denoising |
April 19, 2017, 18:35 (GMT) |
Cycles Denoising: Disable local (aka shared) memory on OpenCL On GPU architectures, storing the design row in local memory improves performance due to lower global memory bandwidth requirements. However, if the GPU doesn't have enough local memory available, occupancy suffers which makes it even slower than the global memory version. On CUDA, the amount of available local memory (shared memory in CUDA terminology) can be controlled, but that's not possible on OpenCL. So, to avoid a huge performance hit when the local memory isn't enough, it's disabled on OpenCL. |
April 19, 2017, 18:35 (GMT) |
Cycles Denoising: Fix compilation on AMD CPU OpenCL |
April 19, 2017, 18:35 (GMT) |
Cycles Denoising: Remove variable for split kernel variance The devices know whether they're using the split kernel or not, there's no need to store the information. |
April 19, 2017, 18:35 (GMT) |
Cycles Denoising: Remove unused filter_compat headers |
April 19, 2017, 18:35 (GMT) |
Cycles Denoising: Remove obsolete filter kernel and argument |
April 19, 2017, 18:34 (GMT) |
Cycles Denoising: Fix filter kernel build system |
MiikaHweb - Blender Git Statistics v1.06