Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | added remaining @native tags to method javadoc. | Michael Bien | 2009-11-23 | 3 | -8/+21 |
| | | | | fixed createTagletProps.sh to recognize function names containing numbers. | ||||
* | generated javadoc links now to the official OpenCL doc ↵ | Michael Bien | 2009-11-22 | 4 | -1/+126 |
| | | | | | | (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 | -1/+1 |
| | | | | | added scripts for crosscompilation on linux64 for win32/64 and linux32/64. temporary disabled OpenCL extensions. | ||||
* | added cl_ext header to build - extensions are now included in CL and CLGLI api. | Michael Bien | 2009-11-06 | 5 | -4/+85 |
| | | | | | 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 | 3 | -86/+87 |
| | |||||
* | integrated function parameter name uncommenter in build process for easier ↵ | Michael Bien | 2009-11-02 | 3 | -0/+0 |
| | | | | readable parameter names in generated code. | ||||
* | renamed automatic generated struct accessor cl_image_format to CLImageFormat. | Michael Bien | 2009-11-01 | 1 | -0/+12 |
| | | | | | getters/setters use now camel case naming without underscores. (note: gluegen patch is pending to rename getters/setters of struct accessors) | ||||
* | updated headers to latest version. | Michael Bien | 2009-10-31 | 3 | -58/+101 |
| | | | | added -Xmx256m to junit jvm arguments to prevent OOME on some systems. | ||||
* | generified CLBuffer, added createFromGLBuffer(...). | Michael Bien | 2009-10-27 | 2 | -4/+4 |
| | |||||
* | implemented clCreateContext(...) and updated Tests and high level binding. | Michael Bien | 2009-10-25 | 2 | -24/+59 |
| | |||||
* | utility methods and refactoring. | Michael Bien | 2009-10-23 | 4 | -36/+24 |
| | |||||
* | fixed clBuildProgram, finished VectorAdd unit test. | Michael Bien | 2009-10-16 | 2 | -5/+24 |
| | |||||
* | implemented clBuildProgram(...) and updated JUnit test. | Michael Bien | 2009-10-14 | 3 | -20/+88 |
| | |||||
* | switched from nvidia to khronos headers. | Michael Bien | 2009-10-13 | 5 | -148/+170 |
| | |||||
* | cleaned up resources folder structure and build. | Michael Bien | 2009-10-12 | 9 | -7/+0 |
| | |||||
* | added utility methods and getters to CLPlatform, CLDevice and CLContext. | Michael Bien | 2009-10-01 | 3 | -7/+33 |
| | | | | adapted unit test. | ||||
* | fixed stdinit header, modified test to print out CL platform info. | Michael Bien | 2009-09-29 | 2 | -5/+5 |
| | |||||
* | temporary added GL3 headers, we should use JOGL's headers in future. | Michael Bien | 2009-09-29 | 4 | -24/+11679 |
| | | | | continued with clCreateContextFromType impl. | ||||
* | splitted binding in core (CL) and CL-GL interop. (CLGLI) | Michael Bien | 2009-09-23 | 7 | -19/+119 |
| | | | | | 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 | -0/+0 |
| | |||||
* | introduced CLGLI interface for OpenCL-OpenGL Interoperability | Michael Bien | 2009-09-19 | 4 | -33/+41 |
| | |||||
* | added cl-gl3 binding | Michael Bien | 2009-09-18 | 5 | -1/+21 |
| | |||||
* | fixed jvm jni include paths in build | Michael Bien | 2009-09-17 | 2 | -1/+3 |
| | |||||
* | fixed double typedef in build | Michael Bien | 2009-09-15 | 7 | -29/+30 |
| | |||||
* | mapped pointers to longs for internal use as handles | Michael Bien | 2009-09-10 | 2 | -180/+189 |
| | |||||
* | cleanup | Michael Bien | 2009-09-05 | 1 | -3/+3 |
| | |||||
* | updated to latest Nvidia OpenCL headers. | Michael Bien | 2009-09-03 | 10 | -1201/+248 |
| | | | | began to configure build for native lib compilation. | ||||
* | initial import of JOCL the Java Bindings to OpenCL prototype | Michael Bien | 2009-07-24 | 14 | -0/+2388 |