aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Change kernel argument types to ints, size correctlyHEADmasterDavid Phillips2017-09-28
|
* Fix off-by-one error in cl_error bounds checkingDavid Phillips2017-08-10
|
* POSIX shell correctionDavid Phillips2017-05-30
|
* Jot down quick todoDavid Phillips2017-03-11
|
* Add burning ship fractalDavid Phillips2017-03-03
|
* Make tramp_run_kernel return codes match its peersDavid Phillips2017-02-28
|
* Add simple to do listDavid Phillips2017-02-28
|
* Use absolute path for cl source directoryDavid Phillips2017-02-28
|
* Correct description in licenceDavid Phillips2017-02-28
|
* Add new demo image with high detailDavid Phillips2017-02-27
|
* Better document trampoline.hDavid Phillips2017-02-25
|
* Better initialisation style, remove dead whitespace/indentationDavid Phillips2017-02-25
|
* Improve OpenCL error reporting in tramp_initDavid Phillips2017-02-25
|
* Update readme with usage detailsDavid Phillips2017-02-24
|
* Add missing free()sDavid Phillips2017-02-23
|
* Change kernel iteration type from uint to ulongDavid Phillips2017-02-23
|
* Add one more missing dependency on header fileDavid Phillips2017-02-22
|
* Add quick platform fix to demo image scriptDavid Phillips2017-02-22
|
* Expose platform selection to userDavid Phillips2017-02-22
|
* Add header dependencies to objectsDavid Phillips2017-02-22
|
* Remove unnecessary cast to floatDavid Phillips2017-02-18
|
* Tidy performance data, disclose float size differenceDavid Phillips2017-02-18
|
* 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.
* Add more performance data to READMEDavid Phillips2017-02-17
|
* Clear up grammarDavid Phillips2017-02-17
|
* Add real data to READMEDavid Phillips2017-02-16
|
* Add demo imageDavid Phillips2017-02-16
|
* Create simple demo image creation scriptDavid Phillips2017-02-16
|
* Fix misplaced %s in formatDavid Phillips2017-02-12
|
* Further improve error messages/reportingDavid Phillips2017-02-12
|
* Reconcile usage of 'res' vs 'ret'David Phillips2017-02-12
|
* Update README with respect to status of projectDavid Phillips2017-02-12
|
* Give test.cl a more meaningful nameDavid Phillips2017-02-12
|
* Add stringy CL error messagesDavid 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
|
* Stricter prototypes in trampoline headerDavid Phillips2017-02-12
|
* Nudge READMEDavid 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 licenceDavid Phillips2017-01-21
|
* Add readmeDavid Phillips2017-01-21
|
* Add early-days source filesDavid Phillips2017-01-21
|
* Add build scriptsDavid Phillips2017-01-21
|
* Add gitignoreDavid Phillips2017-01-21