aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/mbien/opencl/CLResource.java
Commit message (Collapse)AuthorAgeFilesLines
* renamed package com.mbien.* in com.jogamp.* JOCL is now officially a JogAmp ↵Michael Bien2010-04-121-20/+0
| | | | team player ;).
* introduced (package private) Disposable interface for forward compatiblility ↵Michael Bien2010-02-281-1/+7
| | | | | | with JDK7's ARM blocks. CLResource extends Disposable.
* improved Exception handling in CLProgram and CLKernel.Michael Bien2009-11-081-0/+14
introduced CLResource interface for releasable resources. CLProgram is now rebuildable.