summaryrefslogtreecommitdiffstats
path: root/src/com/mbien/opencl/CLImage.java
Commit message (Expand)AuthorAgeFilesLines
* modifications due to class movement in gluegen.Michael Bien2010-04-011-1/+1
* refactorings due to newly introduced Int64Buffer in gluegen.Michael Bien2010-03-301-2/+2
* refactoring due to gluegen changes.Michael Bien2010-03-271-1/+1
* even more utility methods and general awesomeness.Michael Bien2010-03-161-4/+4
* introduced gl package and moved all interoperability functionality into it.Michael Bien2010-03-081-1/+5
* refactored CLGLBuffer into seperate OpenGL buffer and image types.Michael Bien2010-02-271-4/+15
* CLImage support for CLCommandQueue.Michael Bien2010-01-251-3/+8
* introduced CLMemory as superclass for all memory objects.Michael Bien2010-01-181-0/+70