summaryrefslogtreecommitdiffstats
path: root/resources/cl-if.cfg
Commit message (Collapse)AuthorAgeFilesLines
* 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