aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/mbien/opencl/NativeLibLoader.java
Commit message (Collapse)AuthorAgeFilesLines
* renamed package com.mbien.* in com.jogamp.* JOCL is now officially a JogAmp ↵Michael Bien2010-04-121-21/+0
| | | | team player ;).
* fixed imports due to changes in gluegen.Michael Bien2010-03-281-1/+1
|
* moved utilities to util package.Michael Bien2010-03-081-2/+1
| | | | several smaller improvements and doc fixes.
* trivial bugfixes, typo and javadoc warning fixes.Michael Bien2010-02-011-0/+22
began to switch to gluegen's libloading infrastructure. added CL extensions accessors to CLPlatform. optimized isFooEnabled() methods for CLCommandQueue.