Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bug 884: Add standard JogAmp build files. | Wade Walker | 2013-12-15 | 1 | -435/+0 |
| | | | | | | | | | The new make/build.xml successfully builds and tests the project. The original NetBeans build files are still present, but won't work anymore since the resources directory is now inside the make directory. The new build files are based on those of JOAL. The new build is not yet minimized and cleaned up, because this commit is meant to be the minimum way to get things functional. | ||||
* | Bug 773 - Device specific JOCL dynamic library look-up on Android - Part 1/2 | Sven Gothel | 2013-10-19 | 1 | -0/+24 |
| | | | | | | | | | 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 ... | ||||
* | Fix merge w/ latest mbien/edge | Sven Gothel | 2011-06-28 | 1 | -1/+1 |
|\ | |||||
| * | Synced w/ mbien's JOCL branch - Making it compatible w/ GlueGen again | Sven Gothel | 2011-05-18 | 1 | -1/+1 |
| | | |||||
* | | LLB refactoring. | Michael Bien | 2011-05-27 | 1 | -10/+10 |
|/ | | | | | | - split up CL into multiple sub interfaces - seperation is now feature wise - introdused llb package for low level classes | ||||
* | switched from PointerBuffer to NativeSizeBuffer. | Michael Bien | 2011-04-23 | 1 | -1/+1 |
| | |||||
* | CLMemObjectDestructorCallback for HLB and LLB. | Michael Bien | 2010-09-02 | 1 | -4/+22 |
| | |||||
* | CLEvent callbacks for HLB and LLB. | Michael Bien | 2010-09-02 | 1 | -7/+59 |
| | |||||
* | enabled create-context and build-program callbacks using CL_CALLBACK calling ↵ | Michael Bien | 2010-07-06 | 1 | -24/+14 |
| | | | | convention. | ||||
* | switched to dynamic linking. All custom code functions must be called via ↵ | Michael Bien | 2010-06-21 | 1 | -41/+71 |
| | | | | funciton pointers since this point. | ||||
* | disabled callbacks temporary to be able to build on windows. | Michael Bien | 2010-05-12 | 1 | -14/+28 |
| | | | | fixed a few compiler warnings. | ||||
* | finished main functionality of ErrorHandler impl. | Michael Bien | 2010-05-04 | 1 | -16/+50 |
| | | | | | | - 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 Bien | 2010-05-02 | 1 | -1/+1 |
| | | | | | - uses low level BuildProgramCallback internally - updated tests, testing async builds | ||||
* | continued with callbacks. | Michael Bien | 2010-04-26 | 1 | -14/+57 |
| | | | | | - started with context error callback - finished build program callback | ||||
* | implemented low level BuildProgramCallbacks. | Michael Bien | 2010-04-25 | 1 | -9/+52 |
| | | | | | - removed userdata arguments from createContext* and buildProgram bindings - updated LowLevelBindingTest | ||||
* | renamed package com.mbien.* in com.jogamp.* JOCL is now officially a JogAmp ↵ | Michael Bien | 2010-04-12 | 1 | -6/+6 |
| | | | | team player ;). | ||||
* | refactoring due to gluegen changes. | Michael Bien | 2010-03-27 | 1 | -1/+1 |
| | | | | - renamed com.sun.gluegen.runtime -> com.jogamp.gluegen.runtime. | ||||
* | enabled putMapImage methods in CLCommandQueue. | Michael Bien | 2010-02-19 | 1 | -0/+63 |
| | | | | added slightly modified mapImage implementation via custom code for mapped image buffer size calculation in the glue layer. | ||||
* | more direct NIO. | Michael Bien | 2010-01-25 | 1 | -33/+13 |
| | |||||
* | dynamic dispatch via CLProcAddressTable for OpenCL extensions. | Michael Bien | 2010-01-22 | 1 | -9/+9 |
| | | | | made CLProgram failsafe, updated tests. | ||||
* | generified CLBuffer, added createFromGLBuffer(...). | Michael Bien | 2009-10-27 | 1 | -2/+2 |
| | |||||
* | implemented clCreateContext(...) and updated Tests and high level binding. | Michael Bien | 2009-10-25 | 1 | -18/+42 |
| | |||||
* | utility methods and refactoring. | Michael Bien | 2009-10-23 | 1 | -24/+10 |
| | |||||
* | fixed clBuildProgram, finished VectorAdd unit test. | Michael Bien | 2009-10-16 | 1 | -0/+8 |
| | |||||
* | implemented clBuildProgram(...) and updated JUnit test. | Michael Bien | 2009-10-14 | 1 | -10/+59 |
| | |||||
* | added utility methods and getters to CLPlatform, CLDevice and CLContext. | Michael Bien | 2009-10-01 | 1 | -1/+27 |
| | | | | adapted unit test. | ||||
* | temporary added GL3 headers, we should use JOGL's headers in future. | Michael Bien | 2009-09-29 | 1 | -20/+27 |
| | | | | continued with clCreateContextFromType impl. | ||||
* | splitted binding in core (CL) and CL-GL interop. (CLGLI) | Michael Bien | 2009-09-23 | 1 | -0/+44 |
began with custom impl. for functions with c -> java callbacks added an utility which uncomments function parameter names in headers |