aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/mbien/opencl/CLSampler.java
Commit message (Collapse)AuthorAgeFilesLines
* CLInfoAccessor uses now threadlocal direct nio buffers for all operations.Michael Bien2010-01-151-2/+3
| | | | | javadoc improvements. added event based profiling functionality.
* introduced CLSampler and CLEvent.Michael Bien2010-01-081-0/+120
refactored code to use internal CLInfoAccessor utility where it makes sense. static imports.