aboutsummaryrefslogtreecommitdiff
path: root/algorithms
Commit message (Collapse)AuthorAge
* Rename cores => threadsDavid Phillips2016-10-26
|
* Coords are now centre of image rather than top leftDavid Phillips2016-06-01
|
* Push position+scale changes to burning ship and as a result, remove specific ↵David Phillips2016-05-31
| | | | algorithm for lattice bship
* Initial roughing of custom image location, mandelbrot onlyDavid Phillips2016-05-27
|
* Style changeDavid Phillips2016-05-19
|
* Invert load sharing for thread vs cluster nodeDavid Phillips2016-05-05
| | | | | | Rows are divided between cluster nodes and columns between threads. This is a major change for anyone using this in a cluster, but it was done so to enable the frame interlacer to use buffered reads and writes.
* Remove unnecessary header guardsDavid Phillips2016-04-08
|
* Bump copyright dateDavid Phillips2016-04-08
|
* Add missing header fileDavid Phillips2016-03-31
|
* Style and misc updatesDavid Phillips2016-03-30
|
* Decomposed horrible loaded for loops, removed tricornDavid Phillips2015-08-13
|
* This never happened...David Phillips2015-07-28
|
* FixingDavid Phillips2015-07-28
|
* Started work on cluster-style parallel processingDavid Phillips2015-07-24
|
* Added license to top of all sourcesDavid Phillips2015-07-07
|
* Made it easier to add new algos, added tricorn algo, burning ship lattice ↵David Phillips2015-06-10
ship algo