blender/intern/cycles
Patrick Mours cf7343a355 Fix Cycles kernel compile error with NanoVDB because of type redefinition
Cycles defines some basic integer types since it cannot use the standard headers when
compiling with NVRTC. NanoVDB however only does this when the "__CUDACC_RTC__" define
is set and otherwise includes the standard "stdint.h" header which clashes with those typedefs.
So for compatibility do the same thing in the Cycles kernel headers. See also T81454.
2020-11-02 18:00:13 +01:00
..
app CMake: refresh building and external library handling of Cycles standalone 2020-09-04 17:10:50 +02:00
blender Merge branch 'blender-v2.91-release' 2020-10-29 17:41:46 +01:00
bvh Cycles: silence unused variable warning 2020-10-29 18:33:29 +01:00
cmake Cleanup: CMake: Remove arguments from endif(..) 2020-10-12 18:51:48 +05:30
device Cycles: Implement tile stealing to improve CPU+GPU rendering performance 2020-10-31 01:57:39 +01:00
doc CMake: refresh building and external library handling of Cycles standalone 2020-09-04 17:10:50 +02:00
graph Revert "Cycles API: encapsulate Node socket members" 2020-10-27 11:40:42 +01:00
kernel Fix Cycles kernel compile error with NanoVDB because of type redefinition 2020-11-02 18:00:13 +01:00
render Cycles: Fix debug compilation after tile stealing commit 2020-10-31 14:04:30 +01:00
subd Revert "Cycles API: encapsulate Node socket members" 2020-10-27 11:40:42 +01:00
test Revert "Cycles API: encapsulate Node socket members" 2020-10-27 11:40:42 +01:00
util Revert "Cycles API: encapsulate Node socket members" 2020-10-27 11:40:42 +01:00
CMakeLists.txt Cycles: Add CUDA 11 build support 2020-10-13 15:15:44 +02:00