summaryrefslogtreecommitdiffstats
path: root/src/com/mbien/opencl/CLPlatform.java
Commit message (Expand)AuthorAgeFilesLines
* introduced CLMemory as superclass for all memory objects.Michael Bien2010-01-181-9/+36
* introduced CLSampler and CLEvent.Michael Bien2010-01-081-6/+9
* fixed gcc setup on mac.Michael Bien2009-12-021-1/+1
* refactoring and more utility methods.Michael Bien2009-11-021-0/+32
* refactored JOCLTest into LowLevelBindingTest and HighLevelBindingTest.Michael Bien2009-10-201-3/+40
* initial import of CLCommandQueue.Michael Bien2009-10-191-7/+7
* initial import of CLBuffer and CLKernel.Michael Bien2009-10-191-1/+21
* 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
* started with high level abstraction.Michael Bien2009-09-301-0/+96