| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
- split up CL into multiple sub interfaces
- seperation is now feature wise
- introdused llb package for low level classes
|
|
|
|
| |
argument validation.
|
| |
|
|
|
|
|
|
| |
- 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
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
| |
team player ;).
|
|
|
|
|
| |
added automatically generated specialized CLExceptions for each known OpenCL error.
added get/set Properties to CLCommandQueue.
|
|
|
|
|
|
| |
began to switch to gluegen's libloading infrastructure.
added CL extensions accessors to CLPlatform.
optimized isFooEnabled() methods for CLCommandQueue.
|
|
|
|
|
| |
refactored CLProgram kernel creation code.
updated tests.
|
|
|
|
| |
made CLProgram failsafe, updated tests.
|
|
|
|
|
|
|
|
| |
since its broken on 32bit systems.
refactored high level binding to use direct NIO exclusively.
temporary dissabled low level binding junit tests.
green bar on 32 and 64 bit systems.
|
|
|
|
|
|
| |
added experimental QueueBarrier for easy synchronization between multiple concurrent CLCommandQueues.
refactored CLCommandQueue, added putTask().
added another concurrency JUnit test.
|
|
|
|
| |
bindings for performance critical functions.
|
|
|
|
|
|
| |
(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.
|
|
|
|
|
| |
getters/setters use now camel case naming without underscores.
(note: gluegen patch is pending to rename getters/setters of struct accessors)
|
| |
|
| |
|
|
|
|
|
| |
began with custom impl. for functions with c -> java callbacks
added an utility which uncomments function parameter names in headers
|
|
|