Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | simplification in CLGLContext due to cleanup in GLContext (jogl commit: ↵ | Michael Bien | 2010-06-02 | 1 | -10/+7 | |
| | | | | dd0400a41478c1f36541). | |||||
* | 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 ↵ | Michael Bien | 2010-05-31 | 10 | -59/+52 | |
| | | | | systems are now supported again. | |||||
* | improved concurrent load test (disabled by default) and confirmed that cl ↵ | Michael Bien | 2010-05-30 | 1 | -5/+18 | |
| | | | | | | programs can't be built concurrently. CLProgram uses ReentrantLock to put synchronous and asynchronous calls to clBuildProgram(...) in a squence. | |||||
* | 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 | |
| | | | | | | - using event listener add/remove pattern instead add on context creation - context -> error handler object global reference mapping(TM) using LongLongMap in CLImpl - global ref is deleted on context release | |||||
* | renamed ErrorHandler. | Michael Bien | 2010-05-03 | 1 | -1/+1 | |
| | ||||||
* | CLBuildListener functionality for high level bindings. | Michael Bien | 2010-05-02 | 6 | -11/+130 | |
| | | | | | - uses low level BuildProgramCallback internally - updated tests, testing async builds | |||||
* | 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 | |
| | | | | | - started with context error callback - finished build program callback | |||||
* | implemented low level BuildProgramCallbacks. | Michael Bien | 2010-04-25 | 4 | -6/+15 | |
| | | | | | - removed userdata arguments from createContext* and buildProgram bindings - updated LowLevelBindingTest | |||||
* | 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 | |
| | | | | | made CLContext.release() more bulletproof. added CLGLTest. | |||||
* | 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 ↵ | Michael Bien | 2010-04-22 | 1 | -4/+12 | |
| | | | | null. | |||||
* | changes due to refactorings in gluegen. (NativeLibLoaderBase->JNILibLoaderBase) | Michael Bien | 2010-04-20 | 1 | -2/+2 | |
| | ||||||
* | fixed buffer-offset bug in CLKernel.getCompileWorkGroupSize, optimized ↵ | Michael Bien | 2010-04-16 | 1 | -5/+10 | |
| | | | | buffer size on 32bit systems, enabled test. | |||||
* | code review: improved exception messages to be more verbose whenever possible. | Michael Bien | 2010-04-15 | 9 | -43/+86 | |
| | | | | began with CLKernel testcase. | |||||
* | fixed BufferOverflowException in CLKernel.getCompileWorkGroupSize(), buffer ↵ | Michael Bien | 2010-04-15 | 1 | -1/+1 | |
| | | | | was to small. | |||||
* | renamed package com.mbien.* in com.jogamp.* JOCL is now officially a JogAmp ↵ | Michael Bien | 2010-04-12 | 36 | -149/+145 | |
| | | | | team player ;). | |||||
* | 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 | |
| | | | | - renamed com.sun.gluegen.runtime -> com.jogamp.gluegen.runtime. | |||||
* | 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 | |
| | | | | | fix in isGLMemorySharingSupported() on mac. javadoc fixes. | |||||
* | 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 | |
| | | | | updated tests. | |||||
* | 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 | |
| | | | | several smaller improvements and doc fixes. | |||||
* | added put/setNullArg(int size) for setting NULL ranges as kernel argument to ↵ | Michael Bien | 2010-03-01 | 3 | -1/+30 | |
| | | | | | | | CLKernel. added missing flush() to CLCommandQueue. added CLMemory.getCapacity() utility method. | |||||
* | 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 | |
| | | | | | | with JDK7's ARM blocks. CLResource extends Disposable. | |||||
* | 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 | |
| | | | | updated intellij project files. | |||||
* | 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 | |
| |