blender/intern/cycles
Patrick Mours c66f00dc26 Fix Cycles rendering with OptiX after instance limit increase when building with old SDK
Commit d259e7dcfbbd37cec5a45fdfb554f24de10d0268 increased the instance limit, but only provided
a fall back for the host code for older OptiX SDKs, not for kernel code. This caused a mismatch when
an old SDK was used (as is currently the case on buildbot) and subsequent rendering artifacts. This
fixes that by moving the bit that is checked to a common location that works with both old an new
SDK versions.
2021-01-08 13:38:26 +01:00
..
app CMake: refresh building and external library handling of Cycles standalone 2020-09-04 17:10:50 +02:00
blender Cleanup: clang-format 2021-01-04 17:38:11 +11:00
bvh Fix T83915: Subdivision Surface modifier causes visual artifacts in Cycles rendered viewport - CPU and OptiX 2021-01-05 17:59:38 +01:00
cmake Cleanup: CMake: Remove arguments from endif(..) 2020-10-12 18:51:48 +05:30
device Fix Cycles rendering with OptiX after instance limit increase when building with old SDK 2021-01-08 13:38:26 +01:00
doc CMake: refresh building and external library handling of Cycles standalone 2020-09-04 17:10:50 +02:00
graph Cycles: fix Node::tag_modified not setting modified flag's upper bits 2020-11-09 14:52:48 +01:00
kernel Fix Cycles rendering with OptiX after instance limit increase when building with old SDK 2021-01-08 13:38:26 +01:00
render Fix T83915: Subdivision Surface modifier causes visual artifacts in Cycles rendered viewport - CPU and OptiX 2021-01-05 17:59:38 +01:00
subd Cycles API: encapsulate Node socket members 2020-11-04 13:03:33 +01:00
test Cycles API: encapsulate Node socket members 2020-11-04 13:03:33 +01:00
util Cycles: Fix tricubic sampling with NanoVDB 2020-11-09 12:37:47 +01:00
CMakeLists.txt Cleanup: use string APPEND/PREPEND 2020-11-06 12:32:54 +11:00