Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | using device name and platform vendor suffix for device identification. | Michael Bien | 2011-04-29 | 1 | -29/+17 |
| | |||||
* | code cleanup in CLProgramBuilder.writeObject(). | Michael Bien | 2011-04-19 | 1 | -7/+15 |
| | |||||
* | CLBuildConfiguration.save(..) should store device index and not the device id. | Michael Bien | 2011-04-19 | 1 | -10/+45 |
| | | | updated javadoc. | ||||
* | code review using findbugs | Michael Bien | 2011-02-27 | 1 | -3/+7 |
| | | | keyset iterations, typos, @Override, synchronization, varargs | ||||
* | paper work: license and file headers. | Michael Bien | 2010-11-26 | 1 | -0/+28 |
| | |||||
* | removed CLContext factory methods with CLPlatform + CLDevice list combinations. | Michael Bien | 2010-09-15 | 1 | -3/+19 |
| | | | | | | | | | | | | justification: - information is now no longer needed since every CLDevice knows its CLPlatform - OpenCL device IDs are not portable between CLPlatforms changes: - Context factories will throw CLInvalidPlatformException if the platform of all CLDevices does not match related changes: - [persistance] CLProgramBuilder stores now the ICD suffix to be later able to map binaries back to the platform + device | ||||
* | CLBuildListener functionality for high level bindings. | Michael Bien | 2010-05-02 | 1 | -2/+13 |
| | | | | | - uses low level BuildProgramCallback internally - updated tests, testing async builds | ||||
* | renamed package com.mbien.* in com.jogamp.* JOCL is now officially a JogAmp ↵ | Michael Bien | 2010-04-12 | 1 | -0/+325 |
team player ;). |