blender/intern/cycles
Brecht Van Lommel 3866161da8 Fix T61457, T61489, T61482: build errors and memory warning in Cycles.
For OIIO 2.x we must use unique_ptr. This also required updating the
guarded allocator for std::move to work. Since C++11 construct/destroy
have a default implementation that also works this case, so we just
leave it out.
2019-02-13 14:00:36 +01:00
..
app Cycles: delay CUDA and OpenCL initialization to avoid driver crashes. 2019-01-29 17:00:02 +01:00
blender Cycles: add animation denoising test, fix operator to work with single frames. 2019-02-11 18:37:02 +01:00
bvh Cleanup: fix compiler warnings. 2019-01-26 14:49:11 +01:00
cmake Cycles: Added Embree as BVH option for CPU renders. 2018-11-07 12:58:12 +01:00
device Fix T61457, T61489, T61482: build errors and memory warning in Cycles. 2019-02-13 14:00:36 +01:00
doc Cleanup: strip trailing space for cycles 2018-07-06 10:17:58 +02:00
graph Cleanup: add begin/end iterators to Cycles NodeEnum. 2019-01-14 15:57:53 +01:00
kernel Cycles: animation denoising support in the kernel. 2019-02-06 15:18:42 +01:00
render Fix T61457, T61489, T61482: build errors and memory warning in Cycles. 2019-02-13 14:00:36 +01:00
subd Cleanup: remove redundant, invalid info from headers 2019-02-02 02:40:00 +11:00
test Fix (unreported) broken Cycles tests after numaapi changes today. 2018-12-27 23:20:37 +01:00
util Fix T61457, T61489, T61482: build errors and memory warning in Cycles. 2019-02-13 14:00:36 +01:00
CMakeLists.txt Fix build with old CMake versions. 2018-12-05 12:53:19 +01:00