Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | added a few tests for event profiling and enums. | Michael Bien | 2010-02-13 | 1 | -197/+0 |
| | | | | fixed bug in LocalMemType and Mem enum valueOf(int foo) methods. | ||||
* | trivial bugfixes, typo and javadoc warning fixes. | Michael Bien | 2010-02-01 | 1 | -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 Bien | 2010-01-29 | 1 | -4/+3 |
| | | | | | refactored CLProgram kernel creation code. updated tests. | ||||
* | implemented GL interop context creation on windows and mac. | Michael Bien | 2010-01-26 | 1 | -3/+4 |
| | | | | added more factory methods to CLGLContext. | ||||
* | added blockingWait parameter to putWaitForEvent(...) CLCommandQueue methods. | Michael Bien | 2010-01-22 | 1 | -3/+3 |
| | |||||
* | introduced CLMemory as superclass for all memory objects. | Michael Bien | 2010-01-18 | 1 | -1/+1 |
| | | | | added CLImage, CLImage2d and CLImage3d. | ||||
* | cleaned up NioDirectOnly list, added clSetKernelArg to list. | Michael Bien | 2010-01-14 | 1 | -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 Bien | 2010-01-13 | 1 | -0/+83 |
added CLConcurrencyTest and fixed some bugs in CLEvent codepaths. |