| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | moved generated CLGLI Interface into com.mbien.opencl.gl package. | Michael Bien | 2010-03-08 | 7 | -6/+4 |
* | introduced gl package and moved all interoperability functionality into it. | Michael Bien | 2010-03-08 | 12 | -25/+57 |
* | moved utilities to util package. | Michael Bien | 2010-03-08 | 13 | -30/+66 |
* | added put/setNullArg(int size) for setting NULL ranges as kernel argument to ... | Michael Bien | 2010-03-01 | 3 | -1/+30 |
* | added a few @native javadoc tags to CLCommandQueue. | Michael Bien | 2010-02-28 | 1 | -0/+230 |
* | introduced (package private) Disposable interface for forward compatiblility ... | Michael Bien | 2010-02-28 | 10 | -1/+60 |
* | improved generics and fixed javadoc warnings. | Michael Bien | 2010-02-28 | 3 | -5/+5 |
* | added three missing workgroup info methods in CLKernel. | Michael Bien | 2010-02-28 | 2 | -1/+41 |
* | fixed copy and paste bug in CLCommandQueue.put1DRangeKernel(). | Michael Bien | 2010-02-28 | 1 | -1/+1 |
* | removed .idea/workspace.xml from repo and updated .gitignore. | Michael Bien | 2010-02-27 | 1 | -2/+2 |
* | refactored CLGLBuffer into seperate OpenGL buffer and image types. | Michael Bien | 2010-02-27 | 12 | -66/+407 |
* | improved CLProgramBuilder and implemented propper configuration loading. | Michael Bien | 2010-02-26 | 3 | -9/+116 |
* | implemented Serialization for CLProgramBuilder. | Michael Bien | 2010-02-26 | 4 | -36/+141 |