aboutsummaryrefslogtreecommitdiff
path: root/fractal-gen.c
Commit message (Collapse)AuthorAge
* Add missing free()sDavid Phillips2017-02-23
|
* Change kernel iteration type from uint to ulongDavid Phillips2017-02-23
|
* Expose platform selection to userDavid Phillips2017-02-22
|
* Add macro to set CL kernel source directoryDavid Phillips2017-02-18
| | | | | This will future-proof the software for installation to system roots, where the executable isn't being run in the source tree.
* Fix misplaced %s in formatDavid Phillips2017-02-12
|
* Give test.cl a more meaningful nameDavid Phillips2017-02-12
|
* Disallow negative sizes and iteration limitsDavid Phillips2017-02-12
| | | | Previously, we only checked for these valuse being zero, but not negative.
* Remove more hardcoded crapDavid Phillips2017-02-12
|
* Don't hardcode stuffDavid Phillips2017-02-12
|
* Add rough, hard-coded mock-up to prove trampolineDavid Phillips2017-02-12
| | | | | | | This needs the hard-coded constants taken out of it asap to merge with master. The code is strictly temporary as a measure to prove that the CL trampoline works and we are actually able to get images from the device.
* Add early-days source filesDavid Phillips2017-01-21