Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | introduced CLBuildConfiguration and CLProgramConfiguration interfaces for ↵ | Michael Bien | 2010-02-25 | 1 | -3/+3 |
| | | | | CLProgramBuilder. | ||||
* | initial import of CLProgramBuilder. | Michael Bien | 2010-02-24 | 1 | -20/+18 |
| | |||||
* | code review. Fixed typos in javadoc and fixed some warnings. | Michael Bien | 2010-02-24 | 1 | -3/+3 |
| | |||||
* | introduced CLObject as common superclass for all OpenCL objects. | Michael Bien | 2010-02-22 | 1 | -24/+16 |
| | |||||
* | several small refactorings, api and javadoc improvements. | Michael Bien | 2010-02-22 | 1 | -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 Bien | 2010-01-29 | 1 | -71/+87 |
| | | | | | refactored CLProgram kernel creation code. updated tests. | ||||
* | more direct NIO. | Michael Bien | 2010-01-25 | 1 | -5/+8 |
| | |||||
* | switched from enum to poji as storage for common compiler options. | Michael Bien | 2010-01-22 | 1 | -36/+46 |
| | |||||
* | dynamic dispatch via CLProcAddressTable for OpenCL extensions. | Michael Bien | 2010-01-22 | 1 | -3/+38 |
| | | | | made CLProgram failsafe, updated tests. | ||||
* | seperated CLProgram specific tests into CLProgramTest. | Michael Bien | 2010-01-20 | 1 | -8/+58 |
| | | | | | implemented create-program-from-binaries functionality. javadoc fixes. | ||||
* | temporary dissabled non direct NIO binding for methods containing long[] ↵ | Michael Bien | 2010-01-19 | 1 | -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 Bien | 2010-01-15 | 1 | -3/+118 |
| | | | | of OpenCL 1.0). | ||||
* | introduced CLSampler and CLEvent. | Michael Bien | 2010-01-08 | 1 | -26/+34 |
| | | | | | refactored code to use internal CLInfoAccessor utility where it makes sense. static imports. | ||||
* | fixed gcc setup on mac. | Michael Bien | 2009-12-02 | 1 | -3/+3 |
| | | | | | updated native taglet toc url. fixed small bug in cl char[] -> String conversion. | ||||
* | improved Exception handling in CLProgram and CLKernel. | Michael Bien | 2009-11-08 | 1 | -28/+84 |
| | | | | | introduced CLResource interface for releasable resources. CLProgram is now rebuildable. | ||||
* | bug fixes in buffer handling. | Michael Bien | 2009-11-05 | 1 | -3/+7 |
| | |||||
* | refactoring and more utility methods. | Michael Bien | 2009-11-02 | 1 | -2/+31 |
| | |||||
* | utility methods and refactoring. | Michael Bien | 2009-10-23 | 1 | -112/+145 |
| | |||||
* | 32bit compatibility. | Michael Bien | 2009-10-22 | 1 | -2/+3 |
| | |||||
* | api cleanup and refactoring. | Michael Bien | 2009-10-22 | 1 | -3/+31 |
| | |||||
* | added CLCommandQueue to CLContext's resource management code, minor fixes... | Michael Bien | 2009-10-20 | 1 | -1/+1 |
| | |||||
* | initial import of CLCommandQueue. | Michael Bien | 2009-10-19 | 1 | -24/+21 |
| | | | | | updated JUnit test to test CLCommandQueue. cleand up project dependencies. | ||||
* | initial import of CLBuffer and CLKernel. | Michael Bien | 2009-10-19 | 1 | -3/+74 |
| | | | | | added hashCode(), equals() and toString() methods. updated JUnit test to test new classes. | ||||
* | initial import of CLProgram. Updated JUnit Test accordingly. | Michael Bien | 2009-10-19 | 1 | -0/+197 |