Blender Git Commit Log

Git Commits -> Revision c66f00d

Revision c66f00d by Patrick Mours (master)
January 8, 2021, 12:38 (GMT)
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.

Commit Details:

Full Hash: c66f00dc26b08d5f7be6aef080c1a0ec2de19cd7
Parent Commit: e3ae7d1
Lines Changed: +19, -21

2 Modified Paths:

/intern/cycles/device/device_optix.cpp (+13, -14) (Diff)
/intern/cycles/kernel/kernels/optix/kernel_optix.cu (+6, -7) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021