summaryrefslogtreecommitdiffstats
path: root/src/com/mbien/opencl/CLEvent.java
Commit message (Collapse)AuthorAgeFilesLines
* refactored HighLevelBindingTest into seperate tests.Michael Bien2010-01-131-1/+3
| | | | added CLConcurrencyTest and fixed some bugs in CLEvent codepaths.
* introduced CLEventList, an optimized nio collecton for storing CLEvents.Michael Bien2010-01-121-1/+36
| | | | | | added hashCode() and equals() to CLEvent. CLEvent support in CLCommandQueue. Several NIO optimizations.
* introduced CLSampler and CLEvent.Michael Bien2010-01-081-0/+138
refactored code to use internal CLInfoAccessor utility where it makes sense. static imports.