aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/jogamp/opencl/CLKernel.java
Commit message (Collapse)AuthorAgeFilesLines
* 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 ;).