aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/mbien/opencl/CLImage.java
Commit message (Collapse)AuthorAgeFilesLines
* 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
added CLImage, CLImage2d and CLImage3d.