fractorium/Source/EmberCL
mfeemster a800b08b67 --User changes
-Add variations changes to the list of functionality that can be applied to all xforms using the Select tab.
 -Allow for graphical affine adjustments to apply to multiple selected xforms.
 -Slight optimization of the pie variation.
 -Undo state is only saved when the render completes and the mouse buttons are released. This helps avoid intermediate steps for quickly completing renders while dragging.
 -Add some keyboard shortcuts for toolbar and menu items.
 -Make info tab tree always expanded.

--Bug fixes
 -Make precalcs for all hypertile variations safer by using Zeps() for denominators.
 -Changing the current xform with more than one selected would set all xform's color index value that of the current one.
 -Use hard found palette path information for randoms as well.
 -OpenCL build and assignment errors for Z value in epispiral variation.
 -Unitialized local variables in hexaplay3D, crob, pRose3D.

--Code changes
 -Change static member variables from m_ to s_.
 -Get rid of excessive endl and replace with "\n".
 -Remove old IMAGEGL2D define from before Nvidia supported OpenCL 1.2.
 -Remove old CriticalSection code and use std::recursive_mutex.
 -Make Affine2D Rotate() and RotateTrans() take radians instead of angles.
 -More C++11 work.
 -General cleanup.
2016-02-11 21:38:21 -08:00
..
DEOpenCLKernelCreator.cpp --User changes 2015-11-22 14:15:07 -08:00
DEOpenCLKernelCreator.h --User changes 2015-08-12 18:51:07 -07: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 --User changes 2015-12-31 13:41:59 -08:00
EmberCLStructs.h --User changes 2016-01-29 17:02:15 -08:00
FinalAccumOpenCLKernelCreator.cpp --User changes 2015-11-22 14:15:07 -08: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-02-11 21:38:21 -08:00
OpenCLWrapper.h --User changes 2016-02-11 21:38:21 -08:00
RendererCL.cpp --User changes 2016-02-11 21:38:21 -08:00
RendererCL.h --User changes 2016-02-11 21:38:21 -08:00
RendererClDevice.cpp --User changes 2015-12-31 13:41:59 -08:00
RendererClDevice.h --User changes 2015-12-31 13:41:59 -08:00