summaryrefslogtreecommitdiffstats
path: root/test/com/mbien/opencl/CLConcurrencyTest.java
Commit message (Collapse)AuthorAgeFilesLines
* added a few tests for event profiling and enums.Michael Bien2010-02-131-197/+0
| | | | fixed bug in LocalMemType and Mem enum valueOf(int foo) methods.
* trivial bugfixes, typo and javadoc warning fixes.Michael Bien2010-02-011-2/+2
| | | | | | began to switch to gluegen's libloading infrastructure. added CL extensions accessors to CLPlatform. optimized isFooEnabled() methods for CLCommandQueue.
* splitted CLImageFormat into CLImageFormat and (generated) CLImageFormatImpl.Michael Bien2010-01-291-4/+3
| | | | | refactored CLProgram kernel creation code. updated tests.
* implemented GL interop context creation on windows and mac.Michael Bien2010-01-261-3/+4
| | | | added more factory methods to CLGLContext.
* added blockingWait parameter to putWaitForEvent(...) CLCommandQueue methods.Michael Bien2010-01-221-3/+3
|
* introduced CLMemory as superclass for all memory objects.Michael Bien2010-01-181-1/+1
| | | | added CLImage, CLImage2d and CLImage3d.
* cleaned up NioDirectOnly list, added clSetKernelArg to list.Michael Bien2010-01-141-6/+120
| | | | | | added experimental QueueBarrier for easy synchronization between multiple concurrent CLCommandQueues. refactored CLCommandQueue, added putTask(). added another concurrency JUnit test.
* refactored HighLevelBindingTest into seperate tests.Michael Bien2010-01-131-0/+83
added CLConcurrencyTest and fixed some bugs in CLEvent codepaths.