Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | more utility getters for CLDevice. | Michael Bien | 2010-01-16 | 1 | -17/+112 |
| | |||||
* | CLInfoAccessor uses now threadlocal direct nio buffers for all operations. | Michael Bien | 2010-01-15 | 1 | -2/+3 |
| | | | | | javadoc improvements. added event based profiling functionality. | ||||
* | introduced CLSampler and CLEvent. | Michael Bien | 2010-01-08 | 1 | -94/+82 |
| | | | | | refactored code to use internal CLInfoAccessor utility where it makes sense. static imports. | ||||
* | fixed gcc setup on mac. | Michael Bien | 2009-12-02 | 1 | -1/+1 |
| | | | | | updated native taglet toc url. fixed small bug in cl char[] -> String conversion. | ||||
* | added remaining utility getters to CLDevice. | Michael Bien | 2009-11-01 | 1 | -5/+284 |
| | |||||
* | implemented clCreateContext(...) and updated Tests and high level binding. | Michael Bien | 2009-10-25 | 1 | -6/+16 |
| | |||||
* | utility methods and refactoring. | Michael Bien | 2009-10-23 | 1 | -50/+100 |
| | |||||
* | 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 | -7/+29 |
| | | | | | updated JUnit test to test CLCommandQueue. cleand up project dependencies. | ||||
* | initial import of CLBuffer and CLKernel. | Michael Bien | 2009-10-19 | 1 | -3/+11 |
| | | | | | 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 | -8/+9 |
| | |||||
* | cleaned up test output, removed some internal hardcoded fields from CLDevice. | Michael Bien | 2009-10-12 | 1 | -10/+8 |
| | |||||
* | added utility methods and getters to CLPlatform, CLDevice and CLContext. | Michael Bien | 2009-10-01 | 1 | -7/+172 |
| | | | | adapted unit test. | ||||
* | started with high level abstraction. | Michael Bien | 2009-09-30 | 1 | -0/+42 |