Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | renamed package com.mbien.* in com.jogamp.* JOCL is now officially a JogAmp ↵ | Michael Bien | 2010-04-12 | 1 | -90/+0 |
| | | | | team player ;). | ||||
* | modifications due to class movement in gluegen. | Michael Bien | 2010-04-01 | 1 | -1/+1 |
| | |||||
* | refactorings due to newly introduced Int64Buffer in gluegen. | Michael Bien | 2010-03-30 | 1 | -2/+2 |
| | |||||
* | refactoring due to gluegen changes. | Michael Bien | 2010-03-27 | 1 | -1/+1 |
| | | | | - renamed com.sun.gluegen.runtime -> com.jogamp.gluegen.runtime. | ||||
* | even more utility methods and general awesomeness. | Michael Bien | 2010-03-16 | 1 | -4/+4 |
| | |||||
* | introduced gl package and moved all interoperability functionality into it. | Michael Bien | 2010-03-08 | 1 | -1/+5 |
| | |||||
* | refactored CLGLBuffer into seperate OpenGL buffer and image types. | Michael Bien | 2010-02-27 | 1 | -4/+15 |
| | |||||
* | CLImage support for CLCommandQueue. | Michael Bien | 2010-01-25 | 1 | -3/+8 |
| | |||||
* | introduced CLMemory as superclass for all memory objects. | Michael Bien | 2010-01-18 | 1 | -0/+70 |
added CLImage, CLImage2d and CLImage3d. |