aboutsummaryrefslogtreecommitdiffstats
path: root/resources/clgl-if.cfg
Commit message (Collapse)AuthorAgeFilesLines
* Bug 884: Add standard JogAmp build files.Wade Walker2013-12-151-26/+0
| | | | | | | | | 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.
* Refine 7b21b5abb6373637eeeb270de05bb7472f70b853: Add ↵Sven Gothel2013-10-121-0/+3
| | | | | | 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 ..
* Fix copyright/author tagsedgeSven Gothel2011-06-281-1/+1
|
* LLB refactoring.Michael Bien2011-05-271-10/+10
| | | | | | - split up CL into multiple sub interfaces - seperation is now feature wise - introdused llb package for low level classes
* renamed package com.mbien.* in com.jogamp.* JOCL is now officially a JogAmp ↵Michael Bien2010-04-121-2/+2
| | | | team player ;).
* moved generated CLGLI Interface into com.mbien.opencl.gl package.Michael Bien2010-03-081-0/+5
|
* generated javadoc links now to the official OpenCL doc ↵Michael Bien2009-11-221-1/+1
| | | | | | (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.
* splitted binding in core (CL) and CL-GL interop. (CLGLI)Michael Bien2009-09-231-2/+2
| | | | | began with custom impl. for functions with c -> java callbacks added an utility which uncomments function parameter names in headers
* introduced CLGLI interface for OpenCL-OpenGL InteroperabilityMichael Bien2009-09-191-0/+18