fractorium/Source/EmberCL
mfeemster 07592c9d78 Remove ReadMe.txt from all project files.
Add Curves.h, and CurvesGraphicsView.h/cpp to support bezier color curves.
Add Curves member to Ember.
Add curves capability to EmberCL.
Remove some unused variables in the kernel created in RendererCL::CreateFinalAccumKernelString().
Use glm namespace for vec classes if GLM_VERSION >= 96, else use glm::detail.
As a result of using glm namespace, all instances of min and max had to be qualified with std::
Split ComputeCamera into that and ComputeQuality().
Reduce the amount of ComputeCamera() and MakeDmap() calls on each incremental iter that doesn't use temporal samples.
Fix clamping bug with DE filter widths.
Provide functions to return the kernels from RendererCL to assist with diagnostics and debugging.
Prevent extra newline in EmberRender when only rendering a single image.
Add the ability to delete an ember at a given index in EmberFile.
Allow deleting/focusing ember in library tab with delete and enter keys.
Reorder some code in Fractorium.h to match the tabs order.
Add and call ClearFinalImages() to clear buffers in controller to fix bug where previous CPU render would be shown for a split second when switching from OpenCL back to CPU.
Refactor ember library pointer syncing to a function SyncPointers().
Add the ability to save ember Xmls to an unique automatically generated name after the first time the user has specified a name.
2015-03-21 15:27:37 -07:00
..
DEOpenCLKernelCreator.cpp More Linux work. Convert all casts to new style, away from legacy. 2014-12-06 23:51:44 -08:00
DEOpenCLKernelCreator.h Replace unsigned int, and char with uint and uchar. 2014-12-05 21:05:09 -08:00
DllMain.cpp More Linux work, getting started with QtCreator. 2014-12-08 02:18:16 -08:00
EmberCLFunctions.h Remove ReadMe.txt from all project files. 2015-03-21 15:27:37 -07:00
EmberCLPch.h Additional changes to work with Simon's pull request. 2015-01-29 18:22:15 -08:00
EmberCLStructs.h Replace unsigned int, and char with uint and uchar. 2014-12-05 21:05:09 -08:00
FinalAccumOpenCLKernelCreator.cpp Remove ReadMe.txt from all project files. 2015-03-21 15:27:37 -07:00
FinalAccumOpenCLKernelCreator.h Add "ISO-8859-1" as the encoding type when reading Xml files. 2014-12-05 20:04:41 -08:00
IterOpenCLKernelCreator.cpp 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
IterOpenCLKernelCreator.h Replace unsigned int, and char with uint and uchar. 2014-12-05 21:05:09 -08:00
OpenCLWrapper.cpp Report memory required in final render dialog. 2014-12-09 00:24:28 -08:00
OpenCLWrapper.h Report memory required in final render dialog. 2014-12-09 00:24:28 -08:00
RendererCL.cpp Remove ReadMe.txt from all project files. 2015-03-21 15:27:37 -07:00
RendererCL.h Remove ReadMe.txt from all project files. 2015-03-21 15:27:37 -07:00