summaryrefslogtreecommitdiffstats
path: root/src/com/jogamp/opencl/demos/fft
Commit message (Collapse)AuthorAgeFilesLines
* fixed bugsMichael Bien2010-09-121-4/+1
| | | | | - released kernels where used - releasing a programm using HLB already releases all kernels, don't do it twice
* initial import of Michael Zucchi's port of Apples FFT example (RFE 408).Michael Bien2010-08-314-0/+2612
small modifications: - pick CLPlatform with a GPU - replaced tabs with spaces :)