summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fix nb project; set rootrel.build to 'build' in project.propertiesMichael Bien2010-04-221-3/+5
* Add the property rootrel.build (used in gluegen/jogl)Sven Gothel2010-04-222-15/+21
* changes due to refactorings in gluegen. (NativeLibLoaderBase->JNILibLoaderBase)Michael Bien2010-04-201-2/+2
* updated opencl man pages url in native-taglet.propierties.Michael Bien2010-04-201-74/+74
* initial import of README :-)Michael Bien2010-04-191-0/+23
* fixed buffer-offset bug in CLKernel.getCompileWorkGroupSize, optimized buffer...Michael Bien2010-04-162-6/+15
* updated cl_ext.h and cl_gl.h (automatically detected by updateder script).Michael Bien2010-04-152-4/+16
* code review: improved exception messages to be more verbose whenever possible.Michael Bien2010-04-1511-43/+121
* fixed BufferOverflowException in CLKernel.getCompileWorkGroupSize(), buffer w...Michael Bien2010-04-151-1/+1
* enabled LowLevelBindingTest again.Michael Bien2010-04-131-99/+110
* renamed package com.mbien.* in com.jogamp.* JOCL is now officially a JogAmp t...Michael Bien2010-04-1252-208/+208
* fixed severe typo in putMarker() (command queue id was not used).Michael Bien2010-04-121-1/+1
* better Exception messages for CLCommandQueue.Michael Bien2010-04-121-38/+127
* removed duplicated imports due to changes in gluegen.Michael Bien2010-04-081-3/+0
* removed idea project from repository, updated idea jocl module.Michael Bien2010-04-0710-230/+5
* fixed newly introduced index out of bounds bug.Michael Bien2010-04-071-1/+1
* modifications due to class movement in gluegen.Michael Bien2010-04-0121-56/+56
* fixed newly introduced bug in CLCommandQueue, cleanup in CLContext.Michael Bien2010-03-302-8/+8
* refactorings due to newly introduced Int64Buffer in gluegen.Michael Bien2010-03-3012-134/+151
* modifications due to refactorings in gluegen and jogl.Michael Bien2010-03-291-2/+2
* changes due to BufferFactory -> Buffers renaming in gluegen.Michael Bien2010-03-2911-46/+46
* fixed imports due to changes in gluegen.Michael Bien2010-03-281-1/+1
* forgot test (com.sun.opengl->com.jogamp.opengl).Michael Bien2010-03-271-1/+1
* refactoring com.sun.opengl -> com.jogamp.openglMichael Bien2010-03-271-4/+4
* refactoring due to gluegen changes.Michael Bien2010-03-2722-49/+49
* fixed javadoc warnings.Michael Bien2010-03-271-3/+3
* using relative path for gluegen.root and jogl.root to workaround an issue in ...Michael Bien2010-03-261-2/+2
* condition support for CLCommandQueue.Michael Bien2010-03-171-79/+410
* get(GL)Context() and getCL() getters.Michael Bien2010-03-169-11/+85
* even more utility methods and general awesomeness.Michael Bien2010-03-1612-61/+148
* added Capabilities enum and getter to CLDevice.Michael Bien2010-03-164-4/+66
* MultiQueueBarrier is now reusable.Michael Bien2010-03-151-6/+36
* moved generated CLGLI Interface into com.mbien.opencl.gl package.Michael Bien2010-03-089-6/+10
* introduced gl package and moved all interoperability functionality into it.Michael Bien2010-03-0812-25/+57
* moved utilities to util package.Michael Bien2010-03-0816-40/+84
* added new cl_gl_ext.h headerfile and enabled automatic updates.Michael Bien2010-03-083-0/+55
* added put/setNullArg(int size) for setting NULL ranges as kernel argument to ...Michael Bien2010-03-013-1/+30
* added a few @native javadoc tags to CLCommandQueue.Michael Bien2010-02-282-73/+307
* introduced (package private) Disposable interface for forward compatiblility ...Michael Bien2010-02-2810-1/+60
* improved generics and fixed javadoc warnings.Michael Bien2010-02-283-5/+5
* fixed hudson build.Michael Bien2010-02-281-1/+2
* added three missing workgroup info methods in CLKernel.Michael Bien2010-02-282-1/+41
* fixed copy and paste bug in CLCommandQueue.put1DRangeKernel().Michael Bien2010-02-281-1/+1
* removed .idea/workspace.xml from repo and updated .gitignore.Michael Bien2010-02-274-674/+4
* refactored CLGLBuffer into seperate OpenGL buffer and image types.Michael Bien2010-02-2713-66/+412
* improved CLProgramBuilder and implemented propper configuration loading.Michael Bien2010-02-264-13/+131
* implemented Serialization for CLProgramBuilder.Michael Bien2010-02-2610-44/+176
* introduced CLBuildConfiguration and CLProgramConfiguration interfaces for CLP...Michael Bien2010-02-256-52/+158
* renamed QueueBarrier to MultiQueueBarrier.Michael Bien2010-02-252-15/+39
* initial import of CLProgramBuilder.Michael Bien2010-02-243-21/+213