summaryrefslogtreecommitdiffstats
path: root/src/com/jogamp/opencl/CLKernel.java
Commit message (Collapse)AuthorAgeFilesLines
* initial import of CLWork. Integrated in CLCommandQueue, added junit test.Michael Bien2011-07-261-0/+9
|
* renamed setNullArg to setArgSize, since its currently the sole usecase for ↵Michael Bien2011-07-181-3/+9
| | | | null arguments.
* changed resource release synchronization in a way that we can allow ↵Michael Bien2011-07-111-1/+1
| | | | concurrent releases of the root and children of the resource hierarchy without a global lock (and a "already released" exception).
* CLKernel utility methods for setting vector arguments with up to 4 elements ↵Michael Bien2011-07-071-10/+281
| | | | + test.
* 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 ;).