aboutsummaryrefslogtreecommitdiffstats
path: root/test/com/jogamp
Commit message (Expand)AuthorAgeFilesLines
* Fix command queue test for IntelWade Walker2015-11-081-1/+6
* Fix CLProgramTest for Intel OpenCLWade Walker2015-11-081-7/+16
* Remove creation and all references to CL*Binding interfacesWade Walker2015-11-083-35/+28
* Add ability to access newer CLImpl versions for devicesWade Walker2015-11-081-1/+12
* Factor out common custom C and Java code to reduce duplicationWade Walker2015-11-081-1/+1
* Add explicit version number to original CL impl classes.Wade Walker2015-11-081-1/+0
* Bug 682 - Relocating javax.media.opengl.* -> com.jogamp.opengl.*Sven Gothel2015-02-021-7/+7
* Bug 978: UITestCase shall only report 'not available on this machine', due to...v2.2.4v2.2.3v2.2.2v2.2.1b22xSven Gothel2014-09-031-1/+1
* Bug 978: Promote CLAbstractImpl.isAvailable() to CLPlatform, public API. isAv...Sven Gothel2014-09-033-6/+8
* Bug 1057: Analyze CLProgramTest freeze on Win 8.1 Intel i7-4770T CPU / HD Gra...Sven Gothel2014-09-011-27/+30
* Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e...Sven Gothel2014-07-0312-362/+382
* Merge remote-tracking branch 'wwalker/master'Sven Gothel2014-05-102-1/+119
|\
| * Merge branch 'bug_1003_add_texture_interop_test'Wade Walker2014-04-131-0/+115
| |\
| | * Fix CL-GL interoperability tests on Mac.Wade Walker2014-04-061-3/+3
| | * Finish texture sharing test.Wade Walker2014-04-061-40/+72
| | * Start adding texture interop test.Wade Walker2014-04-041-0/+83
| * | Fix direct buffer usage in lowLevelVectorAddTestWade Walker2014-04-131-1/+4
| |/
* / Bug 978: Promote whether a test shall fail due to unavailable CL driver in ba...Sven Gothel2014-05-1010-84/+22
|/
* Fix crashes due to AMD driver bugs.Wade Walker2014-03-082-13/+24
* Remove Java lint warnings.Wade Walker2014-03-074-0/+10
* Fix new subBufferTest02FloatBuffer() test on Solaris.v2.1.5Wade Walker2014-02-251-0/+2
* Merge remote-tracking branch 'personal/bug_978_fix_solaris_tests'Wade Walker2014-02-259-2/+95
|\
| * Fix OpenCL test failures on Solaris.Wade Walker2014-02-239-2/+95
* | Merge remote-tracking branch 'wwalker/fix_jocl_bug_981_out_of_direct_buffer_m...Sven Gothel2014-02-222-15/+48
|\ \
| * | Fix memory problems in High/LowLevelBindingTests.Wade Walker2014-02-222-15/+48
* | | Bug 979: Add 'CL_DEVICE_MEM_BASE_ADDR_ALIGN' to CLDevice and overal maximum t...Sven Gothel2014-02-212-32/+63
|/ /
* / Fix unit test bugs on Mac OS X 64-bit.Wade Walker2014-02-081-2/+4
|/
* MiscUtils: Forgot to change access of package-private to public due to new pa...Sven Gothel2014-01-261-2/+2
* Rename TestUtils -> MiscUtils (not a test), remove 'main' .. oopsSven Gothel2014-01-265-18/+6
* Adapt all unit tests to use UITestCase and enforce named unit test order. Add...Sven Gothel2014-01-2610-112/+226
* Add unit test TestJoclVersion and UITestCase base class for singleton unit te...Sven Gothel2014-01-262-0/+209
* Bug 884: Add standard JogAmp build files.Wade Walker2013-12-152-5/+2
* Refine 7b21b5abb6373637eeeb270de05bb7472f70b853: Add CLGL.CL_CONTEXT_PROPERTY...Sven Gothel2013-10-121-10/+2
* 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
* 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
| |/ |/|
* | 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
* added submitAll() utility methodMichael Bien2011-05-091-16/+18
* concurrent utils bugfixes and improvements.Michael Bien2011-05-091-10/+97
* 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