Blender Git Loki
Git Commits -> Revision a50c381
Revision a50c381 by Sergey Sharybin (blender-v2.79a-release, blender-v2.79b-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) January 22, 2018, 11:20 (GMT) |
Cycles: Fix difference in image Clip extension method between CPU and GPU Our own implementation was behaving different comparing to OSL and GPU, namely on the border pixels OSL and CUDA was doing interpolation with black, but we were clamping coordinate. This partially fixes issue reported in T53452. Similar change should also be done for 3D interpolation perhaps, but this is to be investigated separately. |
Commit Details:
Full Hash: a50c381fac664857f1659d42aa86167236eb28cb
Parent Commit: b90f392
Lines Changed: +27, -17
1 Modified Path:
/intern/cycles/kernel/kernel_compat_cpu.h (+27, -17) (Diff)