summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* minimal wgs requirement for kernelTest.Michael Bien2011-02-131-15/+7
* using lower wgs in LLB test.Michael Bien2011-01-222-4/+9
* missing buffer rewind in source upload code (bug id: #458).Michael Bien2011-01-211-1/+1
* paper work: license and file headers.Michael Bien2010-11-269-0/+251
* missing returnMichael Bien2010-11-231-0/+1
* fixed customEventsTest (was: segfault with CL 1.0, now: disabled on CL 1.0)Michael Bien2010-11-221-11/+4
* CLGLContext.create() no longer makes the glcontext current.Michael Bien2010-11-211-13/+9
* changes due to mofifications in jogl + propper jogl release() + destroy(true)...Michael Bien2010-11-181-6/+7
* JOGL: getNativeWindow -> getNativeSurface; modified CLGLTest to only use JOGL...Michael Bien2010-10-151-8/+9
* temporary disable CLGLTest on mac to prevent deadlock.Michael Bien2010-09-261-4/+10
* added junit timeouts to CLGLTest (JOGL deadlock on mac) and CLCommandQueueTestMichael Bien2010-09-232-0/+16
* last JOGL API changes broke the GLCL junit test. Fixed it.Michael Bien2010-09-231-1/+2
* initial import of utility API for filtering platforms.Michael Bien2010-09-211-0/+18
* adjusted remaining work group sizes in tests.Michael Bien2010-09-182-3/+4
* CLGLContext.create() makes GLContext current (restored old behavior).Michael Bien2010-09-181-1/+2
* CLCommandQueueTest: fixed invalid work group size error on low spec devicesMichael Bien2010-09-181-10/+19
* wait timeout for concurrencyTest; context release try-finally bocks for all o...Michael Bien2010-09-181-143/+152
* removed CLContext factory methods with CLPlatform + CLDevice list combinations.Michael Bien2010-09-151-17/+8
* CLMemObjectDestructorCallback for HLB and LLB.Michael Bien2010-09-021-1/+43
* CLEvent callbacks for HLB and LLB.Michael Bien2010-09-021-1/+39
* added new CL_INVALID_PROPERTY exception + CLException junit test.Michael Bien2010-08-251-0/+37
* added a few CLImage junit tests.Michael Bien2010-08-073-30/+153
* toString() for CLEventList.Michael Bien2010-07-191-0/+4
* enabled create-context and build-program callbacks using CL_CALLBACK calling ...Michael Bien2010-07-062-2/+0
* finished CLSubBuffer, added junit testcase, perf improvements and cleanup.Michael Bien2010-07-051-0/+70
* misc OpenCL 1.1 HLB updates. ImageFormats, getters, javadoc.Michael Bien2010-07-041-0/+1
* added CLContext.getSupportedImageFormats() methods and unit test.Michael Bien2010-06-251-0/+29
* added CLVersion utility class and corresponding API.Michael Bien2010-06-243-2/+27
* implemented OpenCL 1.1 user events + JUnit test.Michael Bien2010-06-161-0/+59
* moved calls to program.createCLKernels() into seperate test method.Michael Bien2010-06-162-16/+34
* changes due to gluegen size_t fix. Switched back to PointerBuffer. 32bit syst...Michael Bien2010-05-312-17/+16
* improved concurrent load test (disabled by default) and confirmed that cl pro...Michael Bien2010-05-302-27/+78
* enabled CLGLTest again... give it another try with hudson.Michael Bien2010-05-231-4/+6
* dissabled CLGL test since there is currently no way to relyable determine if ...Michael Bien2010-05-231-3/+4
* disabled callbacks temporary to be able to build on windows.Michael Bien2010-05-123-0/+4
* CLBuildListener functionality for high level bindings.Michael Bien2010-05-023-10/+25
* fixed CLProgramTest on AMD platform + GPU device.Michael Bien2010-05-011-5/+12
* continued with callbacks.Michael Bien2010-04-261-1/+1
* implemented low level BuildProgramCallbacks.Michael Bien2010-04-251-5/+22
* clGetExtensionFunctionAddress returns now a long.Michael Bien2010-04-241-2/+2
* CLGLContext.create() makes GLContext current.Michael Bien2010-04-241-0/+95
* CLContext should not throw NPE in create(...) if a device or device type is n...Michael Bien2010-04-221-0/+27
* fixed buffer-offset bug in CLKernel.getCompileWorkGroupSize, optimized buffer...Michael Bien2010-04-161-1/+5
* code review: improved exception messages to be more verbose whenever possible.Michael Bien2010-04-152-0/+35
* enabled LowLevelBindingTest again.Michael Bien2010-04-131-99/+110
* renamed package com.mbien.* in com.jogamp.* JOCL is now officially a JogAmp t...Michael Bien2010-04-127-39/+35
* modifications due to class movement in gluegen.Michael Bien2010-04-014-6/+6
* refactorings due to newly introduced Int64Buffer in gluegen.Michael Bien2010-03-301-1/+0
* modifications due to refactorings in gluegen and jogl.Michael Bien2010-03-291-2/+2
* changes due to BufferFactory -> Buffers renaming in gluegen.Michael Bien2010-03-294-4/+4