Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | -0/+7914 |
team player ;). |