Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix copyright/author tagsedge | Sven Gothel | 2011-06-28 | 1 | -2/+2 |
| | |||||
* | Fix merge w/ latest mbien/edge | Sven Gothel | 2011-06-28 | 1 | -2/+2 |
|\ | |||||
| * | Synced w/ mbien's JOCL branch - Making it compatible w/ GlueGen again | Sven Gothel | 2011-05-18 | 1 | -2/+2 |
| | | |||||
* | | CLKernel short setters, setArgs(Object... values) for convenient initialization. | Michael Bien | 2011-06-19 | 1 | -0/+40 |
| | | |||||
* | | - added isReleased() to CLResource, made CLObject public. | Michael Bien | 2011-06-19 | 1 | -1/+2 |
| | | | | | | - a CLResource will throw an Exception if released twice. | ||||
* | | internal refactoring to use new binding interfaces in highlevel api impl. | Michael Bien | 2011-06-15 | 1 | -7/+11 |
| | | |||||
* | | LLB refactoring. | Michael Bien | 2011-05-27 | 1 | -2/+3 |
|/ | | | | | | - split up CL into multiple sub interfaces - seperation is now feature wise - introdused llb package for low level classes | ||||
* | CLKernel code review. | Michael Bien | 2011-05-15 | 1 | -22/+46 |
| | | | | | - optimized create from name path - putArg should not increment the index if setting the argument fails - added putArg() test | ||||
* | switched from PointerBuffer to NativeSizeBuffer. | Michael Bien | 2011-04-23 | 1 | -2/+2 |
| | |||||
* | 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 ;). |