summaryrefslogtreecommitdiffstats
path: root/src/com/mbien/opencl/CLContext.java
Commit message (Expand)AuthorAgeFilesLines
* introduced CLSampler and CLEvent.Michael Bien2010-01-081-2/+28
* introduced CLGLContext, refactored dependencies, cleanup in opencl code.Michael Bien2010-01-021-23/+13
* improved Exception handling in CLProgram and CLKernel.Michael Bien2009-11-081-2/+5
* added more buffer creation factory methods.Michael Bien2009-11-061-13/+50
* added cl_ext header to build - extensions are now included in CL and CLGLI api.Michael Bien2009-11-061-8/+9
* refactoring and more utility methods.Michael Bien2009-11-021-20/+1
* generified CLBuffer, added createFromGLBuffer(...).Michael Bien2009-10-271-10/+28
* implemented clCreateContext(...) and updated Tests and high level binding.Michael Bien2009-10-251-7/+54
* utility methods and refactoring.Michael Bien2009-10-231-38/+60
* 32bit compatibility.Michael Bien2009-10-221-4/+6
* api cleanup and refactoring.Michael Bien2009-10-221-35/+38
* added CopyBuffer implementation to CLCommandQueue and and test method to High...Michael Bien2009-10-211-0/+5
* refactored JOCLTest into LowLevelBindingTest and HighLevelBindingTest.Michael Bien2009-10-201-43/+33
* 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
* initial import of CLBuffer and CLKernel.Michael Bien2009-10-191-2/+59
* 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
* started with high level abstraction.Michael Bien2009-09-301-0/+45