Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | renamed package com.mbien.* in com.jogamp.* JOCL is now officially a JogAmp ↵ | Michael Bien | 2010-04-12 | 1 | -20/+0 |
| | | | | team player ;). | ||||
* | introduced (package private) Disposable interface for forward compatiblility ↵ | Michael Bien | 2010-02-28 | 1 | -1/+7 |
| | | | | | | with JDK7's ARM blocks. CLResource extends Disposable. | ||||
* | improved Exception handling in CLProgram and CLKernel. | Michael Bien | 2009-11-08 | 1 | -0/+14 |
introduced CLResource interface for releasable resources. CLProgram is now rebuildable. |