| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
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 ..
|
| |
|
|
|
|
|
|
| |
- split up CL into multiple sub interfaces
- seperation is now feature wise
- introdused llb package for low level classes
|
|
|
|
| |
team player ;).
|
| |
|
|
|
|
|
|
| |
(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.
|
|
|
|
|
| |
began with custom impl. for functions with c -> java callbacks
added an utility which uncomments function parameter names in headers
|
|
|