aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/mbien/opencl/CLEventList.java
Commit message (Collapse)AuthorAgeFilesLines
* renamed package com.mbien.* in com.jogamp.* JOCL is now officially a JogAmp ↵Michael Bien2010-04-121-99/+0
| | | | team player ;).
* modifications due to class movement in gluegen.Michael Bien2010-04-011-1/+1
|
* refactoring due to gluegen changes.Michael Bien2010-03-271-1/+1
| | | | - renamed com.sun.gluegen.runtime -> com.jogamp.gluegen.runtime.
* introduced (package private) Disposable interface for forward compatiblility ↵Michael Bien2010-02-281-0/+4
| | | | | | with JDK7's ARM blocks. CLResource extends Disposable.
* introduced CLEventList, an optimized nio collecton for storing CLEvents.Michael Bien2010-01-121-0/+95
added hashCode() and equals() to CLEvent. CLEvent support in CLCommandQueue. Several NIO optimizations.