summaryrefslogtreecommitdiffstats
path: root/src/com/jogamp/opencl/CLKernel.java
Commit message (Collapse)AuthorAgeFilesLines
* Fix copyright/author tagsedgeSven Gothel2011-06-281-2/+2
|
* Fix merge w/ latest mbien/edgeSven Gothel2011-06-281-2/+2
|\
| * Synced w/ mbien's JOCL branch - Making it compatible w/ GlueGen againSven Gothel2011-05-181-2/+2
| |
* | CLKernel short setters, setArgs(Object... values) for convenient initialization.Michael Bien2011-06-191-0/+40
| |
* | - added isReleased() to CLResource, made CLObject public.Michael Bien2011-06-191-1/+2
| | | | | | - a CLResource will throw an Exception if released twice.
* | internal refactoring to use new binding interfaces in highlevel api impl.Michael Bien2011-06-151-7/+11
| |
* | LLB refactoring.Michael Bien2011-05-271-2/+3
|/ | | | | | - split up CL into multiple sub interfaces - seperation is now feature wise - introdused llb package for low level classes
* CLKernel code review.Michael Bien2011-05-151-22/+46
| | | | | - optimized create from name path - putArg should not increment the index if setting the argument fails - added putArg() test
* switched from PointerBuffer to NativeSizeBuffer.Michael Bien2011-04-231-2/+2
|
* paper work: license and file headers.Michael Bien2010-11-261-0/+28
|
* update due to changes in JDK7's ARM spec.Michael Bien2010-07-031-4/+0
| | | | | added AutoCloseable dummy for backwards compatibility (won't be loaded when used with JDK7) can be further improved as soon we have extension methods.
* minor refactorings and updates.Michael Bien2010-06-271-2/+1
|
* changes due to gluegen size_t fix. Switched back to PointerBuffer. 32bit ↵Michael Bien2010-05-311-2/+2
| | | | systems are now supported again.
* fixed buffer-offset bug in CLKernel.getCompileWorkGroupSize, optimized ↵Michael Bien2010-04-161-5/+10
| | | | buffer size on 32bit systems, enabled test.
* code review: improved exception messages to be more verbose whenever possible.Michael Bien2010-04-151-6/+15
| | | | began with CLKernel testcase.
* fixed BufferOverflowException in CLKernel.getCompileWorkGroupSize(), buffer ↵Michael Bien2010-04-151-1/+1
| | | | was to small.
* renamed package com.mbien.* in com.jogamp.* JOCL is now officially a JogAmp ↵Michael Bien2010-04-121-0/+306
team player ;).