ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/doc/notes/ReleaseNotes
(Generate patch)

Comparing ray/doc/notes/ReleaseNotes (file contents):
Revision 1.472 by greg, Tue Jan 21 01:56:27 2025 UTC vs.
Revision 1.473 by greg, Thu Jan 23 02:15:33 2025 UTC

# Line 2768 | Line 2768 | separate modifier paths for the different components.
2768   Added gensurf -i option at the request of Peter Apian-Bennewitz
2769   to reverse surface normals, mostly for data input when it is
2770   a bit more difficult to adjust.
2771 +
2772 + Simplified synchronization between processes sharing indirect
2773 + irradiance values via an ambient file. Removed file locking
2774 + operations in favor of simpler operation relying on O_APPEND flag.
2775 + Not sure if this will have any affect on shared filesystems, but
2776 + it should reduce overhead for massively parallel machines.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines