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 | -280/+0 |
| | | | | team player ;). | ||||
* | refactored CLGLBuffer into seperate OpenGL buffer and image types. | Michael Bien | 2010-02-27 | 1 | -0/+3 |
| | |||||
* | trivial bugfixes, typo and javadoc warning fixes. | Michael Bien | 2010-02-01 | 1 | -1/+1 |
| | | | | | | began to switch to gluegen's libloading infrastructure. added CL extensions accessors to CLPlatform. optimized isFooEnabled() methods for CLCommandQueue. | ||||
* | splitted CLImageFormat into CLImageFormat and (generated) CLImageFormatImpl. | Michael Bien | 2010-01-29 | 1 | -0/+277 |
refactored CLProgram kernel creation code. updated tests. |