summaryrefslogtreecommitdiffstats
path: root/test/com/mbien/opencl/TestUtils.java
Commit message (Collapse)AuthorAgeFilesLines
* renamed package com.mbien.* in com.jogamp.* JOCL is now officially a JogAmp ↵Michael Bien2010-04-121-52/+0
| | | | team player ;).
* refactored HighLevelBindingTest into seperate tests.Michael Bien2010-01-131-0/+23
| | | | added CLConcurrencyTest and fixed some bugs in CLEvent codepaths.
* refactored JOCLTest into LowLevelBindingTest and HighLevelBindingTest.Michael Bien2009-10-201-0/+29
moved listCLPlatforms() and getLowLevelBinding() from CLContext to CLPlatform. added method to create CLPrograms from InputStreams and updated test.