summaryrefslogtreecommitdiffstats
path: root/src/com/mbien/opencl/CLDevice.java
Commit message (Collapse)AuthorAgeFilesLines
* code review, spell checks and scope.Michael Bien2010-02-241-6/+6
|
* introduced CLObject as common superclass for all OpenCL objects.Michael Bien2010-02-221-17/+3
|
* several small refactorings, api and javadoc improvements.Michael Bien2010-02-221-3/+7
| | | | | added automatically generated specialized CLExceptions for each known OpenCL error. added get/set Properties to CLCommandQueue.
* added a few tests for event profiling and enums.Michael Bien2010-02-131-2/+2
| | | | fixed bug in LocalMemType and Mem enum valueOf(int foo) methods.
* fixed bug in CL[GL]Context.create(..., device), added test.Michael Bien2010-02-121-0/+4
| | | | CLKernel is now Cloneable.
* trivial bugfixes, typo and javadoc warning fixes.Michael Bien2010-02-011-2/+9
| | | | | | began to switch to gluegen's libloading infrastructure. added CL extensions accessors to CLPlatform. optimized isFooEnabled() methods for CLCommandQueue.
* added obtain[Device|Platform]Properties() methods to CLUtils.Michael Bien2010-01-231-0/+56
| | | | | added preferred vector width utility accessors to CLDevice. put impl package on javadoc ignore list.
* added blockingWait parameter to putWaitForEvent(...) CLCommandQueue methods.Michael Bien2010-01-221-1/+1
|
* small win32 fix in build setup and 32bit compatibility fix for CLDevice.Michael Bien2010-01-221-1/+6
|
* more device properties.Michael Bien2010-01-211-1/+27
|
* more utility getters for CLDevice.Michael Bien2010-01-161-17/+112
|
* CLInfoAccessor uses now threadlocal direct nio buffers for all operations.Michael Bien2010-01-151-2/+3
| | | | | javadoc improvements. added event based profiling functionality.
* introduced CLSampler and CLEvent.Michael Bien2010-01-081-94/+82
| | | | | refactored code to use internal CLInfoAccessor utility where it makes sense. static imports.
* fixed gcc setup on mac.Michael Bien2009-12-021-1/+1
| | | | | updated native taglet toc url. fixed small bug in cl char[] -> String conversion.
* added remaining utility getters to CLDevice.Michael Bien2009-11-011-5/+284
|
* 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