Skip to content
Changes
- jnlp: remove version attribute from extension ref, which would require
—
Sven Gothel /
gitweb
- Add test result archive, add version in jnlp file
—
Sven Gothel /
gitweb
- ZIP archive: move native jar to jar folder
—
Sven Gothel /
gitweb
- Use unresolved/tagged jnlp file for ZIP
—
Sven Gothel /
gitweb
- Comply with JogAmp artifacts build properties ; Fix manifest build path
—
Sven Gothel /
gitweb
- adaptions due to chages in gluegen (VersionUtil).
—
Michael Bien /
gitweb
- get rid of the automatically generated README file.
—
Michael Bien /
gitweb
- paper work: license and file headers.
—
Michael Bien /
gitweb
- missing return
—
Michael Bien /
gitweb
- CLGLContext.create() no longer makes the glcontext current.
—
Michael Bien /
gitweb
- modified zip folder layout.
—
Michael Bien /
gitweb
- fixed javadoc warnings.
—
Michael Bien /
gitweb
- fixed customEventsTest (was: segfault with CL 1.0, now: disabled on CL
—
Michael Bien /
gitweb
- relative javadoc linking with gluegen and jogl.
—
Michael Bien /
gitweb
- fix for #426. No events created in CLCommandQueue.putMarker(events).
—
Michael Bien /
gitweb
- changes due to mofifications in jogl + propper jogl release() +
—
Michael Bien /
gitweb
- added JOCLVersion utility and integrated in CLPlatform.
—
Michael Bien /
gitweb
- added more versioning information to jar manifest + ziped distribution
—
Michael Bien /
gitweb
- javadoc linking with Java SE, gluegen and jogl.
—
Michael Bien /
gitweb
- 1st fixes for new gluegen
—
Michael Bien /
gitweb
- Debugging new gluegen stuff ..
—
Michael Bien /
gitweb
- Removed __GNUC__ from opencl.h gluegen loader file
—
Michael Bien /
gitweb
- small modifications and fixes (build, gluegen)
—
Michael Bien /
gitweb
- 1st fixes for new gluegen
—
Michael Bien /
gitweb
- JOGL: getNativeWindow -> getNativeSurface; modified CLGLTest to only use
—
Michael Bien /
gitweb
- better toString()
—
Michael Bien /
gitweb
- temporary disable CLGLTest on mac to prevent deadlock.
—
Michael Bien /
gitweb
- added junit timeouts to CLGLTest (JOGL deadlock on mac) and
—
Michael Bien /
gitweb
- last JOGL API changes broke the GLCL junit test. Fixed it.
—
Michael Bien /
gitweb
- fixed bug introduced in recent commit.
—
Michael Bien /
gitweb
- initial import of utility API for filtering platforms.
—
Michael Bien /
gitweb
- fixed exception message in NDRange Kernel method.
—
Michael Bien /
gitweb
- wait timeout for concurrencyTest; context release try-finally bocks for
—
Michael Bien /
gitweb
- CLCommandQueueTest: fixed invalid work group size error on low spec
—
Michael Bien /
gitweb
- wait(timeout) should return boolean.
—
Michael Bien /
gitweb
- CLGLContext.create() makes GLContext current (restored old behavior).
—
Michael Bien /
gitweb
- adjusted remaining work group sizes in tests.
—
Michael Bien /
gitweb
- removed CLContext factory methods with CLPlatform + CLDevice list
—
Michael Bien /
gitweb
- changed initialization from static initializer to internal singleton
—
Michael Bien /
gitweb
- link to demo page
—
Michael Bien /
gitweb
- better exception message if libOpenCL could not be loaded.
—
Michael Bien /
gitweb
- CLEvent callbacks for HLB and LLB.
—
Michael Bien /
gitweb
- CLPlatform.getDefault() returns now the platform with the latest version
—
Michael Bien /
gitweb
- CLMemObjectDestructorCallback for HLB and LLB.
—
Michael Bien /
gitweb
- added com.jogamp.util.CLInfo.
—
Michael Bien /
gitweb
- updated webstart codebases
—
Michael Bien /
gitweb
- updated to latest Khronos CL headers.
—
Michael Bien /
gitweb
- added new CL_INVALID_PROPERTY exception + CLException junit test.
—
Michael Bien /
gitweb
- added a few CLImage junit tests.
—
Michael Bien /
gitweb
- updated cl_ext.h.
—
Michael Bien /
gitweb
- updated OpenGL headers.
—
Michael Bien /
gitweb
- includepath workaround for mac.
—
Michael Bien /
gitweb
- fixed artifact.properties (quotes etc)
—
Michael Bien /
gitweb
- fixed rootrel.build to make Sven happy :)
—
Michael Bien /
gitweb
- toString() for CLEventList.
—
Michael Bien /
gitweb
- exception msg formatting improvements.
—
Michael Bien /
gitweb
- added tag.build ant target to document build dependencies.
—
Michael Bien /
gitweb
- updated webside. logo, favicon, style.
—
Michael Bien /
gitweb
- enabled create-context and build-program callbacks using CL_CALLBACK
—
Michael Bien /
gitweb
- fixed ChannelOrder.valueOf (new CL1.1 enums).
—
Michael Bien /
gitweb
- finished CLSubBuffer, added junit testcase, perf improvements and
—
Michael Bien /
gitweb
- update due to changes in JDK7's ARM spec.
—
Michael Bien /
gitweb
- updated webpage (CL 1.1 links).
—
Michael Bien /
gitweb
- misc OpenCL 1.1 HLB updates. ImageFormats, getters, javadoc.
—
Michael Bien /
gitweb
- initial import of CLSubBuffer to HLB.
—
Michael Bien /
gitweb
- minor refactorings and updates.
—
Michael Bien /
gitweb
- image factory methods for CLContext.
—
Michael Bien /
gitweb
- OpenCL 1.1; added 12 *BufferRect methods to CLCommandQueue.
—
Michael Bien /
gitweb
- added CLContext.getSupportedImageFormats() methods and unit test.
—
Michael Bien /
gitweb
- added CLVersion utility class and corresponding API.
—
Michael Bien /
gitweb
- issue 400 typo in CLGLTexture2d with texture id.
—
Michael Bien /
gitweb
- switched to dynamic linking. All custom code functions must be called
—
Michael Bien /
gitweb
- webpage; added a few links.
—
Michael Bien /
gitweb
- Merge branch 'master' of github.com:mbien/jocl
—
Michael Bien /
gitweb
- switched to dynamic linking. All custom code functions must be called
—
Michael Bien /
gitweb
- moved calls to program.createCLKernels() into seperate test method.
—
Michael Bien /
gitweb
- two new CL 1.1 exception types.
—
Michael Bien /
gitweb
- implemented OpenCL 1.1 user events + JUnit test.
—
Michael Bien /
gitweb
- updated webpage, JOCL symbols.
—
Michael Bien /
gitweb
- fixed build... forgot an include.
—
Michael Bien /
gitweb
- ForceProcAddressGen for a few extensions.
—
Michael Bien /
gitweb
- OpenCL 1.1 support.
—
Michael Bien /
gitweb
- Refactored LLB into two impl layers to reduce custom code injection
—
Michael Bien /
gitweb
- don't cause a build failure if a testcase fails (for hudson).
—
Michael Bien /
gitweb
- simplification in CLGLContext due to cleanup in GLContext (jogl commit:
—
Michael Bien /
gitweb
- added test-file target. Run it with e.g: "ant test-file
—
Michael Bien /
gitweb
- improved concurrent load test (disabled by default) and confirmed that
—
Michael Bien /
gitweb
- updated jocl webpage.
—
Michael Bien /
gitweb
- changes due to gluegen size_t fix. Switched back to PointerBuffer. 32bit
—
Michael Bien /
gitweb
- use getDisplayHandle for linux and Surface on windows for CLGL context
—
Michael Bien /
gitweb
- zip javadoc.
—
Michael Bien /
gitweb
- added CLGLContext sharing support for EGLContexts.
—
Michael Bien /
gitweb
- dissabled CLGL test since there is currently no way to relyable
—
Michael Bien /
gitweb
- enabled CLGLTest again... give it another try with hudson.
—
Michael Bien /
gitweb
- Fix JOCL win64 build - mingw64 shall ling against dll
—
Sven Gothel /
gitweb
- updated cl_ext header to latest version.
—
Michael Bien /
gitweb
- initial import of www folder.
—
Michael Bien /
gitweb
- XHTML cleanup, updated webpage.
—
Michael Bien /
gitweb