tornavis/intern/cycles
Sergey Sharybin 2e8914549b 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.
2017-12-08 12:03:11 +01:00
..
app Fix Cycles standalone crash when saving output, after recent refactoring. 2017-12-02 05:45:09 +01:00
blender Cycles: add object level holdout property. 2017-11-29 18:11:40 +01:00
bvh Cycles: Fix wrong shading when some mesh triangle has non-finite coordinate 2017-10-18 12:19:53 +02:00
cmake CMake: Add option to build against system-wide Glog 2017-04-21 14:36:34 +02:00
device Cycles: Fix constness for load_kernels in device_cpu.cpp 2017-12-06 00:00:18 +01:00
doc Cycles: relicense GNU GPL source code to Apache version 2.0. 2013-08-18 14:16:15 +00:00
graph Cycles: Fix compilation error with latest OIIO 2017-11-10 10:04:33 +01:00
kernel Cycles: Fix difference in image Clip extension method between CPU and GPU 2017-12-08 12:03:11 +01:00
render Fix T53357: harmless assert after recent addition of render time pass. 2017-11-23 17:14:35 +01:00
subd Cycles: Make all #include statements relative to cycles source directory 2017-03-29 13:41:11 +02:00
test Fix Cycles gtests build on macOS. 2017-10-24 17:52:20 +02:00
util Cycles: Improve denoising speed on GPUs with small tile sizes 2017-11-30 07:37:08 +01:00
CMakeLists.txt Cycles: Fix compilation error with OIIO compiled against system PugiXML 2017-11-13 10:42:29 +01:00