| Commit message (Expand) | Author | Age | Files | Lines |
* | modifications due to class movement in gluegen. | Michael Bien | 2010-04-01 | 1 | -5/+5 |
* | fixed newly introduced bug in CLCommandQueue, cleanup in CLContext. | Michael Bien | 2010-03-30 | 1 | -7/+6 |
* | refactorings due to newly introduced Int64Buffer in gluegen. | Michael Bien | 2010-03-30 | 1 | -5/+5 |
* | changes due to BufferFactory -> Buffers renaming in gluegen. | Michael Bien | 2010-03-29 | 1 | -3/+3 |
* | refactoring due to gluegen changes. | Michael Bien | 2010-03-27 | 1 | -4/+4 |
* | get(GL)Context() and getCL() getters. | Michael Bien | 2010-03-16 | 1 | -0/+7 |
* | introduced gl package and moved all interoperability functionality into it. | Michael Bien | 2010-03-08 | 1 | -0/+4 |
* | introduced (package private) Disposable interface for forward compatiblility ... | Michael Bien | 2010-02-28 | 1 | -0/+4 |
* | introduced CLBuildConfiguration and CLProgramConfiguration interfaces for CLP... | Michael Bien | 2010-02-25 | 1 | -6/+6 |
* | code review, spell checks and scope. | Michael Bien | 2010-02-24 | 1 | -1/+1 |
* | code review. Fixed typos in javadoc and fixed some warnings. | Michael Bien | 2010-02-24 | 1 | -13/+13 |
* | introduced CLObject as common superclass for all OpenCL objects. | Michael Bien | 2010-02-22 | 1 | -10/+14 |
* | several small refactorings, api and javadoc improvements. | Michael Bien | 2010-02-22 | 1 | -21/+33 |
* | added putCopyBufferToImage, putCopyImageToBuffer and putMap/UnmapBuffer opera... | Michael Bien | 2010-02-18 | 1 | -0/+16 |
* | fixed bug in CL[GL]Context.create(..., device), added test. | Michael Bien | 2010-02-12 | 1 | -3/+9 |
* | implemented GL interop context creation on windows and mac. | Michael Bien | 2010-01-26 | 1 | -26/+24 |
* | more direct NIO. | Michael Bien | 2010-01-25 | 1 | -17/+20 |
* | forgot file in last commit. | Michael Bien | 2010-01-20 | 1 | -1/+9 |
* | seperated CLProgram specific tests into CLProgramTest. | Michael Bien | 2010-01-20 | 1 | -2/+9 |
* | temporary dissabled non direct NIO binding for methods containing long[] sinc... | Michael Bien | 2010-01-19 | 1 | -8/+6 |
* | introduced CLMemory as superclass for all memory objects. | Michael Bien | 2010-01-18 | 1 | -30/+60 |
* | introduced CLSampler and CLEvent. | Michael Bien | 2010-01-08 | 1 | -2/+28 |
* | introduced CLGLContext, refactored dependencies, cleanup in opencl code. | Michael Bien | 2010-01-02 | 1 | -23/+13 |
* | improved Exception handling in CLProgram and CLKernel. | Michael Bien | 2009-11-08 | 1 | -2/+5 |
* | added more buffer creation factory methods. | Michael Bien | 2009-11-06 | 1 | -13/+50 |
* | added cl_ext header to build - extensions are now included in CL and CLGLI api. | Michael Bien | 2009-11-06 | 1 | -8/+9 |
* | refactoring and more utility methods. | Michael Bien | 2009-11-02 | 1 | -20/+1 |
* | generified CLBuffer, added createFromGLBuffer(...). | Michael Bien | 2009-10-27 | 1 | -10/+28 |
* | implemented clCreateContext(...) and updated Tests and high level binding. | Michael Bien | 2009-10-25 | 1 | -7/+54 |
* | utility methods and refactoring. | Michael Bien | 2009-10-23 | 1 | -38/+60 |
* | 32bit compatibility. | Michael Bien | 2009-10-22 | 1 | -4/+6 |
* | api cleanup and refactoring. | Michael Bien | 2009-10-22 | 1 | -35/+38 |
* | added CopyBuffer implementation to CLCommandQueue and and test method to High... | Michael Bien | 2009-10-21 | 1 | -0/+5 |
* | refactored JOCLTest into LowLevelBindingTest and HighLevelBindingTest. | Michael Bien | 2009-10-20 | 1 | -43/+33 |
* | added CLCommandQueue to CLContext's resource management code, minor fixes... | Michael Bien | 2009-10-20 | 1 | -0/+26 |
* | initial import of CLCommandQueue. | Michael Bien | 2009-10-19 | 1 | -13/+12 |
* | initial import of CLBuffer and CLKernel. | Michael Bien | 2009-10-19 | 1 | -2/+59 |
* | initial import of CLProgram. Updated JUnit Test accordingly. | Michael Bien | 2009-10-19 | 1 | -22/+85 |
* | implemented clBuildProgram(...) and updated JUnit test. | Michael Bien | 2009-10-14 | 1 | -2/+8 |
* | cleaned up test output, removed some internal hardcoded fields from CLDevice. | Michael Bien | 2009-10-12 | 1 | -4/+9 |
* | added utility methods and getters to CLPlatform, CLDevice and CLContext. | Michael Bien | 2009-10-01 | 1 | -1/+83 |
* | started with high level abstraction. | Michael Bien | 2009-09-30 | 1 | -0/+45 |