summaryrefslogtreecommitdiffstats
path: root/src/com/jogamp/opencl
Commit message (Collapse)AuthorAgeFilesLines
* modification due to method renaming in gluegen/ProcAddressTable.Michael Bien2010-04-241-2/+1
|
* CLGLContext.create() makes GLContext current.Michael Bien2010-04-242-17/+39
| | | | | made CLContext.release() more bulletproof. added CLGLTest.
* renamed NativeLibLoader to JOCLJNILibLoader.Michael Bien2010-04-242-3/+3
|
* dynamic binding for OpenGL specific functionality.Michael Bien2010-04-244-13/+29
|
* CLContext should not throw NPE in create(...) if a device or device type is ↵Michael Bien2010-04-221-4/+12
| | | | null.
* changes due to refactorings in gluegen. (NativeLibLoaderBase->JNILibLoaderBase)Michael Bien2010-04-201-2/+2
|
* 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-159-43/+86
| | | | 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-1236-0/+7914
team player ;).