summaryrefslogtreecommitdiffstats
path: root/src/com/mbien/opencl/CLSampler.java
Commit message (Collapse)AuthorAgeFilesLines
* renamed package com.mbien.* in com.jogamp.* JOCL is now officially a JogAmp ↵Michael Bien2010-04-121-123/+0
| | | | team player ;).
* modifications due to class movement in gluegen.Michael Bien2010-04-011-2/+2
|
* refactorings due to newly introduced Int64Buffer in gluegen.Michael Bien2010-03-301-1/+2
|
* refactoring due to gluegen changes.Michael Bien2010-03-271-1/+1
| | | | - renamed com.sun.gluegen.runtime -> com.jogamp.gluegen.runtime.
* moved utilities to util package.Michael Bien2010-03-081-1/+2
| | | | several smaller improvements and doc fixes.
* introduced (package private) Disposable interface for forward compatiblility ↵Michael Bien2010-02-281-0/+4
| | | | | | with JDK7's ARM blocks. CLResource extends Disposable.
* introduced CLObject as common superclass for all OpenCL objects.Michael Bien2010-02-221-12/+8
|
* CLInfoAccessor uses now threadlocal direct nio buffers for all operations.Michael Bien2010-01-151-2/+3
| | | | | javadoc improvements. added event based profiling functionality.
* introduced CLSampler and CLEvent.Michael Bien2010-01-081-0/+120
refactored code to use internal CLInfoAccessor utility where it makes sense. static imports.