| Commit message (Expand) | Author | Age | Files | Lines |
* | Bug 1035 - Allow Gamma [Brightness, Contrast] settings to be performed on dis... | Sven Gothel | 2014-07-27 | 1 | -6/+12 |
* | Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e... | Sven Gothel | 2014-07-03 | 1 | -28/+28 |
* | Fix 'typo' in messages: 'Catched' -> 'Caught' | Sven Gothel | 2014-06-28 | 1 | -2/+2 |
* | GLDrawableFactory: destroy() -> shutdownImpl() - Add DEBUG output in implemen... | Sven Gothel | 2013-11-28 | 1 | -1/+4 |
* | Bug 894 - GLDrawableFactory* [dummy|offscreen] Surface creation w/ own device... | Sven Gothel | 2013-11-06 | 1 | -2/+2 |
* | jogl: add missing @Override annotations | Harvey Harrison | 2013-10-17 | 1 | -0/+1 |
* | jogl: remove all trailing whitespace | Harvey Harrison | 2013-10-17 | 1 | -14/+14 |
* | Fix OSX GL-core lack of pbuffer: GLDrawableFactory.canCreateGLPbuffer(..) add... | Sven Gothel | 2013-07-17 | 1 | -2/+7 |
* | Simplify GLDrawableFactory's SharedResource Query Methods; Move WindowsWGLDra... | Sven Gothel | 2013-04-26 | 1 | -53/+34 |
* | Fix Bug 720: Unify all platform specific GLContextImpl specializations; Fix B... | Sven Gothel | 2013-04-18 | 1 | -11/+0 |
* | Debug Messages: Unify getThreadName() usage and 'Catched Exception' messages | Sven Gothel | 2013-04-10 | 1 | -1/+1 |
* | Bug 713: Handle broken EGL setup - Catch all Exception types, not only Jogamp... | Sven Gothel | 2013-04-05 | 1 | -2/+1 |
* | CGL/CGLExt Robustness: Use NIODirectOnly for all bindings. For these internal... | Sven Gothel | 2012-10-30 | 1 | -4/+5 |
* | Relax Bug 613 workaround of commit 92398025abdabb2fdef0d78edd41e730991a6f94 | Sven Gothel | 2012-10-02 | 1 | -4/+5 |
* | MacOSXCGLDrawableFactory: Cannot use shared context to retrieve quirks since ... | Sven Gothel | 2012-09-21 | 1 | -10/+21 |
* | Add GLRendererQuirks; Fix shared EGL/ES resources; | Sven Gothel | 2012-09-20 | 1 | -8/+11 |
* | Seamless Integration of an FBObject based GLFBODrawable as GLOffscreenAutoDra... | Sven Gothel | 2012-09-15 | 1 | -55/+16 |
* | Cleanup shutdown mechanism ; Fix X11/ATI SIGV at shutdown ; EGLDisplayUtil: C... | Sven Gothel | 2012-09-07 | 1 | -6/+4 |
* | Fix EGLDrawableFactory ES1/ES2 detection for !pbuffer ; Misc robustness chang... | Sven Gothel | 2012-08-21 | 1 | -0/+5 |
* | Bug 599 - FBObject / Offscreen Support - Part 1 | Sven Gothel | 2012-07-19 | 1 | -45/+108 |
* | GLAutoDrawable* refinement of abstraction / generalization - API Change! | Sven Gothel | 2012-07-04 | 1 | -1/+1 |
* | GLDrawable* cleanup: Add @Override, remove trailing whitespace, .. | Sven Gothel | 2012-06-28 | 1 | -31/+54 |
* | GLContext*: Remove '[set/is]Synchronized(..)' - Defaults to wait for locks: 1... | Sven Gothel | 2012-05-13 | 1 | -1/+0 |
* | NativeWindow public-spec to public-impl reorg (javax.media.nativewindow.<impl... | Sven Gothel | 2012-03-06 | 1 | -2/+2 |
* | Fix GLProfile/GLDrawableFactory bug: Recursion on default desktop device, sin... | Sven Gothel | 2012-02-25 | 1 | -2/+3 |
* | API Change [GLProfile/GLContext]: Add notion of hardware acceleration in GLPr... | Sven Gothel | 2012-02-20 | 1 | -1/+1 |
* | MacOSXCGLDrawableFactory: Fix typo 'Applet' -> 'Apple' for APPLE_float_pixels | Sven Gothel | 2012-02-13 | 1 | -7/+8 |
* | OpenGL ES/EGL Overhaul | Sven Gothel | 2012-02-13 | 1 | -4/+5 |
* | OSX Fix: Catch releaseImpl's glFinish() exception (DebugGL); Make GLContext.r... | Sven Gothel | 2012-01-13 | 1 | -3/+10 |
* | OSX Fixes: bug 548 (another regression: pixelfmt), ctx creation failure -> no... | Sven Gothel | 2012-01-13 | 1 | -0/+1 |
* | GLContext*/GLDrawableHelper: Fix consistency of recursive makeCurrent()/relea... | Sven Gothel | 2012-01-08 | 1 | -1/+0 |
* | GLDrawableFactory*.createOffscreenDrawable(): No implicit setRealized(true) @... | Sven Gothel | 2011-12-17 | 1 | -1/+2 |
* | Fix concurrency bug of GLProfile initialization ; Fix SharedResourceRunner 'd... | Sven Gothel | 2011-12-11 | 1 | -2/+6 |
* | New GLProfile.ShutdownType: SHARED_ONLY / COMPLETE - Enhance/Fix Lifecycle Ma... | Sven Gothel | 2011-12-01 | 1 | -15/+24 |
* | GLDrawableFactory: Implementations lifecycle is handled via constructor/destr... | Sven Gothel | 2011-12-01 | 1 | -33/+44 |
* | More Robust GLProfile Initialization ; Add NativeWindowFactory Shutdown | Sven Gothel | 2011-11-30 | 1 | -3/+10 |
* | GLContextImpl*: createImpl() / makeCurrentImpl() refinement / robostness | Sven Gothel | 2011-11-29 | 1 | -1/+1 |
* | GraphicsConfigurationFactory: Kick off 'registerFactory' via static method in... | Sven Gothel | 2011-11-23 | 1 | -3/+4 |
* | NativeSurface's getGraphicsConfiguration() returns the native (delegated) Abs... | Sven Gothel | 2011-11-23 | 1 | -1/+1 |
* | OS X Layered View Part8: Generalize OffscreenLayerSurface ; Use local JAWT in... | Sven Gothel | 2011-11-12 | 1 | -45/+0 |
* | Revert introduction of NativeSurfaceHolder and NativeWindowHolder interfaces | Sven Gothel | 2011-11-11 | 1 | -6/+0 |
* | NativeWindow: SurfaceChangeable::setSize() -> surfaceSizeChanged() to avoid c... | Sven Gothel | 2011-11-09 | 1 | -1/+1 |
* | OS X Layered View: Part5 NEWT/AWT Interaction ; Fix NSOpenGLLayer pos ; Cleanup | Sven Gothel | 2011-11-09 | 1 | -2/+2 |
* | OSX: SharedResource add knowledge of NPOT-, RECT- and Float-Texture features,... | Sven Gothel | 2011-11-08 | 1 | -42/+82 |
* | OS X Layered View: Use pbuffer method (pbuffer w/ dbl buffer) | Sven Gothel | 2011-11-06 | 1 | -2/+6 |
* | JOGL/Offscreen-Drawable: Use setRealized(boolean) protocol for offscreen/pbuffer | Sven Gothel | 2011-11-06 | 1 | -1/+10 |
* | Impl layeredSurface (java/native): | Sven Gothel | 2011-11-05 | 1 | -0/+21 |
* | OSX: Enable OpenGL profile support, ie OpenGL 3.2 -> GL3 for OSX >= 10.7 | Sven Gothel | 2011-10-26 | 1 | -18/+101 |
* | Cleanup: Java Generics Use and Removed Unused Methods | Sven Gothel | 2011-08-24 | 1 | -2/+2 |
* | GLProfile / eager init: Use relaxed query, if context was created while initi... | Sven Gothel | 2011-08-07 | 1 | -2/+7 |