Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bug 884: Add standard JogAmp build files. | Wade Walker | 2013-12-15 | 1 | -42/+0 |
| | | | | | | | | | The new make/build.xml successfully builds and tests the project. The original NetBeans build files are still present, but won't work anymore since the resources directory is now inside the make directory. The new build files are based on those of JOAL. The new build is not yet minimized and cleaned up, because this commit is meant to be the minimum way to get things functional. | ||||
* | Fix copyright/author tagsedge | Sven Gothel | 2011-06-28 | 1 | -1/+1 |
| | |||||
* | renamed binding interfaces so we don't have a conflict with HLB. | Michael Bien | 2011-05-27 | 1 | -21/+21 |
| | |||||
* | LLB refactoring. | Michael Bien | 2011-05-27 | 1 | -34/+26 |
| | | | | | | - split up CL into multiple sub interfaces - seperation is now feature wise - introdused llb package for low level classes | ||||
* | switched from PointerBuffer to NativeSizeBuffer. | Michael Bien | 2011-04-23 | 1 | -3/+3 |
| | |||||
* | 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 |