aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/mbien/opencl/CLDevice.java
Commit message (Collapse)AuthorAgeFilesLines
* implemented clCreateContext(...) and updated Tests and high level binding.Michael Bien2009-10-251-6/+16
|
* utility methods and refactoring.Michael Bien2009-10-231-50/+100
|
* added CLCommandQueue to CLContext's resource management code, minor fixes...Michael Bien2009-10-201-1/+1
|
* initial import of CLCommandQueue.Michael Bien2009-10-191-7/+29
| | | | | updated JUnit test to test CLCommandQueue. cleand up project dependencies.
* initial import of CLBuffer and CLKernel.Michael Bien2009-10-191-3/+11
| | | | | 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-8/+9
|
* cleaned up test output, removed some internal hardcoded fields from CLDevice.Michael Bien2009-10-121-10/+8
|
* added utility methods and getters to CLPlatform, CLDevice and CLContext.Michael Bien2009-10-011-7/+172
| | | | adapted unit test.
* started with high level abstraction.Michael Bien2009-09-301-0/+42