fractorium/Source/EmberCL
Person 15fdc860b8 --User changes
-Add buttons to copy and paste affine transforms.
 -Show xform names on the column headers of the xaos table.
 -Add a color-coded third column to the variations tree which shows any properties of each variation which are non-standard.
 -Draw a transparent circle over hovered xforms.
 -Change how xforms respond to dragging. Rotate only is now the default, and scale will only happen with shift.
 --Optionally do scale and rotate when holding shift, via a setting in the options dialog.

--Bug fixes
 -Snapping when dragging was wrong sometimes.
 -The program would very rarely crash on startup due to some values being in an uninitialized state.

--Code changes
 -Change almost every variation to use fma() in OpenCL when doing computations of the form a * b + c. This provides a slight speedup, mostly in double precision mode.
 -Also apply fma() to affine calcs.
 -Cleanup of OpenGL affine drawing code.
 -Separate the concept of hovering and selecting xforms.
2018-09-15 03:11:12 -07: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 2018-03-27 21:32:10 -07: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 2018-09-15 03:11:12 -07:00
FunctionMapper.h 06/09/2017 2017-06-09 19:38:06 -07:00
IterOpenCLKernelCreator.cpp --User changes 2018-09-15 03:11:12 -07:00
IterOpenCLKernelCreator.h --User changes 2016-04-03 18:55:12 -07:00
OpenCLInfo.cpp --User changes 2018-04-28 22:28:05 -07:00
OpenCLInfo.h --User changes 2018-04-28 22:28:05 -07:00
OpenCLWrapper.cpp --User changes 2018-04-28 22:28:05 -07:00
OpenCLWrapper.h Bug fixes: 2017-08-27 21:24:33 -07:00
RendererCL.cpp --User changes 2018-07-30 21:39:41 -07:00
RendererCL.h --User changes 2018-07-30 21:39:41 -07:00
RendererClDevice.cpp --User changes 2018-04-28 22:28:05 -07:00
RendererClDevice.h --User changes 2018-04-28 22:28:05 -07:00