Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | added new AMD vendor extensions to cl_vendor_ext.h. | Michael Bien | 2010-05-04 | 1 | -0/+55 |
| | |||||
* | finished main functionality of ErrorHandler impl. | Michael Bien | 2010-05-04 | 4 | -26/+94 |
| | | | | | | - 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 | ||||
* | CLBuildListener functionality for high level bindings. | Michael Bien | 2010-05-02 | 3 | -7/+8 |
| | | | | | - uses low level BuildProgramCallback internally - updated tests, testing async builds | ||||
* | continued with callbacks. | Michael Bien | 2010-04-26 | 2 | -20/+57 |
| | | | | | - started with context error callback - finished build program callback | ||||
* | implemented low level BuildProgramCallbacks. | Michael Bien | 2010-04-25 | 3 | -40/+71 |
| | | | | | - removed userdata arguments from createContext* and buildProgram bindings - updated LowLevelBindingTest | ||||
* | clGetExtensionFunctionAddress returns now a long. | Michael Bien | 2010-04-24 | 2 | -2/+14 |
| | |||||
* | dynamic binding for OpenGL specific functionality. | Michael Bien | 2010-04-24 | 2 | -4/+15 |
| | |||||
* | updated opencl man pages url in native-taglet.propierties. | Michael Bien | 2010-04-20 | 1 | -74/+74 |
| | |||||
* | updated cl_ext.h and cl_gl.h (automatically detected by updateder script). | Michael Bien | 2010-04-15 | 2 | -4/+16 |
| | |||||
* | renamed package com.mbien.* in com.jogamp.* JOCL is now officially a JogAmp ↵ | Michael Bien | 2010-04-12 | 5 | -13/+13 |
| | | | | team player ;). | ||||
* | removed duplicated imports due to changes in gluegen. | Michael Bien | 2010-04-08 | 1 | -3/+0 |
| | |||||
* | modifications due to class movement in gluegen. | Michael Bien | 2010-04-01 | 2 | -6/+6 |
| | |||||
* | refactorings due to newly introduced Int64Buffer in gluegen. | Michael Bien | 2010-03-30 | 1 | -2/+2 |
| | |||||
* | changes due to BufferFactory -> Buffers renaming in gluegen. | Michael Bien | 2010-03-29 | 1 | -21/+21 |
| | |||||
* | refactoring due to gluegen changes. | Michael Bien | 2010-03-27 | 3 | -19/+19 |
| | | | | - renamed com.sun.gluegen.runtime -> com.jogamp.gluegen.runtime. | ||||
* | moved generated CLGLI Interface into com.mbien.opencl.gl package. | Michael Bien | 2010-03-08 | 2 | -0/+6 |
| | |||||
* | added new cl_gl_ext.h headerfile and enabled automatic updates. | Michael Bien | 2010-03-08 | 2 | -0/+53 |
| | |||||
* | added a few @native javadoc tags to CLCommandQueue. | Michael Bien | 2010-02-28 | 1 | -73/+77 |
| | |||||
* | taglet generator removes now duplicated properties. | Michael Bien | 2010-02-24 | 2 | -124/+74 |
| | |||||
* | code review, spell checks and scope. | Michael Bien | 2010-02-24 | 1 | -1/+1 |
| | |||||
* | several small refactorings, api and javadoc improvements. | Michael Bien | 2010-02-22 | 1 | -0/+1 |
| | | | | | added automatically generated specialized CLExceptions for each known OpenCL error. added get/set Properties to CLCommandQueue. | ||||
* | added custom cl_vendor_ext.h with a set of NV vendor extensions which are ↵ | Michael Bien | 2010-02-21 | 2 | -0/+10 |
| | | | | | | 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 | 5 | -244/+1043 |
| | |||||
* | enabled putMapImage methods in CLCommandQueue. | Michael Bien | 2010-02-19 | 3 | -1/+119 |
| | | | | 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 Bien | 2010-02-18 | 1 | -0/+5 |
| | | | | | | operations to CLCommandQueue. added buffer mapping test to CLBufferTest. | ||||
* | fixed bug in CL[GL]Context.create(..., device), added test. | Michael Bien | 2010-02-12 | 1 | -2/+2 |
| | | | | CLKernel is now Cloneable. | ||||
* | trivial bugfixes, typo and javadoc warning fixes. | Michael Bien | 2010-02-01 | 3 | -1/+16 |
| | | | | | | began to switch to gluegen's libloading infrastructure. added CL extensions accessors to CLPlatform. optimized isFooEnabled() methods for CLCommandQueue. | ||||
* | splitted CLImageFormat into CLImageFormat and (generated) CLImageFormatImpl. | Michael Bien | 2010-01-29 | 2 | -5/+8 |
| | | | | | refactored CLProgram kernel creation code. updated tests. | ||||
* | more direct NIO. | Michael Bien | 2010-01-25 | 3 | -83/+69 |
| | |||||
* | dynamic dispatch via CLProcAddressTable for OpenCL extensions. | Michael Bien | 2010-01-22 | 4 | -11/+20 |
| | | | | made CLProgram failsafe, updated tests. | ||||
* | temporary dissabled non direct NIO binding for methods containing long[] ↵ | Michael Bien | 2010-01-19 | 1 | -0/+26 |
| | | | | | | | | 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. | ||||
* | introduced CLMemory as superclass for all memory objects. | Michael Bien | 2010-01-18 | 2 | -5/+5 |
| | | | | added CLImage, CLImage2d and CLImage3d. | ||||
* | cleaned up NioDirectOnly list, added clSetKernelArg to list. | Michael Bien | 2010-01-14 | 1 | -14/+11 |
| | | | | | | added experimental QueueBarrier for easy synchronization between multiple concurrent CLCommandQueues. refactored CLCommandQueue, added putTask(). added another concurrency JUnit test. | ||||
* | enforce client side "good behavior" by generating direct-memory-only ↵ | Michael Bien | 2010-01-12 | 1 | -0/+28 |
| | | | | bindings for performance critical functions. | ||||
* | introduced CLGLContext, refactored dependencies, cleanup in opencl code. | Michael Bien | 2010-01-02 | 3 | -1/+15 |
| | |||||
* | fixed gcc setup on mac. | Michael Bien | 2009-12-02 | 2 | -5/+6 |
| | | | | | updated native taglet toc url. fixed small bug in cl char[] -> String conversion. | ||||
* | added remaining @native tags to method javadoc. | Michael Bien | 2009-11-23 | 3 | -8/+21 |
| | | | | fixed createTagletProps.sh to recognize function names containing numbers. | ||||
* | generated javadoc links now to the official OpenCL doc ↵ | Michael Bien | 2009-11-22 | 4 | -1/+126 |
| | | | | | | (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. | ||||
* | fixed mingw32 build on windows. | Michael Bien | 2009-11-20 | 1 | -1/+1 |
| | | | | | added scripts for crosscompilation on linux64 for win32/64 and linux32/64. temporary disabled OpenCL extensions. | ||||
* | added cl_ext header to build - extensions are now included in CL and CLGLI api. | Michael Bien | 2009-11-06 | 5 | -4/+85 |
| | | | | | 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. | ||||
* | renamed automatic generated struct accessor cl_image_format to CLImageFormat. | Michael Bien | 2009-11-01 | 1 | -0/+12 |
| | | | | | getters/setters use now camel case naming without underscores. (note: gluegen patch is pending to rename getters/setters of struct accessors) | ||||
* | 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. | ||||
* | generified CLBuffer, added createFromGLBuffer(...). | Michael Bien | 2009-10-27 | 2 | -4/+4 |
| | |||||
* | implemented clCreateContext(...) and updated Tests and high level binding. | Michael Bien | 2009-10-25 | 2 | -24/+59 |
| | |||||
* | utility methods and refactoring. | Michael Bien | 2009-10-23 | 4 | -36/+24 |
| | |||||
* | fixed clBuildProgram, finished VectorAdd unit test. | Michael Bien | 2009-10-16 | 2 | -5/+24 |
| | |||||
* | implemented clBuildProgram(...) and updated JUnit test. | Michael Bien | 2009-10-14 | 3 | -20/+88 |
| | |||||
* | switched from nvidia to khronos headers. | Michael Bien | 2009-10-13 | 5 | -148/+170 |
| |