summaryrefslogtreecommitdiffstats
path: root/resources/clImplCustomCode.c
Commit message (Expand)AuthorAgeFilesLines
* CLMemObjectDestructorCallback for HLB and LLB.Michael Bien2010-09-021-4/+22
* CLEvent callbacks for HLB and LLB.Michael Bien2010-09-021-7/+59
* enabled create-context and build-program callbacks using CL_CALLBACK calling ...Michael Bien2010-07-061-24/+14
* switched to dynamic linking. All custom code functions must be called via fun...Michael Bien2010-06-211-41/+71
* disabled callbacks temporary to be able to build on windows.Michael Bien2010-05-121-14/+28
* finished main functionality of ErrorHandler impl.Michael Bien2010-05-041-16/+50
* CLBuildListener functionality for high level bindings.Michael Bien2010-05-021-1/+1
* continued with callbacks.Michael Bien2010-04-261-14/+57
* implemented low level BuildProgramCallbacks.Michael Bien2010-04-251-9/+52
* renamed package com.mbien.* in com.jogamp.* JOCL is now officially a JogAmp t...Michael Bien2010-04-121-6/+6
* refactoring due to gluegen changes.Michael Bien2010-03-271-1/+1
* enabled putMapImage methods in CLCommandQueue.Michael Bien2010-02-191-0/+63
* more direct NIO.Michael Bien2010-01-251-33/+13
* dynamic dispatch via CLProcAddressTable for OpenCL extensions.Michael Bien2010-01-221-9/+9
* generified CLBuffer, added createFromGLBuffer(...).Michael Bien2009-10-271-2/+2
* implemented clCreateContext(...) and updated Tests and high level binding.Michael Bien2009-10-251-18/+42
* utility methods and refactoring.Michael Bien2009-10-231-24/+10
* fixed clBuildProgram, finished VectorAdd unit test.Michael Bien2009-10-161-0/+8
* implemented clBuildProgram(...) and updated JUnit test.Michael Bien2009-10-141-10/+59
* added utility methods and getters to CLPlatform, CLDevice and CLContext.Michael Bien2009-10-011-1/+27
* temporary added GL3 headers, we should use JOGL's headers in future.Michael Bien2009-09-291-20/+27
* splitted binding in core (CL) and CL-GL interop. (CLGLI)Michael Bien2009-09-231-0/+44