summaryrefslogtreecommitdiffstats
path: root/src/com/mbien/opencl/CLUtils.java
Commit message (Collapse)AuthorAgeFilesLines
* added obtain[Device|Platform]Properties() methods to CLUtils.Michael Bien2010-01-231-0/+74
| | | | | added preferred vector width utility accessors to CLDevice. put impl package on javadoc ignore list.
* temporary dissabled non direct NIO binding for methods containing long[] ↵Michael Bien2010-01-191-0/+12
| | | | | | | | since its broken on 32bit systems. refactored high level binding to use direct NIO exclusively. temporary dissabled low level binding junit tests. green bar on 32 and 64 bit systems.
* fixed gcc setup on mac.Michael Bien2009-12-021-0/+13
updated native taglet toc url. fixed small bug in cl char[] -> String conversion.