summaryrefslogtreecommitdiffstats
path: root/src/com/mbien/opencl/CLGLContext.java
Commit message (Expand)AuthorAgeFilesLines
* introduced gl package and moved all interoperability functionality into it.Michael Bien2010-03-081-226/+0
* refactored CLGLBuffer into seperate OpenGL buffer and image types.Michael Bien2010-02-271-2/+60
* code review, spell checks and scope.Michael Bien2010-02-241-1/+1
* code review. Fixed typos in javadoc and fixed some warnings.Michael Bien2010-02-241-5/+5
* several small refactorings, api and javadoc improvements.Michael Bien2010-02-221-11/+15
* fixed CLImage2d methods, range/offset buffers have now correct values for the...Michael Bien2010-02-191-0/+8
* fixed bug in CL[GL]Context.create(..., device), added test.Michael Bien2010-02-121-3/+13
* implemented GL interop context creation on windows and mac.Michael Bien2010-01-261-30/+87
* more direct NIO.Michael Bien2010-01-251-2/+2
* moved all CLGL specific methods into CLGLBuffer.Michael Bien2010-01-211-45/+3
* more device properties.Michael Bien2010-01-211-0/+7
* introduced CLMemory as superclass for all memory objects.Michael Bien2010-01-181-3/+3
* improved QueueBarrier added constructor to restrict barriers to certain queues.Michael Bien2010-01-151-1/+37
* introduced CLSampler and CLEvent.Michael Bien2010-01-081-2/+3
* fixed shared context creation code.Michael Bien2010-01-021-1/+5
* introduced CLGLContext, refactored dependencies, cleanup in opencl code.Michael Bien2010-01-021-0/+83