Merge branch 'blender-v4.4-release'
This commit is contained in:
@@ -320,10 +320,7 @@ ccl_device_inline bool point_custom_intersect(const hiprtRay &ray,
|
||||
void *payload,
|
||||
hiprtHit &hit)
|
||||
{
|
||||
/* Point cloud intersections are currently disabled to decrease register pressure in the ray
|
||||
* tracing kernels. This increases the number of in-flight ray traversal waves, and fixes the
|
||||
* performance regression reported in #127464 */
|
||||
# if defined(__POINTCLOUD__) && 0
|
||||
# if defined(__POINTCLOUD__)
|
||||
RayPayload *local_payload = (RayPayload *)payload;
|
||||
KernelGlobals kg = local_payload->kg;
|
||||
int object_id = kernel_data_fetch(user_instance_id, hit.instanceID);
|
||||
|
||||
Submodule lib/macos_arm64 updated: 12bc8fc4f3...e07a7e9ab9
Submodule lib/macos_x64 updated: 9704cc6a62...20af2f441e
Reference in New Issue
Block a user