Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | paper work: license and file headers. | Michael Bien | 2010-11-26 | 1 | -0/+28 |
| | |||||
* | update due to changes in JDK7's ARM spec. | Michael Bien | 2010-07-03 | 1 | -4/+0 |
| | | | | | added AutoCloseable dummy for backwards compatibility (won't be loaded when used with JDK7) can be further improved as soon we have extension methods. | ||||
* | minor refactorings and updates. | Michael Bien | 2010-06-27 | 1 | -2/+1 |
| | |||||
* | changes due to gluegen size_t fix. Switched back to PointerBuffer. 32bit ↵ | Michael Bien | 2010-05-31 | 1 | -2/+2 |
| | | | | systems are now supported again. | ||||
* | fixed buffer-offset bug in CLKernel.getCompileWorkGroupSize, optimized ↵ | Michael Bien | 2010-04-16 | 1 | -5/+10 |
| | | | | buffer size on 32bit systems, enabled test. | ||||
* | code review: improved exception messages to be more verbose whenever possible. | Michael Bien | 2010-04-15 | 1 | -6/+15 |
| | | | | began with CLKernel testcase. | ||||
* | fixed BufferOverflowException in CLKernel.getCompileWorkGroupSize(), buffer ↵ | Michael Bien | 2010-04-15 | 1 | -1/+1 |
| | | | | was to small. | ||||
* | renamed package com.mbien.* in com.jogamp.* JOCL is now officially a JogAmp ↵ | Michael Bien | 2010-04-12 | 1 | -0/+306 |
team player ;). |