aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/mbien/opencl/CLImage.java
Commit message (Expand)AuthorAgeFilesLines
* 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