aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/jogamp/opencl
Commit message (Expand)AuthorAgeFilesLines
* OpenCL 1.1 support.OpenCL1.1Michael Bien2010-06-151-16/+0
* Refactored LLB into two impl layers to reduce custom code injection significa...Michael Bien2010-06-081-0/+193
* simplification in CLGLContext due to cleanup in GLContext (jogl commit: dd040...Michael Bien2010-06-021-10/+7
* use getDisplayHandle for linux and Surface on windows for CLGL context creation.Michael Bien2010-05-311-3/+3
* changes due to gluegen size_t fix. Switched back to PointerBuffer. 32bit syst...Michael Bien2010-05-3110-59/+52
* improved concurrent load test (disabled by default) and confirmed that cl pro...Michael Bien2010-05-301-5/+18
* added CLGLContext sharing support for EGLContexts.Michael Bien2010-05-241-11/+27
* status should be an direct buffer.Michael Bien2010-05-121-1/+1
* finished main functionality of ErrorHandler impl.Michael Bien2010-05-043-18/+93
* renamed ErrorHandler.Michael Bien2010-05-031-1/+1
* CLBuildListener functionality for high level bindings.Michael Bien2010-05-026-11/+130
* added doPrivileged block around libloading logic.Michael Bien2010-04-281-4/+19
* continued with callbacks.Michael Bien2010-04-262-3/+2
* implemented low level BuildProgramCallbacks.Michael Bien2010-04-254-6/+15
* 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
* 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 n...Michael Bien2010-04-221-4/+12
* changes due to refactorings in gluegen. (NativeLibLoaderBase->JNILibLoaderBase)Michael Bien2010-04-201-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-159-43/+86
* 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-1236-0/+7914