blender/intern/cycles
OmarSquircleArt c060a4a714 Fix: Compile error due to undefined isinf function.
Some implementations of the standard c++ library doesn't define its
functions in the global namespace. So the `isinf` function might
fail in some systems. To fix this, we use the `ensure_finite`
function instead.

Reviewers: brecht

Differential Revision: https://developer.blender.org/D5687
2019-09-05 13:21:21 +02:00
..
app Fix T62408: Cycles viewport adaptive subdivision hangs after updates 2019-04-21 03:05:38 +02:00
blender Shading: Rewrite Mapping node with dynamic inputs. 2019-09-04 23:17:13 +02:00
bvh Cycles: refactor of BVH building to prepare for Optix 2019-08-26 17:39:57 +02:00
cmake ClangFormat: apply to source, most of intern 2019-04-17 06:21:24 +02:00
device Cycles: OpenCL Separate Compilation Debug Flag 2019-08-30 13:53:23 +02:00
doc ClangFormat: apply to source, most of intern 2019-04-17 06:21:24 +02:00
graph Fix undefined symbols for ccl::Node with some compilers and build options 2019-08-27 12:50:08 +02:00
kernel Fix: Compile error due to undefined isinf function. 2019-09-05 13:21:21 +02:00
render Shading: Rewrite Mapping node with dynamic inputs. 2019-09-04 23:17:13 +02:00
subd Cleanup: clang-format, spelling 2019-08-30 10:55:31 +10:00
test Shading: Add more operators to Vector Math node. 2019-08-21 19:36:33 +02:00
util Shading: Rewrite Mapping node with dynamic inputs. 2019-09-04 23:17:13 +02:00
CMakeLists.txt Build: disable RTTI for the entire Cycles module, not only the kernel 2019-08-02 19:03:57 +02:00