summaryrefslogtreecommitdiffstats
path: root/src/com/mbien/opencl/CLProgram.java
Commit message (Collapse)AuthorAgeFilesLines
* introduced (package private) Disposable interface for forward compatiblility ↵Michael Bien2010-02-281-0/+4
| | | | | | with JDK7's ARM blocks. CLResource extends Disposable.
* added three missing workgroup info methods in CLKernel.Michael Bien2010-02-281-1/+1
|
* implemented Serialization for CLProgramBuilder.Michael Bien2010-02-261-3/+4
| | | | | | CLProgram.getBinaries() is now ordered. updated junit to 4.8.1. javadoc fixes.
* introduced CLBuildConfiguration and CLProgramConfiguration interfaces for ↵Michael Bien2010-02-251-3/+3
| | | | CLProgramBuilder.
* initial import of CLProgramBuilder.Michael Bien2010-02-241-20/+18
|
* code review. Fixed typos in javadoc and fixed some warnings.Michael Bien2010-02-241-3/+3
|
* introduced CLObject as common superclass for all OpenCL objects.Michael Bien2010-02-221-24/+16
|
* several small refactorings, api and javadoc improvements.Michael Bien2010-02-221-5/+27
| | | | | added automatically generated specialized CLExceptions for each known OpenCL error. added get/set Properties to CLCommandQueue.
* splitted CLImageFormat into CLImageFormat and (generated) CLImageFormatImpl.Michael Bien2010-01-291-71/+87
| | | | | refactored CLProgram kernel creation code. updated tests.
* more direct NIO.Michael Bien2010-01-251-5/+8
|
* switched from enum to poji as storage for common compiler options.Michael Bien2010-01-221-36/+46
|
* dynamic dispatch via CLProcAddressTable for OpenCL extensions.Michael Bien2010-01-221-3/+38
| | | | made CLProgram failsafe, updated tests.
* seperated CLProgram specific tests into CLProgramTest.Michael Bien2010-01-201-8/+58
| | | | | implemented create-program-from-binaries functionality. javadoc fixes.
* temporary dissabled non direct NIO binding for methods containing long[] ↵Michael Bien2010-01-191-31/+34
| | | | | | | | since its broken on 32bit systems. refactored high level binding to use direct NIO exclusively. temporary dissabled low level binding junit tests. green bar on 32 and 64 bit systems.
* added Option enum for common build optons (contains all specified flags as ↵Michael Bien2010-01-151-3/+118
| | | | of OpenCL 1.0).
* introduced CLSampler and CLEvent.Michael Bien2010-01-081-26/+34
| | | | | refactored code to use internal CLInfoAccessor utility where it makes sense. static imports.
* fixed gcc setup on mac.Michael Bien2009-12-021-3/+3
| | | | | updated native taglet toc url. fixed small bug in cl char[] -> String conversion.
* improved Exception handling in CLProgram and CLKernel.Michael Bien2009-11-081-28/+84
| | | | | introduced CLResource interface for releasable resources. CLProgram is now rebuildable.
* bug fixes in buffer handling.Michael Bien2009-11-051-3/+7
|
* refactoring and more utility methods.Michael Bien2009-11-021-2/+31
|
* utility methods and refactoring.Michael Bien2009-10-231-112/+145
|
* 32bit compatibility.Michael Bien2009-10-221-2/+3
|
* api cleanup and refactoring.Michael Bien2009-10-221-3/+31
|
* added CLCommandQueue to CLContext's resource management code, minor fixes...Michael Bien2009-10-201-1/+1
|
* initial import of CLCommandQueue.Michael Bien2009-10-191-24/+21
| | | | | updated JUnit test to test CLCommandQueue. cleand up project dependencies.
* initial import of CLBuffer and CLKernel.Michael Bien2009-10-191-3/+74
| | | | | 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-0/+197