Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | -10/+0 |
| | |||||
* | changes due to gluegen size_t fix. Switched back to PointerBuffer. 32bit ↵ | Michael Bien | 2010-05-31 | 1 | -12/+11 |
| | | | | systems are now supported again. | ||||
* | improved concurrent load test (disabled by default) and confirmed that cl ↵ | Michael Bien | 2010-05-30 | 1 | -5/+18 |
| | | | | | | programs can't be built concurrently. CLProgram uses ReentrantLock to put synchronous and asynchronous calls to clBuildProgram(...) in a squence. | ||||
* | CLBuildListener functionality for high level bindings. | Michael Bien | 2010-05-02 | 1 | -7/+77 |
| | | | | | - uses low level BuildProgramCallback internally - updated tests, testing async builds | ||||
* | implemented low level BuildProgramCallbacks. | Michael Bien | 2010-04-25 | 1 | -1/+1 |
| | | | | | - removed userdata arguments from createContext* and buildProgram bindings - updated LowLevelBindingTest | ||||
* | code review: improved exception messages to be more verbose whenever possible. | Michael Bien | 2010-04-15 | 1 | -22/+48 |
| | | | | began with CLKernel testcase. | ||||
* | renamed package com.mbien.* in com.jogamp.* JOCL is now officially a JogAmp ↵ | Michael Bien | 2010-04-12 | 1 | -0/+682 |
team player ;). |