Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | paper work: license and file headers. | Michael Bien | 2010-11-26 | 1 | -0/+28 |
| | |||||
* | enabled create-context and build-program callbacks using CL_CALLBACK calling ↵ | Michael Bien | 2010-07-06 | 1 | -1/+0 |
| | | | | convention. | ||||
* | moved calls to program.createCLKernels() into seperate test method. | Michael Bien | 2010-06-16 | 1 | -7/+33 |
| | | | | NV CL 1.1 devdriver has some issues in this area. | ||||
* | changes due to gluegen size_t fix. Switched back to PointerBuffer. 32bit ↵ | Michael Bien | 2010-05-31 | 1 | -2/+10 |
| | | | | systems are now supported again. | ||||
* | disabled callbacks temporary to be able to build on windows. | Michael Bien | 2010-05-12 | 1 | -0/+1 |
| | | | | fixed a few compiler warnings. | ||||
* | CLBuildListener functionality for high level bindings. | Michael Bien | 2010-05-02 | 1 | -3/+20 |
| | | | | | - uses low level BuildProgramCallback internally - updated tests, testing async builds | ||||
* | fixed CLProgramTest on AMD platform + GPU device. | Michael Bien | 2010-05-01 | 1 | -5/+12 |
| | |||||
* | fixed buffer-offset bug in CLKernel.getCompileWorkGroupSize, optimized ↵ | Michael Bien | 2010-04-16 | 1 | -1/+5 |
| | | | | buffer size on 32bit systems, enabled test. | ||||
* | code review: improved exception messages to be more verbose whenever possible. | Michael Bien | 2010-04-15 | 1 | -0/+28 |
| | | | | began with CLKernel testcase. | ||||
* | renamed package com.mbien.* in com.jogamp.* JOCL is now officially a JogAmp ↵ | Michael Bien | 2010-04-12 | 1 | -0/+224 |
team player ;). |