summaryrefslogtreecommitdiffstats
path: root/resources/cl-impl.cfg
Commit message (Collapse)AuthorAgeFilesLines
* started with dynamic-binding-only build option.Michael Bien2010-05-081-1/+4
| | | | added user.libpath property for user specified library linking.
* finished main functionality of ErrorHandler impl.Michael Bien2010-05-041-0/+1
| | | | | | - 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
* clGetExtensionFunctionAddress returns now a long.Michael Bien2010-04-241-2/+3
|
* dynamic binding for OpenGL specific functionality.Michael Bien2010-04-241-0/+11
|
* renamed package com.mbien.* in com.jogamp.* JOCL is now officially a JogAmp ↵Michael Bien2010-04-121-2/+2
| | | | team player ;).
* removed duplicated imports due to changes in gluegen.Michael Bien2010-04-081-3/+0
|
* moved generated CLGLI Interface into com.mbien.opencl.gl package.Michael Bien2010-03-081-0/+1
|
* enabled putMapImage methods in CLCommandQueue.Michael Bien2010-02-191-1/+2
| | | | added slightly modified mapImage implementation via custom code for mapped image buffer size calculation in the glue layer.
* added putCopyBufferToImage, putCopyImageToBuffer and putMap/UnmapBuffer ↵Michael Bien2010-02-181-0/+5
| | | | | | operations to CLCommandQueue. added buffer mapping test to CLBufferTest.
* trivial bugfixes, typo and javadoc warning fixes.Michael Bien2010-02-011-0/+4
| | | | | | began to switch to gluegen's libloading infrastructure. added CL extensions accessors to CLPlatform. optimized isFooEnabled() methods for CLCommandQueue.
* dynamic dispatch via CLProcAddressTable for OpenCL extensions.Michael Bien2010-01-221-0/+6
| | | | made CLProgram failsafe, updated tests.
* introduced CLGLContext, refactored dependencies, cleanup in opencl code.Michael Bien2010-01-021-0/+3
|
* added cl_ext header to build - extensions are now included in CL and CLGLI api.Michael Bien2009-11-061-0/+1
| | | | | fixed create context codepaths with platform ID as parameter in high level api. updated test.
* utility methods and refactoring.Michael Bien2009-10-231-1/+1
|
* switched from nvidia to khronos headers.Michael Bien2009-10-131-2/+3
|
* splitted binding in core (CL) and CL-GL interop. (CLGLI)Michael Bien2009-09-231-10/+17
| | | | | began with custom impl. for functions with c -> java callbacks added an utility which uncomments function parameter names in headers
* enabled javadoc generatorMichael Bien2009-09-201-0/+23