aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/mbien/opencl/CLContext.java
Commit message (Collapse)AuthorAgeFilesLines
* refactored JOCLTest into LowLevelBindingTest and HighLevelBindingTest.Michael Bien2009-10-201-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 Bien2009-10-201-0/+26
|
* initial import of CLCommandQueue.Michael Bien2009-10-191-13/+12
| | | | | updated JUnit test to test CLCommandQueue. cleand up project dependencies.
* initial import of CLBuffer and CLKernel.Michael Bien2009-10-191-2/+59
| | | | | 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-22/+85
|
* implemented clBuildProgram(...) and updated JUnit test.Michael Bien2009-10-141-2/+8
|
* cleaned up test output, removed some internal hardcoded fields from CLDevice.Michael Bien2009-10-121-4/+9
|
* added utility methods and getters to CLPlatform, CLDevice and CLContext.Michael Bien2009-10-011-1/+83
| | | | adapted unit test.
* started with high level abstraction.Michael Bien2009-09-301-0/+45