Fix Cycles HIP RT issues with curves and transparent shadows #111414

Merged
Brecht Van Lommel merged 6 commits from salipour/AMD_HIPRT:AMD_HIPRT into main 2023-09-04 17:55:28 +02:00

6 Commits

Author SHA1 Message Date
Brecht Van Lommel 46df26d49b Fix formatting 2023-09-04 17:52:30 +02:00
Brecht Van Lommel 4aa825234f Merge branch 'main' into AMD_HIPRT
buildbot/vexp-code-patch-coordinator Build done. Details
2023-08-30 11:51:56 +02:00
Sahar A. Kashi 65506ff906 Merge branch 'AMD_HIPRT' of projects.blender.org:salipour/AMD_HIPRT into AMD_HIPRT
buildbot/vexp-code-patch-coordinator Build done. Details
# Conflicts:
#	intern/cycles/device/multi/device.cpp
2023-08-22 16:52:50 -07:00
Sahar A. Kashi fd3353bca1 Fix for transparent shadows. Updating how primitive ID/type is queried.
Since curve intersection test is done through the custom function, members
of hiprtHit already contain the global primitive information and don't need
to be updated inside the filter function.
2023-08-22 16:28:11 -07:00
Sahar A. Kashi 7b56d7068b Fix for transparent shadows. Updating how primitive ID/type is queried.
Since curve intersection test is done through the custom function, members
of hiprtHit already contain the global primitive information and don't need
to be updated inside the filter function.
2023-08-22 16:21:20 -07:00
Sahar A. Kashi 92514dd339 Fix for issue #109417: Blender crashes when trying to render with HIP RT (with Multi Device Rendering) 2023-07-26 15:24:39 -07:00