Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adapt to GlueGen ARM Build Changes 422d7a5eb53fca6642ebf4e8910d8b0311bb2597 ↵ | Sven Gothel | 2012-08-18 | 1 | -9/+1 |
| | | | | ; Remove JOGL GLProfile.initSingleton(boolean) call in CLGL test | ||||
* | Fix copyright/author tagsedge | Sven Gothel | 2011-06-28 | 1 | -2/+2 |
| | |||||
* | Fix merge w/ latest mbien/edge | Sven Gothel | 2011-06-28 | 1 | -14/+14 |
|\ | |||||
| * | Fix last merge of mbien/master | Sven Gothel | 2011-06-28 | 1 | -10/+9 |
| |\ | |||||
| * | | Synced w/ mbien's JOCL branch - Making it compatible w/ GlueGen again | Sven Gothel | 2011-05-18 | 1 | -14/+14 |
| | | | |||||
* | | | CLKernel short setters, setArgs(Object... values) for convenient initialization. | Michael Bien | 2011-06-19 | 1 | -2/+5 |
| | | | |||||
* | | | LLB refactoring. | Michael Bien | 2011-05-27 | 4 | -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 Bien | 2011-05-25 | 1 | -10/+9 |
|/ | |||||
* | CLKernel code review. | Michael Bien | 2011-05-15 | 1 | -1/+18 |
| | | | | | - optimized create from name path - putArg should not increment the index if setting the argument fails - added putArg() test | ||||
* | added submitAll() utility method | Michael Bien | 2011-05-09 | 1 | -16/+18 |
| | | | | junit test now covering queue contexts switching improved javadoc. | ||||
* | concurrent utils bugfixes and improvements. | Michael Bien | 2011-05-09 | 1 | -10/+97 |
| | | | | | | - more utility methods - generics fixes - basic junit test for CLCommandQueuePool - javadoc and argument validation | ||||
* | added context switching functionality. | Michael Bien | 2011-05-08 | 1 | -7/+5 |
| | |||||
* | introduced CLQueueContext and its factory - WIP. | Michael Bien | 2011-05-07 | 1 | -2/+33 |
| | |||||
* | initial import of CLCommandQueuePool and CLTask. | Michael Bien | 2011-05-04 | 1 | -1/+4 |
| | |||||
* | initial import of CLMultiContext utility and test. | Michael Bien | 2011-05-03 | 1 | -0/+51 |
| | |||||
* | using CL_CGL sharegroup for context creation on mac + enabled CLGLTest on mac | Michael Bien | 2011-04-26 | 1 | -7/+1 |
| | |||||
* | - CLGLBuffer size must now be specified when the buffer is created | Michael Bien | 2011-04-26 | 1 | -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 Bien | 2011-04-23 | 1 | -13/+13 |
| | |||||
* | added createBufferTest | Michael Bien | 2011-04-21 | 1 | -20/+76 |
| | |||||
* | fixed race condition in eventsTest() | Michael Bien | 2011-04-20 | 1 | -3/+7 |
| | |||||
* | added mapped CLMemory argument to putUnmapMemory for more flexibility. | Michael Bien | 2011-04-20 | 1 | -4/+4 |
| | |||||
* | fixed a bug which used a wrong eventlist offset under certain conditions and ↵ | Michael Bien | 2011-04-04 | 2 | -9/+85 |
| | | | | added a regression test. | ||||
* | fixed compiler redundant-casts warnings due to language level changes in ↵ | Michael Bien | 2011-02-13 | 2 | -5/+7 |
| | | | | gluegen-rt. | ||||
* | minimal wgs requirement for kernelTest. | Michael Bien | 2011-02-13 | 1 | -15/+7 |
| | |||||
* | using lower wgs in LLB test. | Michael Bien | 2011-01-22 | 2 | -4/+9 |
| | | | increased timeout in CLGLTest. | ||||
* | missing buffer rewind in source upload code (bug id: #458). | Michael Bien | 2011-01-21 | 1 | -1/+1 |
| | |||||
* | paper work: license and file headers. | Michael Bien | 2010-11-26 | 9 | -0/+251 |
| | |||||
* | missing return | Michael Bien | 2010-11-23 | 1 | -0/+1 |
| | |||||
* | fixed customEventsTest (was: segfault with CL 1.0, now: disabled on CL 1.0) | Michael Bien | 2010-11-22 | 1 | -11/+4 |
| | |||||
* | CLGLContext.create() no longer makes the glcontext current. | Michael Bien | 2010-11-21 | 1 | -13/+9 |
| | |||||
* | changes due to mofifications in jogl + propper jogl release() + ↵ | Michael Bien | 2010-11-18 | 1 | -6/+7 |
| | | | | destroy(true) -> destroy(). | ||||
* | JOGL: getNativeWindow -> getNativeSurface; modified CLGLTest to only use ↵ | Michael Bien | 2010-10-15 | 1 | -8/+9 |
| | | | | JOGL in one thread. | ||||
* | temporary disable CLGLTest on mac to prevent deadlock. | Michael Bien | 2010-09-26 | 1 | -4/+10 |
| | |||||
* | added junit timeouts to CLGLTest (JOGL deadlock on mac) and CLCommandQueueTest | Michael Bien | 2010-09-23 | 2 | -0/+16 |
| | |||||
* | last JOGL API changes broke the GLCL junit test. Fixed it. | Michael Bien | 2010-09-23 | 1 | -1/+2 |
| | |||||
* | initial import of utility API for filtering platforms. | Michael Bien | 2010-09-21 | 1 | -0/+18 |
| | |||||
* | adjusted remaining work group sizes in tests. | Michael Bien | 2010-09-18 | 2 | -3/+4 |
| | |||||
* | CLGLContext.create() makes GLContext current (restored old behavior). | Michael Bien | 2010-09-18 | 1 | -1/+2 |
| | | | | CLGLTest: make gl context current right after init (jogl bug workaround) | ||||
* | CLCommandQueueTest: fixed invalid work group size error on low spec devices | Michael Bien | 2010-09-18 | 1 | -10/+19 |
| | |||||
* | wait timeout for concurrencyTest; context release try-finally bocks for all ↵ | Michael Bien | 2010-09-18 | 1 | -143/+152 |
| | | | | other test methods. | ||||
* | removed CLContext factory methods with CLPlatform + CLDevice list combinations. | Michael Bien | 2010-09-15 | 1 | -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 Bien | 2010-09-02 | 1 | -1/+43 |
| | |||||
* | CLEvent callbacks for HLB and LLB. | Michael Bien | 2010-09-02 | 1 | -1/+39 |
| | |||||
* | added new CL_INVALID_PROPERTY exception + CLException junit test. | Michael Bien | 2010-08-25 | 1 | -0/+37 |
| | |||||
* | added a few CLImage junit tests. | Michael Bien | 2010-08-07 | 3 | -30/+153 |
| | |||||
* | toString() for CLEventList. | Michael Bien | 2010-07-19 | 1 | -0/+4 |
| | |||||
* | enabled create-context and build-program callbacks using CL_CALLBACK calling ↵ | Michael Bien | 2010-07-06 | 2 | -2/+0 |
| | | | | convention. | ||||
* | finished CLSubBuffer, added junit testcase, perf improvements and cleanup. | Michael Bien | 2010-07-05 | 1 | -0/+70 |
| | | | | CLMemory methods contain now NIO infix for nio buffer specific queries and CL infix for memory object queries. | ||||
* | misc OpenCL 1.1 HLB updates. ImageFormats, getters, javadoc. | Michael Bien | 2010-07-04 | 1 | -0/+1 |
| | |||||
* | added CLContext.getSupportedImageFormats() methods and unit test. | Michael Bien | 2010-06-25 | 1 | -0/+29 |
| |