aboutsummaryrefslogtreecommitdiffstats
path: root/test/com/jogamp
Commit message (Collapse)AuthorAgeFilesLines
* Adapt all unit tests to use UITestCase and enforce named unit test order. ↵Sven Gothel2014-01-2610-112/+226
| | | | Added main entry and listed in tests.sh for manual test.
* Add unit test TestJoclVersion and UITestCase base class for singleton unit ↵Sven Gothel2014-01-262-0/+209
| | | | tests ; Fix setenv-jocl.sh: Add jocl-test.jar
* Bug 884: Add standard JogAmp build files.Wade Walker2013-12-152-5/+2
| | | | | | | | | The new make/build.xml successfully builds and tests the project. The original NetBeans build files are still present, but won't work anymore since the resources directory is now inside the make directory. The new build files are based on those of JOAL. The new build is not yet minimized and cleaned up, because this commit is meant to be the minimum way to get things functional.
* Refine 7b21b5abb6373637eeeb270de05bb7472f70b853: Add ↵Sven Gothel2013-10-121-10/+2
| | | | | | CLGL.CL_CONTEXT_PROPERTY_USE_CGL_SHAREGROUP_APPLE and comment it's usage; Remove 'import static' Note: JOCL impl. shall remove all 'import static' to remove hardhsip on ClassLoader ..
* CLCommandQueueTest: Remove warning ..v2.0.2-rc12v2.0-rc12Sven Gothel2013-06-251-2/+5
|
* Adapt to GlueGen ARM Build Changes 422d7a5eb53fca6642ebf4e8910d8b0311bb2597 ↵Sven Gothel2012-08-181-9/+1
| | | | ; Remove JOGL GLProfile.initSingleton(boolean) call in CLGL test
* Fix copyright/author tagsedgeSven Gothel2011-06-281-2/+2
|
* Fix merge w/ latest mbien/edgeSven Gothel2011-06-281-14/+14
|\
| * Fix last merge of mbien/masterSven Gothel2011-06-281-10/+9
| |\
| * | Synced w/ mbien's JOCL branch - Making it compatible w/ GlueGen againSven Gothel2011-05-181-14/+14
| | |
* | | CLKernel short setters, setArgs(Object... values) for convenient initialization.Michael Bien2011-06-191-2/+5
| | |
* | | LLB refactoring.Michael Bien2011-05-274-1/+8
| |/ |/| | | | | | | | | - split up CL into multiple sub interfaces - seperation is now feature wise - introdused llb package for low level classes
* | fixed event-condition test which failed sporadically with out-of-order queues.Michael Bien2011-05-251-10/+9
|/
* CLKernel code review.Michael Bien2011-05-151-1/+18
| | | | | - optimized create from name path - putArg should not increment the index if setting the argument fails - added putArg() test
* added submitAll() utility methodMichael Bien2011-05-091-16/+18
| | | | junit test now covering queue contexts switching improved javadoc.
* concurrent utils bugfixes and improvements.Michael Bien2011-05-091-10/+97
| | | | | | - more utility methods - generics fixes - basic junit test for CLCommandQueuePool - javadoc and argument validation
* added context switching functionality.Michael Bien2011-05-081-7/+5
|
* introduced CLQueueContext and its factory - WIP.Michael Bien2011-05-071-2/+33
|
* initial import of CLCommandQueuePool and CLTask.Michael Bien2011-05-041-1/+4
|
* initial import of CLMultiContext utility and test.Michael Bien2011-05-031-0/+51
|
* using CL_CGL sharegroup for context creation on mac + enabled CLGLTest on macMichael Bien2011-04-261-7/+1
|
* - CLGLBuffer size must now be specified when the buffer is createdMichael Bien2011-04-261-19/+118
| | | | | - but can be updated later if required (gl lock is mandatory) - added VBO CLGL test - javadoc updates
* switched from PointerBuffer to NativeSizeBuffer.Michael Bien2011-04-231-13/+13
|
* added createBufferTestMichael Bien2011-04-211-20/+76
|
* fixed race condition in eventsTest()Michael Bien2011-04-201-3/+7
|
* added mapped CLMemory argument to putUnmapMemory for more flexibility.Michael Bien2011-04-201-4/+4
|
* fixed a bug which used a wrong eventlist offset under certain conditions and ↵Michael Bien2011-04-042-9/+85
| | | | added a regression test.
* fixed compiler redundant-casts warnings due to language level changes in ↵Michael Bien2011-02-132-5/+7
| | | | gluegen-rt.
* minimal wgs requirement for kernelTest.Michael Bien2011-02-131-15/+7
|
* using lower wgs in LLB test.Michael Bien2011-01-222-4/+9
| | | increased timeout in CLGLTest.
* 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() + ↵Michael Bien2010-11-181-6/+7
| | | | destroy(true) -> destroy().
* JOGL: getNativeWindow -> getNativeSurface; modified CLGLTest to only use ↵Michael Bien2010-10-151-8/+9
| | | | JOGL in one thread.
* 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
| | | | CLGLTest: make gl context current right after init (jogl bug workaround)
* 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 ↵Michael Bien2010-09-181-143/+152
| | | | other test methods.
* removed CLContext factory methods with CLPlatform + CLDevice list combinations.Michael Bien2010-09-151-17/+8
| | | | | | | | | | | | justification: - information is now no longer needed since every CLDevice knows its CLPlatform - OpenCL device IDs are not portable between CLPlatforms changes: - Context factories will throw CLInvalidPlatformException if the platform of all CLDevices does not match related changes: - [persistance] CLProgramBuilder stores now the ICD suffix to be later able to map binaries back to the platform + device
* 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
|