Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixed bug in CL[GL]Context.create(..., device), added test. | Michael Bien | 2010-02-12 | 1 | -3/+13 |
| | | | | CLKernel is now Cloneable. | ||||
* | implemented GL interop context creation on windows and mac. | Michael Bien | 2010-01-26 | 1 | -30/+87 |
| | | | | added more factory methods to CLGLContext. | ||||
* | more direct NIO. | Michael Bien | 2010-01-25 | 1 | -2/+2 |
| | |||||
* | moved all CLGL specific methods into CLGLBuffer. | Michael Bien | 2010-01-21 | 1 | -45/+3 |
| | |||||
* | more device properties. | Michael Bien | 2010-01-21 | 1 | -0/+7 |
| | |||||
* | introduced CLMemory as superclass for all memory objects. | Michael Bien | 2010-01-18 | 1 | -3/+3 |
| | | | | added CLImage, CLImage2d and CLImage3d. | ||||
* | improved QueueBarrier added constructor to restrict barriers to certain queues. | Michael Bien | 2010-01-15 | 1 | -1/+37 |
| | | | | temporary added getGLObjectType to CLGLContext. | ||||
* | introduced CLSampler and CLEvent. | Michael Bien | 2010-01-08 | 1 | -2/+3 |
| | | | | | refactored code to use internal CLInfoAccessor utility where it makes sense. static imports. | ||||
* | fixed shared context creation code. | Michael Bien | 2010-01-02 | 1 | -1/+5 |
| | |||||
* | introduced CLGLContext, refactored dependencies, cleanup in opencl code. | Michael Bien | 2010-01-02 | 1 | -0/+83 |