summaryrefslogtreecommitdiffstats
path: root/src/com/mbien/opencl/CLImage3d.java
Commit message (Expand)AuthorAgeFilesLines
* renamed package com.mbien.* in com.jogamp.* JOCL is now officially a JogAmp t...Michael Bien2010-04-121-64/+0
* 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
* 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/+12
* splitted CLImageFormat into CLImageFormat and (generated) CLImageFormatImpl.Michael Bien2010-01-291-1/+1
* CLImage support for CLCommandQueue.Michael Bien2010-01-251-5/+8
* introduced CLMemory as superclass for all memory objects.Michael Bien2010-01-181-0/+50