summaryrefslogtreecommitdiffstats
path: root/src/com/jogamp/opencl/demos/fft/CLFFTPlan.java
Commit message (Collapse)AuthorAgeFilesLines
* Fixed a variety of compilation and runtime errorsWade Walker2015-07-061-53/+60
| | | | | | | Fixed package change from javax.media to com.jogamp; fixed problems with generics; fixed dead-code and similar warnings; fixed problem with struct accessor on Julia3d using element offsets where it should have used byte offsets; updated Eclipse project files
* 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 :)