| Commit message (Expand) | Author | Age | Files | Lines |
* | update due to changes in JDK7's ARM spec. | Michael Bien | 2010-07-03 | 13 | -65/+30 |
* | image factory methods for CLContext. | Michael Bien | 2010-06-28 | 2 | -0/+88 |
* | minor refactorings and updates. | Michael Bien | 2010-06-27 | 6 | -29/+11 |
* | OpenCL 1.1; added 12 *BufferRect methods to CLCommandQueue. | Michael Bien | 2010-06-27 | 1 | -0/+240 |
* | added CLContext.getSupportedImageFormats() methods and unit test. | Michael Bien | 2010-06-25 | 2 | -3/+60 |
* | added CLVersion utility class and corresponding API. | Michael Bien | 2010-06-24 | 3 | -4/+180 |
* | issue 400 typo in CLGLTexture2d with texture id. | Michael Bien | 2010-06-24 | 1 | -1/+1 |
* | switched to dynamic linking. All custom code functions must be called via fun... | Michael Bien | 2010-06-21 | 2 | -28/+91 |
* | implemented OpenCL 1.1 user events + JUnit test. | Michael Bien | 2010-06-16 | 3 | -2/+83 |
* | two new CL 1.1 exception types. | Michael Bien | 2010-06-16 | 1 | -0/+26 |
* | OpenCL 1.1 support.OpenCL1.1 | Michael Bien | 2010-06-15 | 1 | -16/+0 |
* | Refactored LLB into two impl layers to reduce custom code injection significa... | Michael Bien | 2010-06-08 | 1 | -0/+193 |
* | simplification in CLGLContext due to cleanup in GLContext (jogl commit: dd040... | Michael Bien | 2010-06-02 | 1 | -10/+7 |
* | use getDisplayHandle for linux and Surface on windows for CLGL context creation. | Michael Bien | 2010-05-31 | 1 | -3/+3 |
* | changes due to gluegen size_t fix. Switched back to PointerBuffer. 32bit syst... | Michael Bien | 2010-05-31 | 10 | -59/+52 |
* | improved concurrent load test (disabled by default) and confirmed that cl pro... | Michael Bien | 2010-05-30 | 1 | -5/+18 |
* | added CLGLContext sharing support for EGLContexts. | Michael Bien | 2010-05-24 | 1 | -11/+27 |
* | status should be an direct buffer. | Michael Bien | 2010-05-12 | 1 | -1/+1 |
* | finished main functionality of ErrorHandler impl. | Michael Bien | 2010-05-04 | 3 | -18/+93 |
* | renamed ErrorHandler. | Michael Bien | 2010-05-03 | 1 | -1/+1 |
* | CLBuildListener functionality for high level bindings. | Michael Bien | 2010-05-02 | 6 | -11/+130 |
* | added doPrivileged block around libloading logic. | Michael Bien | 2010-04-28 | 1 | -4/+19 |
* | continued with callbacks. | Michael Bien | 2010-04-26 | 2 | -3/+2 |
* | implemented low level BuildProgramCallbacks. | Michael Bien | 2010-04-25 | 4 | -6/+15 |
* | modification due to method renaming in gluegen/ProcAddressTable. | Michael Bien | 2010-04-24 | 1 | -2/+1 |
* | CLGLContext.create() makes GLContext current. | Michael Bien | 2010-04-24 | 2 | -17/+39 |
* | renamed NativeLibLoader to JOCLJNILibLoader. | Michael Bien | 2010-04-24 | 2 | -3/+3 |
* | dynamic binding for OpenGL specific functionality. | Michael Bien | 2010-04-24 | 4 | -13/+29 |
* | CLContext should not throw NPE in create(...) if a device or device type is n... | Michael Bien | 2010-04-22 | 1 | -4/+12 |
* | changes due to refactorings in gluegen. (NativeLibLoaderBase->JNILibLoaderBase) | Michael Bien | 2010-04-20 | 1 | -2/+2 |
* | fixed buffer-offset bug in CLKernel.getCompileWorkGroupSize, optimized buffer... | Michael Bien | 2010-04-16 | 1 | -5/+10 |
* | code review: improved exception messages to be more verbose whenever possible. | Michael Bien | 2010-04-15 | 9 | -43/+86 |
* | fixed BufferOverflowException in CLKernel.getCompileWorkGroupSize(), buffer w... | Michael Bien | 2010-04-15 | 1 | -1/+1 |
* | renamed package com.mbien.* in com.jogamp.* JOCL is now officially a JogAmp t... | Michael Bien | 2010-04-12 | 36 | -149/+145 |
* | fixed severe typo in putMarker() (command queue id was not used). | Michael Bien | 2010-04-12 | 1 | -1/+1 |
* | better Exception messages for CLCommandQueue. | Michael Bien | 2010-04-12 | 1 | -38/+127 |
* | fixed newly introduced index out of bounds bug. | Michael Bien | 2010-04-07 | 1 | -1/+1 |
* | modifications due to class movement in gluegen. | Michael Bien | 2010-04-01 | 15 | -44/+44 |
* | fixed newly introduced bug in CLCommandQueue, cleanup in CLContext. | Michael Bien | 2010-03-30 | 2 | -8/+8 |
* | refactorings due to newly introduced Int64Buffer in gluegen. | Michael Bien | 2010-03-30 | 10 | -131/+149 |
* | changes due to BufferFactory -> Buffers renaming in gluegen. | Michael Bien | 2010-03-29 | 6 | -21/+21 |
* | fixed imports due to changes in gluegen. | Michael Bien | 2010-03-28 | 1 | -1/+1 |
* | refactoring com.sun.opengl -> com.jogamp.opengl | Michael Bien | 2010-03-27 | 1 | -4/+4 |
* | refactoring due to gluegen changes. | Michael Bien | 2010-03-27 | 15 | -24/+24 |
* | fixed javadoc warnings. | Michael Bien | 2010-03-27 | 1 | -3/+3 |
* | condition support for CLCommandQueue. | Michael Bien | 2010-03-17 | 1 | -79/+410 |
* | get(GL)Context() and getCL() getters. | Michael Bien | 2010-03-16 | 9 | -11/+85 |
* | even more utility methods and general awesomeness. | Michael Bien | 2010-03-16 | 11 | -61/+147 |
* | added Capabilities enum and getter to CLDevice. | Michael Bien | 2010-03-16 | 3 | -3/+60 |
* | MultiQueueBarrier is now reusable. | Michael Bien | 2010-03-15 | 1 | -6/+36 |