aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/mbien/opencl/CLPlatform.java
Commit message (Collapse)AuthorAgeFilesLines
* introduced CLSampler and CLEvent.Michael Bien2010-01-081-6/+9
| | | | | refactored code to use internal CLInfoAccessor utility where it makes sense. static imports.
* fixed gcc setup on mac.Michael Bien2009-12-021-1/+1
| | | | | updated native taglet toc url. fixed small bug in cl char[] -> String conversion.
* refactoring and more utility methods.Michael Bien2009-11-021-0/+32
|
* refactored JOCLTest into LowLevelBindingTest and HighLevelBindingTest.Michael Bien2009-10-201-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 Bien2009-10-191-7/+7
| | | | | updated JUnit test to test CLCommandQueue. cleand up project dependencies.
* initial import of CLBuffer and CLKernel.Michael Bien2009-10-191-1/+21
| | | | | added hashCode(), equals() and toString() methods. updated JUnit test to test new classes.
* initial import of CLProgram. Updated JUnit Test accordingly.Michael Bien2009-10-191-7/+4
|
* added utility methods and getters to CLPlatform, CLDevice and CLContext.Michael Bien2009-10-011-2/+9
| | | | adapted unit test.
* started with high level abstraction.Michael Bien2009-09-301-0/+96