summaryrefslogtreecommitdiffstats
path: root/src/com/jogamp/opencl/CLKernel.java
Commit message (Expand)AuthorAgeFilesLines
* Remove use of CL*Binding interfacesWade Walker2015-11-081-3/+3
* Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e...Sven Gothel2014-07-031-49/+49
* 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
* | 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