summaryrefslogtreecommitdiffstats
path: root/src/com/jogamp/opencl/impl
Commit message (Collapse)AuthorAgeFilesLines
* CLMemObjectDestructorCallback for HLB and LLB.Michael Bien2010-09-022-0/+31
|
* CLEvent callbacks for HLB and LLB.Michael Bien2010-09-022-0/+26
|
* switched to dynamic linking. All custom code functions must be called via ↵Michael Bien2010-06-211-19/+59
| | | | funciton pointers since this point.
* Refactored LLB into two impl layers to reduce custom code injection ↵Michael Bien2010-06-081-0/+193
| | | | | | | significantly. - CLAbstractImpl is automatically generated by gluegen (former CLImpl) - CLImply is handwritten and extends CLAbstractImpl to handle special cases
* CLBuildListener functionality for high level bindings.Michael Bien2010-05-021-0/+19
- uses low level BuildProgramCallback internally - updated tests, testing async builds