summaryrefslogtreecommitdiffstats
path: root/src/com/mbien/opencl/CLPlatform.java
Commit message (Expand)AuthorAgeFilesLines
* code review, spell checks and scope.Michael Bien2010-02-241-1/+1
* code review. Fixed typos in javadoc and fixed some warnings.Michael Bien2010-02-241-5/+5
* several small refactorings, api and javadoc improvements.Michael Bien2010-02-221-2/+10
* fixed CLBufferTest.mapBufferTest() for non CPU contexts.Michael Bien2010-02-191-0/+6
* trivial bugfixes, typo and javadoc warning fixes.Michael Bien2010-02-011-2/+36
* implemented GL interop context creation on windows and mac.Michael Bien2010-01-261-0/+10
* temporary dissabled non direct NIO binding for methods containing long[] sinc...Michael Bien2010-01-191-18/+21
* 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