Blender Git Commit Log
Git Commits -> Revision 4e94a6f
Revision 4e94a6f by Geraldine Chua (soc-2018-cycles-volumes) June 11, 2018, 14:57 (GMT) |
Minor sparse tile fixes. Fixed some really obvious errors with CUDA sampling, and moved the coordinates to index calculation back into kernel, saving a small perecentage of time. |
Commit Details:
Full Hash: 4e94a6f576de76d670b5ed3dd69500fd8c539e67
Parent Commit: e0ea53a
Lines Changed: +60, -29
6 Modified Paths:
/intern/cycles/kernel/kernels/cpu/kernel_cpu_image.h (+16, -11) (Diff)
/intern/cycles/kernel/kernels/cuda/kernel_cuda_image.h (+5, -4) (Diff)
/intern/cycles/kernel/kernels/opencl/kernel_opencl_image.h (+1, -0) (Diff)
/intern/cycles/render/image.cpp (+13, -1) (Diff)
/intern/cycles/render/mesh_volume.cpp (+19, -6) (Diff)
/intern/cycles/util/util_sparse_grid.h (+6, -7) (Diff)
/intern/cycles/kernel/kernels/cuda/kernel_cuda_image.h (+5, -4) (Diff)
/intern/cycles/kernel/kernels/opencl/kernel_opencl_image.h (+1, -0) (Diff)
/intern/cycles/render/image.cpp (+13, -1) (Diff)
/intern/cycles/render/mesh_volume.cpp (+19, -6) (Diff)
/intern/cycles/util/util_sparse_grid.h (+6, -7) (Diff)