summaryrefslogtreecommitdiffstats
path: root/src/com/jogamp/opencl/demos/fft/CLFFTPlan.java
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-311-0/+1968
small modifications: - pick CLPlatform with a GPU - replaced tabs with spaces :)