summaryrefslogtreecommitdiffstats
path: root/src/com/mbien/opencl/CLEvent.java
Commit message (Expand)AuthorAgeFilesLines
* renamed package com.mbien.* in com.jogamp.* JOCL is now officially a JogAmp t...Michael Bien2010-04-121-263/+0
* modifications due to class movement in gluegen.Michael Bien2010-04-011-1/+1
* refactorings due to newly introduced Int64Buffer in gluegen.Michael Bien2010-03-301-3/+3
* refactoring due to gluegen changes.Michael Bien2010-03-271-1/+1
* introduced (package private) Disposable interface for forward compatiblility ...Michael Bien2010-02-281-0/+4
* code review. Fixed typos in javadoc and fixed some warnings.Michael Bien2010-02-241-2/+2
* introduced CLObject as common superclass for all OpenCL objects.Michael Bien2010-02-221-9/+2
* added ERROR status to CLEvent.Michael Bien2010-02-191-3/+17
* CLInfoAccessor uses now threadlocal direct nio buffers for all operations.Michael Bien2010-01-151-3/+80
* refactored HighLevelBindingTest into seperate tests.Michael Bien2010-01-131-1/+3
* introduced CLEventList, an optimized nio collecton for storing CLEvents.Michael Bien2010-01-121-1/+36
* introduced CLSampler and CLEvent.Michael Bien2010-01-081-0/+138