aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/mbien/opencl/CLUtils.java
Commit message (Collapse)AuthorAgeFilesLines
* moved utilities to util package.Michael Bien2010-03-081-115/+0
| | | | several smaller improvements and doc fixes.
* code review, spell checks and scope.Michael Bien2010-02-241-6/+6
|
* introduced CLObject as common superclass for all OpenCL objects.Michael Bien2010-02-221-0/+14
|
* trivial bugfixes, typo and javadoc warning fixes.Michael Bien2010-02-011-1/+3
| | | | | | began to switch to gluegen's libloading infrastructure. added CL extensions accessors to CLPlatform. optimized isFooEnabled() methods for CLCommandQueue.
* 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.