| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | enabled create-context and build-program callbacks using CL_CALLBACK calling ... | Michael Bien | 2010-07-06 | 1 | -24/+14 |
* | switched to dynamic linking. All custom code functions must be called via fun... | Michael Bien | 2010-06-21 | 3 | -70/+108 |
* | ForceProcAddressGen for a few extensions. | Michael Bien | 2010-06-15 | 1 | -0/+10 |
* | fixed build... forgot an include. | Michael Bien | 2010-06-15 | 1 | -0/+1 |
* | OpenCL 1.1 support.OpenCL1.1 | Michael Bien | 2010-06-15 | 9 | -39/+439 |
* | Refactored LLB into two impl layers to reduce custom code injection significa... | Michael Bien | 2010-06-08 | 2 | -165/+10 |
* | changes due to gluegen size_t fix. Switched back to PointerBuffer. 32bit syst... | Michael Bien | 2010-05-31 | 3 | -5/+6 |
* | updated cl_ext header to latest version. | Michael Bien | 2010-05-18 | 1 | -2/+8 |
* | disabled callbacks temporary to be able to build on windows. | Michael Bien | 2010-05-12 | 1 | -14/+28 |
* | status should be an direct buffer. | Michael Bien | 2010-05-12 | 1 | -2/+8 |
* | started with dynamic-binding-only build option. | Michael Bien | 2010-05-08 | 1 | -1/+4 |
* | 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 |
* | CLBuildListener functionality for high level bindings. | Michael Bien | 2010-05-02 | 3 | -7/+8 |
* | continued with callbacks. | Michael Bien | 2010-04-26 | 2 | -20/+57 |
* | implemented low level BuildProgramCallbacks. | Michael Bien | 2010-04-25 | 3 | -40/+71 |
* | 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 t... | Michael Bien | 2010-04-12 | 5 | -13/+13 |
* | 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 |
* | 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 custom cl_vendor_ext.h with a set of NV vendor extensions which are not... | Michael Bien | 2010-02-21 | 2 | -0/+10 |
* | 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 putCopyBufferToImage, putCopyImageToBuffer and putMap/UnmapBuffer opera... | Michael Bien | 2010-02-18 | 1 | -0/+5 |
* | fixed bug in CL[GL]Context.create(..., device), added test. | Michael Bien | 2010-02-12 | 1 | -2/+2 |
* | trivial bugfixes, typo and javadoc warning fixes. | Michael Bien | 2010-02-01 | 3 | -1/+16 |
* | splitted CLImageFormat into CLImageFormat and (generated) CLImageFormatImpl. | Michael Bien | 2010-01-29 | 2 | -5/+8 |
* | 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 |
* | temporary dissabled non direct NIO binding for methods containing long[] sinc... | Michael Bien | 2010-01-19 | 1 | -0/+26 |
* | introduced CLMemory as superclass for all memory objects. | Michael Bien | 2010-01-18 | 2 | -5/+5 |
* | cleaned up NioDirectOnly list, added clSetKernelArg to list. | Michael Bien | 2010-01-14 | 1 | -14/+11 |
* | enforce client side "good behavior" by generating direct-memory-only bindings... | Michael Bien | 2010-01-12 | 1 | -0/+28 |
* | 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 |