summaryrefslogtreecommitdiffstats
path: root/resources/cl-if.cfg
Commit message (Collapse)AuthorAgeFilesLines
* Bug 884: Add standard JogAmp build files.Wade Walker2013-12-151-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 tagsedgeSven Gothel2011-06-281-1/+1
|
* renamed binding interfaces so we don't have a conflict with HLB.Michael Bien2011-05-271-21/+21
|
* LLB refactoring.Michael Bien2011-05-271-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 Bien2011-04-231-3/+3
|
* CLMemObjectDestructorCallback for HLB and LLB.Michael Bien2010-09-021-1/+8
|
* CLEvent callbacks for HLB and LLB.Michael Bien2010-09-021-1/+6
|
* finished main functionality of ErrorHandler impl.Michael Bien2010-05-041-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 Bien2010-05-021-0/+1
| | | | | - uses low level BuildProgramCallback internally - updated tests, testing async builds
* implemented low level BuildProgramCallbacks.Michael Bien2010-04-251-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 Bien2010-04-121-1/+1
| | | | team player ;).
* modifications due to class movement in gluegen.Michael Bien2010-04-011-3/+3
|
* refactoring due to gluegen changes.Michael Bien2010-03-271-3/+3
| | | | - renamed com.sun.gluegen.runtime -> com.jogamp.gluegen.runtime.
* splitted CLImageFormat into CLImageFormat and (generated) CLImageFormatImpl.Michael Bien2010-01-291-0/+1
| | | | | refactored CLProgram kernel creation code. updated tests.
* more direct NIO.Michael Bien2010-01-251-3/+3
|
* introduced CLMemory as superclass for all memory objects.Michael Bien2010-01-181-2/+2
| | | | added CLImage, CLImage2d and CLImage3d.
* added remaining @native tags to method javadoc.Michael Bien2009-11-231-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 Bien2009-11-061-2/+3
| | | | | fixed create context codepaths with platform ID as parameter in high level api. updated test.
* utility methods and refactoring.Michael Bien2009-10-231-3/+3
|
* implemented clBuildProgram(...) and updated JUnit test.Michael Bien2009-10-141-1/+5
|
* added utility methods and getters to CLPlatform, CLDevice and CLContext.Michael Bien2009-10-011-2/+2
| | | | adapted unit test.
* splitted binding in core (CL) and CL-GL interop. (CLGLI)Michael Bien2009-09-231-0/+31
began with custom impl. for functions with c -> java callbacks added an utility which uncomments function parameter names in headers