Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | modifications due to class movement in gluegen. | Michael Bien | 2010-04-01 | 1 | -1/+1 |
| | |||||
* | refactorings due to newly introduced Int64Buffer in gluegen. | Michael Bien | 2010-03-30 | 1 | -3/+3 |
| | |||||
* | refactoring due to gluegen changes. | Michael Bien | 2010-03-27 | 1 | -1/+1 |
| | | | | - renamed com.sun.gluegen.runtime -> com.jogamp.gluegen.runtime. | ||||
* | introduced (package private) Disposable interface for forward compatiblility ↵ | Michael Bien | 2010-02-28 | 1 | -0/+4 |
| | | | | | | with JDK7's ARM blocks. CLResource extends Disposable. | ||||
* | code review. Fixed typos in javadoc and fixed some warnings. | Michael Bien | 2010-02-24 | 1 | -2/+2 |
| | |||||
* | introduced CLObject as common superclass for all OpenCL objects. | Michael Bien | 2010-02-22 | 1 | -9/+2 |
| | |||||
* | added ERROR status to CLEvent. | Michael Bien | 2010-02-19 | 1 | -3/+17 |
| | |||||
* | CLInfoAccessor uses now threadlocal direct nio buffers for all operations. | Michael Bien | 2010-01-15 | 1 | -3/+80 |
| | | | | | javadoc improvements. added event based profiling functionality. | ||||
* | refactored HighLevelBindingTest into seperate tests. | Michael Bien | 2010-01-13 | 1 | -1/+3 |
| | | | | added CLConcurrencyTest and fixed some bugs in CLEvent codepaths. | ||||
* | introduced CLEventList, an optimized nio collecton for storing CLEvents. | Michael Bien | 2010-01-12 | 1 | -1/+36 |
| | | | | | | added hashCode() and equals() to CLEvent. CLEvent support in CLCommandQueue. Several NIO optimizations. | ||||
* | introduced CLSampler and CLEvent. | Michael Bien | 2010-01-08 | 1 | -0/+138 |
refactored code to use internal CLInfoAccessor utility where it makes sense. static imports. |