samplers/erpt.cpp
2009-10-23 Huge cleanups in core and fallouts.
2009-10-15 New improved wavelength sampling scheme.
2009-10-14 Fixed several warning messages when compiling with gcc and -Wall option
2009-09-15 Modify ERPT to more closely resemble metropolis.
2009-09-08 Remove some old cruft from the contributions system.
2009-08-31 Huge cleanup to Color usage:
2009-08-21 Updated copyright notice for 2009.
2009-04-22 Change prototype of AllocAligned and FreeAligned to simplify usage.
2009-01-20 Light groups are comming!
2008-12-06 Fix ERPT sampler after last Sampler interface changes.
2008-10-29 Major: Added initial ContributionPool and buffering classes
2008-10-25 Better rejection of abnormal contributions in erpt sampler.
2008-10-05 Various cleanups/fixes/optimizations.
2008-09-07 New dynload implementation:
2008-08-20 major: removed boost::tss use for swavelengths and rng - initial cleanups
2008-07-31 Fix ERPT implementation.
2008-06-30 Simplify halspp tests in samplers.
2008-06-15 Fixed a problem with haltspp and multithreading
2008-05-31 Fixed a bug in ~MetropolisSampler() and ~ERPTSampler (bug #163)
2008-05-29 Fix stop condition of metropolis and ERPT samplers.
2008-05-27 Added the haltspp parameter to Film as discussed in bug #150
2008-05-26 Written the support for stop condition in erpt pixel sampler
2008-04-24 Improve convergence by compensating for the imbalance introduced by the integer nature of the number of chains.
2008-04-21 Add stratified image sampling to ERPT sampler.
2008-04-03 Try to prevent adding irrelevant contributions to the film (nan, inf, ...).
2008-04-03 Add an experimental path tracer with direct connection to the eye.
2008-03-27 Convert all integrators to the new interfaces.
2008-03-27 Modifications to allow luxrender to compile under cygwin.
2008-03-25 Fix a bug in ERPT that forced at least 1 mutation chain from a seed instead of rejecting too dim samples.
2008-03-18 Add new files to CMakeLists.txt
2008-03-18 new module: fleximage, pathn, particletracing
2008-03-18 Optimize path integrator and ERPT sampler. This is to be replicated for MLT sampler and integrator.
2008-03-17 Small optimization to ERPT.
2008-02-24 Proper parameter for wavelengths mutations. Infrastructure can also handle single wavelength selection but mutations of those can give unexpected results.
2008-02-24 Sanitize lux.h:
2008-02-22 Moved core/reflection.cpp-h into seperate files/dirs - updated GPL headers in all files
2008-02-06 Various fixes and improvements.
2008-02-06 Initial checkin of SWC Spectrum implementation - Read my post in architecture forum!
2008-02-06 Working (or so I think) ERPT implementation.
2008-02-03 Finish the removal of integrationsampler.
2008-01-27 Use several samples for the energy deposition calculation
2008-01-24 Fix an issue with path tracing that prevented mutations beyond the third node of the path with the metropolis sampler.