blender/intern/cycles/device/opencl
Brecht Van Lommel 073bf8bf52 Cycles: remove WITH_CYCLES_DEBUG, add WITH_CYCLES_DEBUG_NAN
WITH_CYCLES_DEBUG was used for rendering BVH debugging passes. But since we
mainly use Embree an OptiX now, this information is no longer important.

WITH_CYCLES_DEBUG_NAN will enable additional checks for NaNs and invalid values
in the kernel, for Cycles developers. Previously these asserts where enabled in
all debug builds, but this is too likely to crash Blender in scenes that render
fine regardless of the NaNs. So this is behind a CMake option now.

Fixes T90240
2021-07-28 19:27:57 +02:00
..
device_opencl_impl.cpp Cycles: remove WITH_CYCLES_DEBUG, add WITH_CYCLES_DEBUG_NAN 2021-07-28 19:27:57 +02:00
device_opencl.h Cycles OpenCL: disable AO preview kernels 2021-05-19 18:30:43 +02:00
memory_manager.cpp Fix OpenCL render error in large scenes 2020-09-17 13:07:28 +02:00
memory_manager.h Cleanup: make format after SortedIncludes change 2020-03-19 09:33:58 +01:00
opencl_util.cpp Cleanup: full sentences in comments, improve comment formatting 2021-06-26 21:50:48 +10:00