summaryrefslogtreecommitdiffstats
path: root/resources
Commit message (Collapse)AuthorAgeFilesLines
* CLDynamicLibraryBundleInfo: Add libPVROCL.so lookup if Android ..v2.1.1Sven Gothel2013-10-191-1/+2
|
* Bug 773 - Device specific JOCL dynamic library look-up on Android - Part 1/2Sven Gothel2013-10-193-7/+81
| | | | | | | | | Use DynamicLibraryBundleInfo w/ alternative native library names, drop manual coding of loading and binding, i.e. JOCLJNILibLoader. After trying opencl native libs (and failing), try GL libs .. We use a manual impl. to CL's 'clGetExtensionFunctionAddress' similar to JOAL, JOGL ...
* Refine 7b21b5abb6373637eeeb270de05bb7472f70b853: Add ↵Sven Gothel2013-10-121-0/+3
| | | | | | CLGL.CL_CONTEXT_PROPERTY_USE_CGL_SHAREGROUP_APPLE and comment it's usage; Remove 'import static' Note: JOCL impl. shall remove all 'import static' to remove hardhsip on ClassLoader ..
* Generate and add *.apk files to the 7z archive [for deployment]Sven Gothel2012-03-276-0/+37
|
* Fix copyright/author tagsedgeSven Gothel2011-06-2815-16/+16
|
* Fix merge w/ latest mbien/edgeSven Gothel2011-06-283-4/+4
|\
| * Synced w/ mbien's JOCL branch - Making it compatible w/ GlueGen againSven Gothel2011-05-182-4/+4
| |
* | automatic header update (one new extension + minor modifications).Michael Bien2011-06-154-51/+83
| |
* | renamed binding interfaces so we don't have a conflict with HLB.Michael Bien2011-05-2712-93/+93
| |
* | javadoc updates.Michael Bien2011-05-2711-11/+11
| |
* | LLB refactoring.Michael Bien2011-05-2716-59/+216
|/ | | | | | - split up CL into multiple sub interfaces - seperation is now feature wise - introdused llb package for low level classes
* generator should use IllegalArgumentException instead of CLException for ↵Michael Bien2011-04-271-2/+2
| | | | argument validation.
* switched from PointerBuffer to NativeSizeBuffer.Michael Bien2011-04-232-4/+4
|
* added direct-nio enforcement for buffer rect methods.Michael Bien2011-02-151-1/+11
|
* small modifications and fixes (build, gluegen)Michael Bien2010-11-153-1/+4
| | | | | | - do not fail if artifact.properties is missing in jogl - include cl_ext.h to jocl glue code - added quotes to #warning text in cl_platform.h to be able to cleanly read it via gluegen
* Removed __GNUC__ from opencl.h gluegen loader fileSven Gothel2010-11-151-5/+1
|
* 1st fixes for new gluegenSven Gothel2010-11-152-32/+44
|
* CLMemObjectDestructorCallback for HLB and LLB.Michael Bien2010-09-024-8/+33
|
* CLEvent callbacks for HLB and LLB.Michael Bien2010-09-024-9/+68
|
* updated to latest Khronos CL headers.Michael Bien2010-08-242-7/+31
|
* updated OpenGL headers.Michael Bien2010-08-072-5259/+1442
|
* updated cl_ext.h.Michael Bien2010-08-071-2/+2
|
* enabled create-context and build-program callbacks using CL_CALLBACK calling ↵Michael Bien2010-07-061-24/+14
| | | | convention.
* switched to dynamic linking. All custom code functions must be called via ↵Michael Bien2010-06-213-70/+108
| | | | funciton pointers since this point.
* ForceProcAddressGen for a few extensions.Michael Bien2010-06-151-0/+10
|
* fixed build... forgot an include.Michael Bien2010-06-151-0/+1
|
* OpenCL 1.1 support.OpenCL1.1Michael Bien2010-06-159-39/+439
| | | | | | | | - updated headers - removed deprecated function from HLB - updated javadoc taglets and all references - disabled cl_vendor_ext.h since most of them are now in the official headers - TODO revisit callbacks
* Refactored LLB into two impl layers to reduce custom code injection ↵Michael Bien2010-06-082-165/+10
| | | | | | | significantly. - CLAbstractImpl is automatically generated by gluegen (former CLImpl) - CLImply is handwritten and extends CLAbstractImpl to handle special cases
* changes due to gluegen size_t fix. Switched back to PointerBuffer. 32bit ↵Michael Bien2010-05-313-5/+6
| | | | systems are now supported again.
* updated cl_ext header to latest version.Michael Bien2010-05-181-2/+8
|
* disabled callbacks temporary to be able to build on windows.Michael Bien2010-05-121-14/+28
| | | | fixed a few compiler warnings.
* status should be an direct buffer.Michael Bien2010-05-121-2/+8
|
* started with dynamic-binding-only build option.Michael Bien2010-05-081-1/+4
| | | | added user.libpath property for user specified library linking.
* added new AMD vendor extensions to cl_vendor_ext.h.Michael Bien2010-05-041-0/+55
|
* finished main functionality of ErrorHandler impl.Michael Bien2010-05-044-26/+94
| | | | | | - using event listener add/remove pattern instead add on context creation - context -> error handler object global reference mapping(TM) using LongLongMap in CLImpl - global ref is deleted on context release
* CLBuildListener functionality for high level bindings.Michael Bien2010-05-023-7/+8
| | | | | - uses low level BuildProgramCallback internally - updated tests, testing async builds
* continued with callbacks.Michael Bien2010-04-262-20/+57
| | | | | - started with context error callback - finished build program callback
* implemented low level BuildProgramCallbacks.Michael Bien2010-04-253-40/+71
| | | | | - removed userdata arguments from createContext* and buildProgram bindings - updated LowLevelBindingTest
* clGetExtensionFunctionAddress returns now a long.Michael Bien2010-04-242-2/+14
|
* dynamic binding for OpenGL specific functionality.Michael Bien2010-04-242-4/+15
|
* updated opencl man pages url in native-taglet.propierties.Michael Bien2010-04-201-74/+74
|
* updated cl_ext.h and cl_gl.h (automatically detected by updateder script).Michael Bien2010-04-152-4/+16
|
* renamed package com.mbien.* in com.jogamp.* JOCL is now officially a JogAmp ↵Michael Bien2010-04-125-13/+13
| | | | team player ;).
* removed duplicated imports due to changes in gluegen.Michael Bien2010-04-081-3/+0
|
* modifications due to class movement in gluegen.Michael Bien2010-04-012-6/+6
|
* refactorings due to newly introduced Int64Buffer in gluegen.Michael Bien2010-03-301-2/+2
|
* changes due to BufferFactory -> Buffers renaming in gluegen.Michael Bien2010-03-291-21/+21
|
* refactoring due to gluegen changes.Michael Bien2010-03-273-19/+19
| | | | - renamed com.sun.gluegen.runtime -> com.jogamp.gluegen.runtime.
* moved generated CLGLI Interface into com.mbien.opencl.gl package.Michael Bien2010-03-082-0/+6
|
* added new cl_gl_ext.h headerfile and enabled automatic updates.Michael Bien2010-03-082-0/+53
|