summaryrefslogtreecommitdiffstats
path: root/src/com/mbien/opencl/CLImage2d.java
Commit message (Collapse)AuthorAgeFilesLines
* renamed package com.mbien.* in com.jogamp.* JOCL is now officially a JogAmp ↵Michael Bien2010-04-121-46/+0
| | | | team player ;).
* modifications due to class movement in gluegen.Michael Bien2010-04-011-1/+1
|
* changes due to BufferFactory -> Buffers renaming in gluegen.Michael Bien2010-03-291-2/+2
|
* refactoring due to gluegen changes.Michael Bien2010-03-271-1/+1
| | | | - renamed com.sun.gluegen.runtime -> com.jogamp.gluegen.runtime.
* even more utility methods and general awesomeness.Michael Bien2010-03-161-6/+6
|
* refactored CLGLBuffer into seperate OpenGL buffer and image types.Michael Bien2010-02-271-1/+11
|
* 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.