aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/mbien/opencl/CLImage.java
Commit message (Collapse)AuthorAgeFilesLines
* renamed package com.mbien.* in com.jogamp.* JOCL is now officially a JogAmp ↵Michael Bien2010-04-121-90/+0
| | | | team player ;).
* 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
| | | | - renamed com.sun.gluegen.runtime -> com.jogamp.gluegen.runtime.
* 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
added CLImage, CLImage2d and CLImage3d.