summaryrefslogtreecommitdiffstats
path: root/src/com/jogamp/opencl/CLKernel.java
Commit message (Expand)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 nu...Michael Bien2011-07-181-3/+9
* changed resource release synchronization in a way that we can allow concurren...Michael Bien2011-07-111-1/+1
* CLKernel utility methods for setting vector arguments with up to 4 elements +...Michael Bien2011-07-071-10/+281
* 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
* 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
* CLKernel code review.Michael Bien2011-05-151-22/+46
* 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
* minor refactorings and updates.Michael Bien2010-06-271-2/+1
* changes due to gluegen size_t fix. Switched back to PointerBuffer. 32bit syst...Michael Bien2010-05-311-2/+2
* fixed buffer-offset bug in CLKernel.getCompileWorkGroupSize, optimized buffer...Michael Bien2010-04-161-5/+10
* code review: improved exception messages to be more verbose whenever possible.Michael Bien2010-04-151-6/+15
* fixed BufferOverflowException in CLKernel.getCompileWorkGroupSize(), buffer w...Michael Bien2010-04-151-1/+1
* renamed package com.mbien.* in com.jogamp.* JOCL is now officially a JogAmp t...Michael Bien2010-04-121-0/+306