Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | implemented GL interop context creation on windows and mac. | Michael Bien | 2010-01-26 | 1 | -26/+24 |
| | | | | added more factory methods to CLGLContext. | ||||
* | more direct NIO. | Michael Bien | 2010-01-25 | 1 | -17/+20 |
| | |||||
* | forgot file in last commit. | Michael Bien | 2010-01-20 | 1 | -1/+9 |
| | |||||
* | seperated CLProgram specific tests into CLProgramTest. | Michael Bien | 2010-01-20 | 1 | -2/+9 |
| | | | | | implemented create-program-from-binaries functionality. javadoc fixes. | ||||
* | temporary dissabled non direct NIO binding for methods containing long[] ↵ | Michael Bien | 2010-01-19 | 1 | -8/+6 |
| | | | | | | | | since its broken on 32bit systems. refactored high level binding to use direct NIO exclusively. temporary dissabled low level binding junit tests. green bar on 32 and 64 bit systems. | ||||
* | introduced CLMemory as superclass for all memory objects. | Michael Bien | 2010-01-18 | 1 | -30/+60 |
| | | | | added CLImage, CLImage2d and CLImage3d. | ||||
* | introduced CLSampler and CLEvent. | Michael Bien | 2010-01-08 | 1 | -2/+28 |
| | | | | | refactored code to use internal CLInfoAccessor utility where it makes sense. static imports. | ||||
* | introduced CLGLContext, refactored dependencies, cleanup in opencl code. | Michael Bien | 2010-01-02 | 1 | -23/+13 |
| | |||||
* | improved Exception handling in CLProgram and CLKernel. | Michael Bien | 2009-11-08 | 1 | -2/+5 |
| | | | | | introduced CLResource interface for releasable resources. CLProgram is now rebuildable. | ||||
* | added more buffer creation factory methods. | Michael Bien | 2009-11-06 | 1 | -13/+50 |
| | |||||
* | added cl_ext header to build - extensions are now included in CL and CLGLI api. | Michael Bien | 2009-11-06 | 1 | -8/+9 |
| | | | | | fixed create context codepaths with platform ID as parameter in high level api. updated test. | ||||
* | refactoring and more utility methods. | Michael Bien | 2009-11-02 | 1 | -20/+1 |
| | |||||
* | generified CLBuffer, added createFromGLBuffer(...). | Michael Bien | 2009-10-27 | 1 | -10/+28 |
| | |||||
* | implemented clCreateContext(...) and updated Tests and high level binding. | Michael Bien | 2009-10-25 | 1 | -7/+54 |
| | |||||
* | utility methods and refactoring. | Michael Bien | 2009-10-23 | 1 | -38/+60 |
| | |||||
* | 32bit compatibility. | Michael Bien | 2009-10-22 | 1 | -4/+6 |
| | |||||
* | api cleanup and refactoring. | Michael Bien | 2009-10-22 | 1 | -35/+38 |
| | |||||
* | added CopyBuffer implementation to CLCommandQueue and and test method to ↵ | Michael Bien | 2009-10-21 | 1 | -0/+5 |
| | | | | HighLevelBindingTest. | ||||
* | refactored JOCLTest into LowLevelBindingTest and HighLevelBindingTest. | Michael Bien | 2009-10-20 | 1 | -43/+33 |
| | | | | | moved listCLPlatforms() and getLowLevelBinding() from CLContext to CLPlatform. added method to create CLPrograms from InputStreams and updated test. | ||||
* | added CLCommandQueue to CLContext's resource management code, minor fixes... | Michael Bien | 2009-10-20 | 1 | -0/+26 |
| | |||||
* | initial import of CLCommandQueue. | Michael Bien | 2009-10-19 | 1 | -13/+12 |
| | | | | | updated JUnit test to test CLCommandQueue. cleand up project dependencies. | ||||
* | initial import of CLBuffer and CLKernel. | Michael Bien | 2009-10-19 | 1 | -2/+59 |
| | | | | | added hashCode(), equals() and toString() methods. updated JUnit test to test new classes. | ||||
* | initial import of CLProgram. Updated JUnit Test accordingly. | Michael Bien | 2009-10-19 | 1 | -22/+85 |
| | |||||
* | implemented clBuildProgram(...) and updated JUnit test. | Michael Bien | 2009-10-14 | 1 | -2/+8 |
| | |||||
* | cleaned up test output, removed some internal hardcoded fields from CLDevice. | Michael Bien | 2009-10-12 | 1 | -4/+9 |
| | |||||
* | added utility methods and getters to CLPlatform, CLDevice and CLContext. | Michael Bien | 2009-10-01 | 1 | -1/+83 |
| | | | | adapted unit test. | ||||
* | started with high level abstraction. | Michael Bien | 2009-09-30 | 1 | -0/+45 |