Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | introduced CLSampler and CLEvent. | Michael Bien | 2010-01-08 | 1 | -6/+9 |
| | | | | | refactored code to use internal CLInfoAccessor utility where it makes sense. static imports. | ||||
* | fixed gcc setup on mac. | Michael Bien | 2009-12-02 | 1 | -1/+1 |
| | | | | | updated native taglet toc url. fixed small bug in cl char[] -> String conversion. | ||||
* | refactoring and more utility methods. | Michael Bien | 2009-11-02 | 1 | -0/+32 |
| | |||||
* | refactored JOCLTest into LowLevelBindingTest and HighLevelBindingTest. | Michael Bien | 2009-10-20 | 1 | -3/+40 |
| | | | | | moved listCLPlatforms() and getLowLevelBinding() from CLContext to CLPlatform. added method to create CLPrograms from InputStreams and updated test. | ||||
* | initial import of CLCommandQueue. | Michael Bien | 2009-10-19 | 1 | -7/+7 |
| | | | | | updated JUnit test to test CLCommandQueue. cleand up project dependencies. | ||||
* | initial import of CLBuffer and CLKernel. | Michael Bien | 2009-10-19 | 1 | -1/+21 |
| | | | | | 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 | -7/+4 |
| | |||||
* | added utility methods and getters to CLPlatform, CLDevice and CLContext. | Michael Bien | 2009-10-01 | 1 | -2/+9 |
| | | | | adapted unit test. | ||||
* | started with high level abstraction. | Michael Bien | 2009-09-30 | 1 | -0/+96 |