fractorium/Source/Ember
mfeemster 4059767dc4 0.4.1.8 Beta - Date pending testing.
--User changes
 Thread image writing in EmberAnimate and when doing animation sequence in final render dialog.
 Add total time output for verbose mode in EmberAnimate to match EmberRender.

--Bug Fixes
 Fix incorrect iters ran/requested percentage in EmberAnimate to match EmberRender.
 Fix motion blur being disabled when doing animations in final render dialog.
 Allow for boolean command line options which default to true to be set to false.

--Code Changes
 Minor changes to enable a Mac build.
 Double the memory required for the final output buffer in RendererBase::MemoryRequired() when threading image writing.
 Reuse same buffer for RgbaToRgb() in EmberRender and EmberAnimate.
 Only resize in RgbaToRgb() if the two vectors are not the same.
 Add a final output buffer ping-ponging mechanism to facilitate threaded writes in controllers.
2015-01-19 08:39:50 -08:00
..
Affine2D.cpp More linux work. 2014-12-10 21:50:15 -08:00
Affine2D.h More linux work. 2014-12-10 21:50:15 -08:00
CarToRas.h More Linux work. Convert all casts to new style, away from legacy. 2014-12-06 23:51:44 -08:00
DensityFilter.h More Linux work. Convert all casts to new style, away from legacy. 2014-12-06 23:51:44 -08:00
DllMain.cpp Initial VS2013, C++11 and linux commit. This most likely won't build and suffers from some compiler issues. More commits to follow. 2014-08-31 21:25:15 -07:00
Ember.cpp Fix compiler error by explicitly instantiating static objects 2015-01-14 10:21:36 +00:00
Ember.h More Linux work. Convert all casts to new style, away from legacy. 2014-12-06 23:51:44 -08:00
EmberDefines.h 0.4.1.8 Beta - Date pending testing. 2015-01-19 08:39:50 -08:00
EmberPch.cpp Initial source commit 2014-07-08 00:11:14 -07:00
EmberPch.h Fix ember library includes for osx 2015-01-14 10:21:36 +00:00
EmberToXml.h More Linux work. Convert all casts to new style, away from legacy. 2014-12-06 23:51:44 -08:00
Interpolate.h 0.4.1.3 Beta 10/14/2014 2014-10-14 08:53:15 -07:00
Isaac.h Fix compiler error due to usage of << to close a template instantiation 2015-01-14 10:37:40 +00:00
Iterator.h Change CHOOSE_XFORM_GRAIN to be 16384, so we can & with 16383 instead of using modulo. This results in a 9% speed increase on the CPU. 2014-12-09 20:15:02 -08:00
Palette.h More Linux work. Convert all casts to new style, away from legacy. 2014-12-06 23:51:44 -08:00
PaletteList.h More Linux work. Convert all casts to new style, away from legacy. 2014-12-06 23:51:44 -08:00
Point.h More C++11 2014-09-09 22:41:26 -07:00
Renderer.cpp Fix compiler error due to missing 'template' keyword 2015-01-14 10:21:36 +00:00
Renderer.h More Linux work. Convert all casts to new style, away from legacy. 2014-12-06 23:51:44 -08:00
RendererBase.cpp 0.4.1.8 Beta - Date pending testing. 2015-01-19 08:39:50 -08:00
RendererBase.h 0.4.1.8 Beta - Date pending testing. 2015-01-19 08:39:50 -08:00
SheepTools.h More Linux work. Convert all casts to new style, away from legacy. 2014-12-06 23:51:44 -08:00
SpatialFilter.h More Linux work. Convert all casts to new style, away from legacy. 2014-12-06 23:51:44 -08:00
TemporalFilter.h Remove passes. 2014-11-02 23:16:34 -08:00
Timing.h Derive from QOpenGLWidget instead of QGLWidget. 2015-01-01 07:17:05 -08:00
Utils.h Fix destructor exception-permissiveness errors in a less idiotic way 2015-01-14 13:10:25 +00:00
Variation.h More Linux work. Convert all casts to new style, away from legacy. 2014-12-06 23:51:44 -08:00
VariationList.h Replace unsigned int, and char with uint and uchar. 2014-12-05 21:05:09 -08:00
Variations01.h More Linux work. Convert all casts to new style, away from legacy. 2014-12-06 23:51:44 -08:00
Variations02.h More Linux work. Convert all casts to new style, away from legacy. 2014-12-06 23:51:44 -08:00
Variations03.h More Linux work. Convert all casts to new style, away from legacy. 2014-12-06 23:51:44 -08:00
Variations04.h More Linux work. Convert all casts to new style, away from legacy. 2014-12-06 23:51:44 -08:00
Variations05.h More Linux work. Convert all casts to new style, away from legacy. 2014-12-06 23:51:44 -08:00
VariationsDC.h Followon commit 2014-12-09 02:03:54 -08:00
Xform.h Additional casting work. 2014-12-07 00:59:26 -08:00
XmlToEmber.h Fix ember library includes for osx 2015-01-14 10:21:36 +00:00