aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/mbien/opencl/Disposable.java
Commit message (Collapse)AuthorAgeFilesLines
* renamed package com.mbien.* in com.jogamp.* JOCL is now officially a JogAmp ↵Michael Bien2010-04-121-21/+0
| | | | team player ;).
* introduced (package private) Disposable interface for forward compatiblility ↵Michael Bien2010-02-281-0/+21
with JDK7's ARM blocks. CLResource extends Disposable.