Blender Git Commit Log
Git Commits -> Revision fd52dc5
Revision fd52dc5 by Patrick Mours (master) August 26, 2019, 08:26 (GMT) |
Cycles: GPU code generation optimizations for direct lighting Use a single loop to iterate over all lights, reducing divergence and amount of code to generate. Moving ray intersection calls out of conditionals will also help the Optix compiler. Ref D5363 |
Commit Details:
Full Hash: fd52dc58ddea642b7162b01538c0c6c48abb0507
Parent Commit: f491c23
Committed By: Brecht Van Lommel
Lines Changed: +234, -325