Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bug 884: Add standard JogAmp build files. | Wade Walker | 2013-12-15 | 8 | -10559/+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. | ||||
* | automatic header update (one new extension + minor modifications). | Michael Bien | 2011-06-15 | 3 | -50/+82 |
| | |||||
* | small modifications and fixes (build, gluegen) | Michael Bien | 2010-11-15 | 1 | -1/+1 |
| | | | | | | - 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 to latest Khronos CL headers. | Michael Bien | 2010-08-24 | 2 | -7/+31 |
| | |||||
* | updated OpenGL headers. | Michael Bien | 2010-08-07 | 2 | -5259/+1442 |
| | |||||
* | updated cl_ext.h. | Michael Bien | 2010-08-07 | 1 | -2/+2 |
| | |||||
* | OpenCL 1.1 support.OpenCL1.1 | Michael Bien | 2010-06-15 | 5 | -35/+411 |
| | | | | | | | | - 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 | ||||
* | updated cl_ext header to latest version. | Michael Bien | 2010-05-18 | 1 | -2/+8 |
| | |||||
* | added new AMD vendor extensions to cl_vendor_ext.h. | Michael Bien | 2010-05-04 | 1 | -0/+55 |
| | |||||
* | updated cl_ext.h and cl_gl.h (automatically detected by updateder script). | Michael Bien | 2010-04-15 | 2 | -4/+16 |
| | |||||
* | added new cl_gl_ext.h headerfile and enabled automatic updates. | Michael Bien | 2010-03-08 | 1 | -0/+52 |
| | |||||
* | added custom cl_vendor_ext.h with a set of NV vendor extensions which are ↵ | Michael Bien | 2010-02-21 | 1 | -0/+9 |
| | | | | | | not yet in the official headers. updated CLException with CL_INVALID_GL_SHAREGROUP_REFERENCE_KHR cause. | ||||
* | updated OpenCL headers to newest version (Wed, 17 Feb 2010). | Michael Bien | 2010-02-21 | 4 | -241/+1037 |
| | |||||
* | added cl_ext header to build - extensions are now included in CL and CLGLI api. | Michael Bien | 2009-11-06 | 1 | -0/+78 |
| | | | | | 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. | ||||
* | 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. | ||||
* | switched from nvidia to khronos headers. | Michael Bien | 2009-10-13 | 3 | -145/+158 |
| | |||||
* | cleaned up resources folder structure and build. | Michael Bien | 2009-10-12 | 3 | -0/+1232 |
| | |||||
* | temporary added GL3 headers, we should use JOGL's headers in future. | Michael Bien | 2009-09-29 | 2 | -0/+11647 |
continued with clCreateContextFromType impl. |