fractorium/Source/EmberCL
Person fcd060976c --User changes
-Support 4k monitors, and in general, properly scale any monitor that is not HD.
 -Allow for a spatial filter of radius zero, which means do not use a spatial filter.
 -Add new variations: concentric, cpow3, helicoid, helix, rand_cubes, sphereblur.
 -Use a new method for computing elliptic which is more precise. Developed by Discord user Claude.
 -Remove the 8 variation per xform limitation on the GPU.
 -Allow for loading the last flame file on startup, rather than randoms.
 -Use two different default quality values in the interactive renderer, one each for CPU and GPU.
 -Creating linked xforms was using non-standard behavior. Make it match Apo and also support creating multiple linked xforms at once.

--Bug fixes
 -No variations in an xform used to have the same behavior as a single linear variation with weight 1. While sensible, this breaks backward compatibility. No variations now sets the output point to zeroes.
 -Prevent crashing the program when adjusting a value on the main window while a final render is in progress.
 -The xaos table was inverted.

--Code changes
 -Convert projects to Visual Studio 2017.
 -Change bad vals from +- 1e10 to +-1e20.
 -Reintroduce the symmetry tag in xforms for legacy support in programs that do not use color_speed.
 -Compiler will not let us use default values in templated member functions anymore.
2017-11-26 17:27:00 -08:00
..
DEOpenCLKernelCreator.cpp 06/09/2017 2017-06-09 19:38:06 -07:00
DEOpenCLKernelCreator.h --User changes 2016-04-03 18:55:12 -07:00
DllMain.cpp More Linux work, getting started with QtCreator. 2014-12-08 02:18:16 -08:00
EmberCLFunctions.h Features: 2017-07-22 13:43:35 -07:00
EmberCLPch.h 1.0.0.2 12/05/2016 2016-12-05 19:04:33 -08:00
EmberCLStructs.h --User changes 2017-11-26 17:27:00 -08:00
FinalAccumOpenCLKernelCreator.cpp Features: 2017-07-22 13:43:35 -07:00
FinalAccumOpenCLKernelCreator.h Features: 2017-07-22 13:43:35 -07:00
FunctionMapper.cpp --User changes 2017-11-26 17:27:00 -08:00
FunctionMapper.h 06/09/2017 2017-06-09 19:38:06 -07:00
IterOpenCLKernelCreator.cpp --User changes 2017-11-26 17:27:00 -08:00
IterOpenCLKernelCreator.h --User changes 2016-04-03 18:55:12 -07:00
OpenCLInfo.cpp Misc intermediate fixes, more work on these to follow. 2016-04-21 15:33:00 -07:00
OpenCLInfo.h Misc intermediate fixes, more work on these to follow. 2016-04-21 15:33:00 -07:00
OpenCLWrapper.cpp 1.0.0.6 Release 2017-09-02 23:01:10 -07:00
OpenCLWrapper.h Bug fixes: 2017-08-27 21:24:33 -07:00
RendererCL.cpp --User changes 2017-11-26 17:27:00 -08:00
RendererCL.h Bug fixes: 2017-08-07 19:53:13 -07:00
RendererClDevice.cpp Bug fixes: 2017-08-07 19:53:13 -07:00
RendererClDevice.h --Bug fixes 2016-03-01 17:26:45 -08:00