aboutsummaryrefslogtreecommitdiffstats
path: root/resources
Commit message (Expand)AuthorAgeFilesLines
* modifications due to class movement in gluegen.Michael Bien2010-04-012-6/+6
* refactorings due to newly introduced Int64Buffer in gluegen.Michael Bien2010-03-301-2/+2
* changes due to BufferFactory -> Buffers renaming in gluegen.Michael Bien2010-03-291-21/+21
* refactoring due to gluegen changes.Michael Bien2010-03-273-19/+19
* moved generated CLGLI Interface into com.mbien.opencl.gl package.Michael Bien2010-03-082-0/+6
* added new cl_gl_ext.h headerfile and enabled automatic updates.Michael Bien2010-03-082-0/+53
* added a few @native javadoc tags to CLCommandQueue.Michael Bien2010-02-281-73/+77
* taglet generator removes now duplicated properties.Michael Bien2010-02-242-124/+74
* code review, spell checks and scope.Michael Bien2010-02-241-1/+1
* several small refactorings, api and javadoc improvements.Michael Bien2010-02-221-0/+1
* added custom cl_vendor_ext.h with a set of NV vendor extensions which are not...Michael Bien2010-02-212-0/+10
* updated OpenCL headers to newest version (Wed, 17 Feb 2010).Michael Bien2010-02-215-244/+1043
* enabled putMapImage methods in CLCommandQueue.Michael Bien2010-02-193-1/+119
* added putCopyBufferToImage, putCopyImageToBuffer and putMap/UnmapBuffer opera...Michael Bien2010-02-181-0/+5
* fixed bug in CL[GL]Context.create(..., device), added test.Michael Bien2010-02-121-2/+2
* trivial bugfixes, typo and javadoc warning fixes.Michael Bien2010-02-013-1/+16
* splitted CLImageFormat into CLImageFormat and (generated) CLImageFormatImpl.Michael Bien2010-01-292-5/+8
* more direct NIO.Michael Bien2010-01-253-83/+69
* dynamic dispatch via CLProcAddressTable for OpenCL extensions.Michael Bien2010-01-224-11/+20
* temporary dissabled non direct NIO binding for methods containing long[] sinc...Michael Bien2010-01-191-0/+26
* introduced CLMemory as superclass for all memory objects.Michael Bien2010-01-182-5/+5
* cleaned up NioDirectOnly list, added clSetKernelArg to list.Michael Bien2010-01-141-14/+11
* enforce client side "good behavior" by generating direct-memory-only bindings...Michael Bien2010-01-121-0/+28
* introduced CLGLContext, refactored dependencies, cleanup in opencl code.Michael Bien2010-01-023-1/+15
* fixed gcc setup on mac.Michael Bien2009-12-022-5/+6
* added remaining @native tags to method javadoc.Michael Bien2009-11-233-8/+21
* generated javadoc links now to the official OpenCL doc (http://www.khronos.or...Michael Bien2009-11-224-1/+126
* fixed mingw32 build on windows.Michael Bien2009-11-201-1/+1
* added cl_ext header to build - extensions are now included in CL and CLGLI api.Michael Bien2009-11-065-4/+85
* added automatic OpenCL header downloader to build script.Michael Bien2009-11-043-86/+87
* integrated function parameter name uncommenter in build process for easier re...Michael Bien2009-11-023-0/+0
* renamed automatic generated struct accessor cl_image_format to CLImageFormat.Michael Bien2009-11-011-0/+12
* updated headers to latest version.Michael Bien2009-10-313-58/+101
* generified CLBuffer, added createFromGLBuffer(...).Michael Bien2009-10-272-4/+4
* implemented clCreateContext(...) and updated Tests and high level binding.Michael Bien2009-10-252-24/+59
* utility methods and refactoring.Michael Bien2009-10-234-36/+24
* fixed clBuildProgram, finished VectorAdd unit test.Michael Bien2009-10-162-5/+24
* implemented clBuildProgram(...) and updated JUnit test.Michael Bien2009-10-143-20/+88
* switched from nvidia to khronos headers.Michael Bien2009-10-135-148/+170
* cleaned up resources folder structure and build.Michael Bien2009-10-129-7/+0
* added utility methods and getters to CLPlatform, CLDevice and CLContext.Michael Bien2009-10-013-7/+33
* fixed stdinit header, modified test to print out CL platform info.Michael Bien2009-09-292-5/+5
* temporary added GL3 headers, we should use JOGL's headers in future.Michael Bien2009-09-294-24/+11679
* splitted binding in core (CL) and CL-GL interop. (CLGLI)Michael Bien2009-09-237-19/+119
* enabled javadoc generatorMichael Bien2009-09-201-0/+0
* introduced CLGLI interface for OpenCL-OpenGL InteroperabilityMichael Bien2009-09-194-33/+41
* added cl-gl3 bindingMichael Bien2009-09-185-1/+21
* fixed jvm jni include paths in buildMichael Bien2009-09-172-1/+3
* fixed double typedef in buildMichael Bien2009-09-157-29/+30
* mapped pointers to longs for internal use as handlesMichael Bien2009-09-102-180/+189