aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/mbien/opencl/CLImage2d.java
Commit message (Collapse)AuthorAgeFilesLines
* splitted CLImageFormat into CLImageFormat and (generated) CLImageFormatImpl.Michael Bien2010-01-291-1/+1
| | | | | refactored CLProgram kernel creation code. updated tests.
* CLImage support for CLCommandQueue.Michael Bien2010-01-251-4/+4
|
* introduced CLMemory as superclass for all memory objects.Michael Bien2010-01-181-0/+36
added CLImage, CLImage2d and CLImage3d.