summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* added Capabilities enum and getter to CLDevice.Michael Bien2010-03-161-1/+6
* moved utilities to util package.Michael Bien2010-03-083-10/+18
* fixed hudson build.Michael Bien2010-02-281-1/+2
* refactored CLGLBuffer into seperate OpenGL buffer and image types.Michael Bien2010-02-271-0/+5
* improved CLProgramBuilder and implemented propper configuration loading.Michael Bien2010-02-261-4/+15
* implemented Serialization for CLProgramBuilder.Michael Bien2010-02-261-7/+33
* introduced CLBuildConfiguration and CLProgramConfiguration interfaces for CLP...Michael Bien2010-02-251-2/+1
* renamed QueueBarrier to MultiQueueBarrier.Michael Bien2010-02-251-1/+1
* initial import of CLProgramBuilder.Michael Bien2010-02-241-1/+39
* code review, spell checks and scope.Michael Bien2010-02-241-4/+4
* several small refactorings, api and javadoc improvements.Michael Bien2010-02-223-26/+45
* fixed CLBufferTest.mapBufferTest() for non CPU contexts.Michael Bien2010-02-191-3/+18
* added putCopyBufferToImage, putCopyImageToBuffer and putMap/UnmapBuffer opera...Michael Bien2010-02-181-0/+40
* added a few tests for event profiling and enums.Michael Bien2010-02-133-61/+164
* fixed bug in CL[GL]Context.create(..., device), added test.Michael Bien2010-02-121-0/+41
* trivial bugfixes, typo and javadoc warning fixes.Michael Bien2010-02-012-3/+5
* splitted CLImageFormat into CLImageFormat and (generated) CLImageFormatImpl.Michael Bien2010-01-293-14/+15
* implemented GL interop context creation on windows and mac.Michael Bien2010-01-261-3/+4
* switched from enum to poji as storage for common compiler options.Michael Bien2010-01-221-2/+3
* added blockingWait parameter to putWaitForEvent(...) CLCommandQueue methods.Michael Bien2010-01-221-3/+3
* dynamic dispatch via CLProcAddressTable for OpenCL extensions.Michael Bien2010-01-221-3/+45
* more device properties.Michael Bien2010-01-211-0/+14
* seperated CLProgram specific tests into CLProgramTest.Michael Bien2010-01-202-43/+93
* temporary dissabled non direct NIO binding for methods containing long[] sinc...Michael Bien2010-01-191-5/+6
* introduced CLMemory as superclass for all memory objects.Michael Bien2010-01-184-12/+13
* more utility getters for CLDevice.Michael Bien2010-01-161-6/+13
* cleaned up NioDirectOnly list, added clSetKernelArg to list.Michael Bien2010-01-141-6/+120
* refactored HighLevelBindingTest into seperate tests.Michael Bien2010-01-134-91/+200
* re-enabled create from host pointer CLBuffer options and added bufferWithHost...Michael Bien2010-01-121-15/+62
* introduced CLEventList, an optimized nio collecton for storing CLEvents.Michael Bien2010-01-122-9/+8
* introduced CLGLContext, refactored dependencies, cleanup in opencl code.Michael Bien2010-01-023-23/+23
* fixed gcc setup on mac.Michael Bien2009-12-021-7/+8
* fixed mingw32 build on windows.Michael Bien2009-11-201-0/+2
* improved Exception handling in CLProgram and CLKernel.Michael Bien2009-11-081-0/+40
* added more buffer creation factory methods.Michael Bien2009-11-061-2/+2
* added cl_ext header to build - extensions are now included in CL and CLGLI api.Michael Bien2009-11-061-2/+2
* refactoring and more utility methods.Michael Bien2009-11-021-8/+5
* added remaining utility getters to CLDevice.Michael Bien2009-11-011-0/+22
* generified CLBuffer, added createFromGLBuffer(...).Michael Bien2009-10-271-5/+5
* implemented clCreateContext(...) and updated Tests and high level binding.Michael Bien2009-10-251-3/+50
* utility methods and refactoring.Michael Bien2009-10-232-8/+10
* 32bit compatibility.Michael Bien2009-10-221-15/+15
* api cleanup and refactoring.Michael Bien2009-10-221-11/+17
* added CopyBuffer implementation to CLCommandQueue and and test method to High...Michael Bien2009-10-211-9/+55
* refactored JOCLTest into LowLevelBindingTest and HighLevelBindingTest.Michael Bien2009-10-204-161/+212
* added CLCommandQueue to CLContext's resource management code, minor fixes...Michael Bien2009-10-201-1/+1
* initial import of CLCommandQueue.Michael Bien2009-10-191-9/+22
* initial import of CLBuffer and CLKernel.Michael Bien2009-10-191-36/+74
* initial import of CLProgram. Updated JUnit Test accordingly.Michael Bien2009-10-191-27/+57
* fixed memory leak (native CL device) in junit test. Added load test. Added mo...Michael Bien2009-10-161-29/+54