fractorium/Source/EmberCL
mfeemster e6882ee865 --User changes
-Better handling of crossed min/max DE filter values on the GUI.
 -Changes to spatial and density filter values will no longer restart the entire render.
 -Support reading cam_zoom from xml as zoom since JWildfire uses cam_zoom.
 -Change drag n drop behavior: the default is now to append, hold Ctrl to overwrite.
 -Set max value of zoom to 25 because it will crash with values around 28 or 29 due to numeric overflow when scaling quality.
 -Update links in About Dialog.
 -Rename some controls in Options Dialog.
 -Move the color curves control to the Palette tab.

--Bug fixes
 -Remove extra space in info tree text when dealing with a linked xform.
 -Update summary xform name field whenever xform name changes.
 -Get rid of selection border on summary tab xform tree cells.
 -Only add variations from Xml that have a non-zero weight. There seemed to be spurious flattens coming from Apo with a weight of 0.

--Code changes
 -Gutters are now a fixed size of 8 * supersample.
 -Use stl data() member to get pointer to first element instead of &vec[0].
 -Eliminate extra calls in renderer to ComputeBounds(), CreateSpatialFilter() and CreateTemporalFilter() to only be done at the start of a render.
 -Another attempt at vectorizing LogScaleDensityFilter(). Vectorizes, but not sure if it helps.
 -Some other loop optimizations in Renderer.
 -No longer check temporal samples in response to some control changes, they are always 1 in the interactive renderer.
2016-03-28 18:49:10 -07:00
..
DEOpenCLKernelCreator.cpp --User changes 2016-03-12 19:25:19 -08:00
DEOpenCLKernelCreator.h --Bug fixes 2016-03-01 17:26:45 -08:00
DllMain.cpp More Linux work, getting started with QtCreator. 2014-12-08 02:18:16 -08:00
EmberCLFunctions.h --User changes 2015-11-22 14:15:07 -08:00
EmberCLPch.h --Bug fixes 2016-03-01 17:26:45 -08:00
EmberCLStructs.h --User changes 2016-01-29 17:02:15 -08:00
FinalAccumOpenCLKernelCreator.cpp --User changes 2016-03-28 18:49:10 -07:00
FinalAccumOpenCLKernelCreator.h --User changes 2015-08-12 18:51:07 -07:00
FunctionMapper.cpp --User changes 2016-02-11 21:38:21 -08:00
FunctionMapper.h --User changes 2016-02-11 21:38:21 -08:00
IterOpenCLKernelCreator.cpp --User changes 2016-02-11 21:38:21 -08:00
IterOpenCLKernelCreator.h --User changes 2016-02-11 21:38:21 -08:00
OpenCLInfo.cpp --User changes 2016-02-11 21:38:21 -08:00
OpenCLInfo.h --User changes 2015-12-31 13:41:59 -08:00
OpenCLWrapper.cpp --User changes 2016-03-12 19:25:19 -08:00
OpenCLWrapper.h --Bug fixes 2016-02-25 21:38:45 -08:00
RendererCL.cpp --User changes 2016-03-12 19:25:19 -08:00
RendererCL.h --User changes 2016-03-12 19:25:19 -08:00
RendererClDevice.cpp --Bug fixes 2016-03-01 17:26:45 -08:00
RendererClDevice.h --Bug fixes 2016-03-01 17:26:45 -08:00