| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix crashes due to AMD driver bugs. | Wade Walker | 2014-03-08 | 2 | -13/+24 |
* | Remove Java lint warnings. | Wade Walker | 2014-03-07 | 4 | -0/+10 |
* | Fix new subBufferTest02FloatBuffer() test on Solaris.v2.1.5 | Wade Walker | 2014-02-25 | 1 | -0/+2 |
* | Merge remote-tracking branch 'personal/bug_978_fix_solaris_tests' | Wade Walker | 2014-02-25 | 9 | -2/+95 |
|\ |
|
| * | Fix OpenCL test failures on Solaris. | Wade Walker | 2014-02-23 | 9 | -2/+95 |
* | | Merge remote-tracking branch 'wwalker/fix_jocl_bug_981_out_of_direct_buffer_m... | Sven Gothel | 2014-02-22 | 2 | -15/+48 |
|\ \ |
|
| * | | Fix memory problems in High/LowLevelBindingTests. | Wade Walker | 2014-02-22 | 2 | -15/+48 |
* | | | Bug 979: Add 'CL_DEVICE_MEM_BASE_ADDR_ALIGN' to CLDevice and overal maximum t... | Sven Gothel | 2014-02-21 | 2 | -32/+63 |
|/ / |
|
* / | Fix unit test bugs on Mac OS X 64-bit. | Wade Walker | 2014-02-08 | 1 | -2/+4 |
|/ |
|
* | MiscUtils: Forgot to change access of package-private to public due to new pa... | Sven Gothel | 2014-01-26 | 1 | -2/+2 |
* | Rename TestUtils -> MiscUtils (not a test), remove 'main' .. oops | Sven Gothel | 2014-01-26 | 5 | -18/+6 |
* | Adapt all unit tests to use UITestCase and enforce named unit test order. Add... | Sven Gothel | 2014-01-26 | 10 | -112/+226 |
* | Add unit test TestJoclVersion and UITestCase base class for singleton unit te... | Sven Gothel | 2014-01-26 | 2 | -0/+209 |
* | Bug 884: Add standard JogAmp build files. | Wade Walker | 2013-12-15 | 2 | -5/+2 |
* | Refine 7b21b5abb6373637eeeb270de05bb7472f70b853: Add CLGL.CL_CONTEXT_PROPERTY... | Sven Gothel | 2013-10-12 | 1 | -10/+2 |
* | CLCommandQueueTest: Remove warning ..v2.0.2-rc12v2.0-rc12 | Sven Gothel | 2013-06-25 | 1 | -2/+5 |
* | Adapt to GlueGen ARM Build Changes 422d7a5eb53fca6642ebf4e8910d8b0311bb2597 ;... | Sven Gothel | 2012-08-18 | 1 | -9/+1 |
* | 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 |
| |/
|/| |
|
* | | 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 |
* | added submitAll() utility method | Michael Bien | 2011-05-09 | 1 | -16/+18 |
* | concurrent utils bugfixes and improvements. | Michael Bien | 2011-05-09 | 1 | -10/+97 |
* | 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 |
* | 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 |
* | fixed compiler redundant-casts warnings due to language level changes in glue... | Michael Bien | 2011-02-13 | 2 | -5/+7 |
* | 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 |
* | 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() + destroy(true)... | Michael Bien | 2010-11-18 | 1 | -6/+7 |
* | JOGL: getNativeWindow -> getNativeSurface; modified CLGLTest to only use JOGL... | Michael Bien | 2010-10-15 | 1 | -8/+9 |
* | 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 |