Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | added linker.cfg.win64.mingw.jocl linker config. | Michael Bien | 2010-05-17 | 1 | -2/+7 |
| | |||||
* | splitted opencl.lib.dir into opencl.lib32.dir and opencl.lib64.dir. | Michael Bien | 2010-05-17 | 1 | -5/+5 |
| | |||||
* | added build flag to disable compilation of native bindings. | Michael Bien | 2010-05-12 | 1 | -2/+7 |
| | |||||
* | build imports now an optional property file (<user home>/jocl.properties). | Michael Bien | 2010-05-08 | 1 | -0/+2 |
| | |||||
* | renamed libpath property to opencl.lib.dir ... since its a dir. | Michael Bien | 2010-05-08 | 1 | -5/+5 |
| | |||||
* | started with dynamic-binding-only build option. | Michael Bien | 2010-05-08 | 1 | -5/+6 |
| | | | | added user.libpath property for user specified library linking. | ||||
* | jocl.jnlp is now automatically generated. | Michael Bien | 2010-05-05 | 1 | -0/+17 |
| | |||||
* | added strip libs step to 'jocl.c.compile'. | Michael Bien | 2010-04-25 | 1 | -1/+6 |
| | | | | added path to default amd sdk on windows. | ||||
* | Add the property rootrel.build (used in gluegen/jogl) | Sven Gothel | 2010-04-22 | 1 | -2/+8 |
| | |||||
* | renamed package com.mbien.* in com.jogamp.* JOCL is now officially a JogAmp ↵ | Michael Bien | 2010-04-12 | 1 | -4/+4 |
| | | | | team player ;). | ||||
* | using relative path for gluegen.root and jogl.root to workaround an issue in ↵ | Michael Bien | 2010-03-26 | 1 | -2/+2 |
| | | | | gluegen-cpptask.xml. | ||||
* | added new cl_gl_ext.h headerfile and enabled automatic updates. | Michael Bien | 2010-03-08 | 1 | -0/+2 |
| | |||||
* | added custom cl_vendor_ext.h with a set of NV vendor extensions which are ↵ | Michael Bien | 2010-02-21 | 1 | -0/+1 |
| | | | | | | not yet in the official headers. updated CLException with CL_INVALID_GL_SHAREGROUP_REFERENCE_KHR cause. | ||||
* | enabled automatic download of cl_ext.h in build. | Michael Bien | 2010-02-21 | 1 | -0/+1 |
| | | | | enabled CL_PLATFORM_NOT_FOUND_KHR exception cause (OpenCL headers have been fixed). | ||||
* | added obtain[Device|Platform]Properties() methods to CLUtils. | Michael Bien | 2010-01-23 | 1 | -3/+2 |
| | | | | | added preferred vector width utility accessors to CLDevice. put impl package on javadoc ignore list. | ||||
* | dynamic dispatch via CLProcAddressTable for OpenCL extensions. | Michael Bien | 2010-01-22 | 1 | -1/+1 |
| | | | | made CLProgram failsafe, updated tests. | ||||
* | fixed gcc setup on mac. | Michael Bien | 2009-12-02 | 1 | -4/+4 |
| | | | | | updated native taglet toc url. fixed small bug in cl char[] -> String conversion. | ||||
* | generated javadoc links now to the official OpenCL doc ↵ | Michael Bien | 2009-11-22 | 1 | -0/+33 |
| | | | | | | (http://www.khronos.org/opencl/sdk/1.0/docs/man/xhtml/). every generated method contains now a link to the specific OpenCL man page of the native OpenCL function. | ||||
* | fixed mingw32 build on windows. | Michael Bien | 2009-11-20 | 1 | -2/+9 |
| | | | | | added scripts for crosscompilation on linux64 for win32/64 and linux32/64. temporary disabled OpenCL extensions. | ||||
* | seperated crosscompiler configuration into seperate build file. | Michael Bien | 2009-11-18 | 1 | -75/+4 |
| | |||||
* | added win32/64 crosscompiler configuration (WIP). | Michael Bien | 2009-11-17 | 1 | -87/+45 |
| | |||||
* | Revert "removed build dependency to cpptasks's cc ant task." | Michael Bien | 2009-11-17 | 1 | -50/+57 |
| | | | | This reverts commit 2f7023a17f072cc17e65d24f7f0b3f794591d08a. | ||||
* | removed build dependency to cpptasks's cc ant task. | Michael Bien | 2009-11-15 | 1 | -57/+50 |
| | |||||
* | began with restructuring the build for cross-compilation (WIP). | Michael Bien | 2009-11-13 | 1 | -34/+89 |
| | |||||
* | added cl_ext header to build - extensions are now included in CL and CLGLI api. | Michael Bien | 2009-11-06 | 1 | -1/+2 |
| | | | | | fixed create context codepaths with platform ID as parameter in high level api. updated test. | ||||
* | added automatic OpenCL header downloader to build script. | Michael Bien | 2009-11-04 | 1 | -17/+29 |
| | |||||
* | refactoring and more utility methods. | Michael Bien | 2009-11-02 | 1 | -4/+6 |
| | |||||
* | integrated function parameter name uncommenter in build process for easier ↵ | Michael Bien | 2009-11-02 | 1 | -1/+27 |
| | | | | readable parameter names in generated code. | ||||
* | updated headers to latest version. | Michael Bien | 2009-10-31 | 1 | -6/+0 |
| | | | | added -Xmx256m to junit jvm arguments to prevent OOME on some systems. | ||||
* | added linker configuration for windows, linux and mac. | Michael Bien | 2009-10-29 | 1 | -21/+61 |
| | |||||
* | switched from nvidia to khronos headers. | Michael Bien | 2009-10-13 | 1 | -3/+1 |
| | |||||
* | cleaned up resources folder structure and build. | Michael Bien | 2009-10-12 | 1 | -13/+7 |
| | |||||
* | temporary added GL3 headers, we should use JOGL's headers in future. | Michael Bien | 2009-09-29 | 1 | -5/+13 |
| | | | | continued with clCreateContextFromType impl. | ||||
* | splitted binding in core (CL) and CL-GL interop. (CLGLI) | Michael Bien | 2009-09-23 | 1 | -7/+18 |
| | | | | | began with custom impl. for functions with c -> java callbacks added an utility which uncomments function parameter names in headers | ||||
* | enabled javadoc generator | Michael Bien | 2009-09-20 | 1 | -13/+12 |
| | |||||
* | introduced CLGLI interface for OpenCL-OpenGL Interoperability | Michael Bien | 2009-09-19 | 1 | -0/+10 |
| | |||||
* | added cl-gl3 binding | Michael Bien | 2009-09-18 | 1 | -13/+8 |
| | |||||
* | fixed jvm jni include paths in build | Michael Bien | 2009-09-17 | 1 | -9/+11 |
| | |||||
* | fixed double typedef in build | Michael Bien | 2009-09-15 | 1 | -5/+7 |
| | |||||
* | cleanup | Michael Bien | 2009-09-05 | 1 | -5/+5 |
| | |||||
* | updated to latest Nvidia OpenCL headers. | Michael Bien | 2009-09-03 | 1 | -8/+79 |
| | | | | began to configure build for native lib compilation. | ||||
* | initial import of JOCL the Java Bindings to OpenCL prototype | Michael Bien | 2009-07-24 | 1 | -0/+116 |