Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | CLMemObjectDestructorCallback for HLB and LLB. | Michael Bien | 2010-09-02 | 1 | -1/+8 |
| | |||||
* | CLEvent callbacks for HLB and LLB. | Michael Bien | 2010-09-02 | 1 | -1/+6 |
| | |||||
* | finished main functionality of ErrorHandler impl. | Michael Bien | 2010-05-04 | 1 | -2/+2 |
| | | | | | | - using event listener add/remove pattern instead add on context creation - context -> error handler object global reference mapping(TM) using LongLongMap in CLImpl - global ref is deleted on context release | ||||
* | CLBuildListener functionality for high level bindings. | Michael Bien | 2010-05-02 | 1 | -0/+1 |
| | | | | | - uses low level BuildProgramCallback internally - updated tests, testing async builds | ||||
* | implemented low level BuildProgramCallbacks. | Michael Bien | 2010-04-25 | 1 | -3/+3 |
| | | | | | - removed userdata arguments from createContext* and buildProgram bindings - updated LowLevelBindingTest | ||||
* | renamed package com.mbien.* in com.jogamp.* JOCL is now officially a JogAmp ↵ | Michael Bien | 2010-04-12 | 1 | -1/+1 |
| | | | | team player ;). | ||||
* | modifications due to class movement in gluegen. | Michael Bien | 2010-04-01 | 1 | -3/+3 |
| | |||||
* | refactoring due to gluegen changes. | Michael Bien | 2010-03-27 | 1 | -3/+3 |
| | | | | - renamed com.sun.gluegen.runtime -> com.jogamp.gluegen.runtime. | ||||
* | splitted CLImageFormat into CLImageFormat and (generated) CLImageFormatImpl. | Michael Bien | 2010-01-29 | 1 | -0/+1 |
| | | | | | refactored CLProgram kernel creation code. updated tests. | ||||
* | more direct NIO. | Michael Bien | 2010-01-25 | 1 | -3/+3 |
| | |||||
* | introduced CLMemory as superclass for all memory objects. | Michael Bien | 2010-01-18 | 1 | -2/+2 |
| | | | | added CLImage, CLImage2d and CLImage3d. | ||||
* | added remaining @native tags to method javadoc. | Michael Bien | 2009-11-23 | 1 | -3/+3 |
| | | | | fixed createTagletProps.sh to recognize function names containing numbers. | ||||
* | added cl_ext header to build - extensions are now included in CL and CLGLI api. | Michael Bien | 2009-11-06 | 1 | -2/+3 |
| | | | | | fixed create context codepaths with platform ID as parameter in high level api. updated test. | ||||
* | utility methods and refactoring. | Michael Bien | 2009-10-23 | 1 | -3/+3 |
| | |||||
* | implemented clBuildProgram(...) and updated JUnit test. | Michael Bien | 2009-10-14 | 1 | -1/+5 |
| | |||||
* | added utility methods and getters to CLPlatform, CLDevice and CLContext. | Michael Bien | 2009-10-01 | 1 | -2/+2 |
| | | | | adapted unit test. | ||||
* | splitted binding in core (CL) and CL-GL interop. (CLGLI) | Michael Bien | 2009-09-23 | 1 | -0/+31 |
began with custom impl. for functions with c -> java callbacks added an utility which uncomments function parameter names in headers |