summaryrefslogtreecommitdiffstats
path: root/src/com/mbien/opencl/CLImageFormat.java
Commit message (Collapse)AuthorAgeFilesLines
* renamed package com.mbien.* in com.jogamp.* JOCL is now officially a JogAmp ↵Michael Bien2010-04-121-280/+0
| | | | team player ;).
* refactored CLGLBuffer into seperate OpenGL buffer and image types.Michael Bien2010-02-271-0/+3
|
* trivial bugfixes, typo and javadoc warning fixes.Michael Bien2010-02-011-1/+1
| | | | | | began to switch to gluegen's libloading infrastructure. added CL extensions accessors to CLPlatform. optimized isFooEnabled() methods for CLCommandQueue.
* splitted CLImageFormat into CLImageFormat and (generated) CLImageFormatImpl.Michael Bien2010-01-291-0/+277
refactored CLProgram kernel creation code. updated tests.