| Commit message (Expand) | Author | Age | Files | Lines |
* | Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e... | Sven Gothel | 2014-07-03 | 1 | -63/+63 |
* | GLDrawableFactory: destroy() -> shutdownImpl() - Add DEBUG output in implemen... | Sven Gothel | 2013-11-28 | 1 | -1/+4 |
* | jogl: add missing @Override annotations | Harvey Harrison | 2013-10-17 | 1 | -0/+1 |
* | jogl: remove all trailing whitespace | Harvey Harrison | 2013-10-17 | 1 | -15/+15 |
* | Fix SharedResourceRunner's potential race-conditions. Use top-level synchroni... | Sven Gothel | 2013-09-18 | 1 | -12/+4 |
* | Revert commit 4beef4fe856690b070ba06a6caf4515aebd7171b manually for testing p... | Sven Gothel | 2013-09-02 | 1 | -2/+2 |
* | X11GLXDrawableFactory.Shutdown: Disable shared context destruction since it m... | Sven Gothel | 2013-09-02 | 1 | -2/+2 |
* | Animator/GLWindow: Catch 'ThreadDeath/Throwable' and dump info in DEBUG mode ... | Sven Gothel | 2013-09-02 | 1 | -1/+1 |
* | Fix OSX GL-core lack of pbuffer: GLDrawableFactory.canCreateGLPbuffer(..) add... | Sven Gothel | 2013-07-17 | 1 | -2/+2 |
* | Security: Apply security changes from GlueGen | Sven Gothel | 2013-06-21 | 1 | -12/+19 |
* | Fix GLX: X11GLXContext used wrong FBConfig n/a query; X11GLX*: If FBConfig is... | Sven Gothel | 2013-05-06 | 1 | -3/+9 |
* | Simplify GLDrawableFactory's SharedResource Query Methods; Move WindowsWGLDra... | Sven Gothel | 2013-04-26 | 1 | -36/+11 |
* | Fix Bug 706 and Bug 520: Certain ATI GPU/driver require a current context whe... | Sven Gothel | 2013-04-25 | 1 | -7/+7 |
* | Fix Bug 720: Unify all platform specific GLContextImpl specializations; Fix B... | Sven Gothel | 2013-04-18 | 1 | -11/+0 |
* | Fix Bug 705 - Cleanup & Generalize Commit 5b47372590ec715647ebbd75d70c41ec7a6... | Sven Gothel | 2013-04-16 | 1 | -0/+5 |
* | Debug Messages: Unify getThreadName() usage and 'Catched Exception' messages | Sven Gothel | 2013-04-10 | 1 | -1/+1 |
* | Complete 9a4fcc7ea4ec61e4ceed791acced734ac04ea270: SharedResourceRunner.Impl.... | Sven Gothel | 2013-03-27 | 1 | -3/+0 |
* | SharedRessourceRunner: Add isDeviceSupported(..) query before spawn off threa... | Sven Gothel | 2013-03-27 | 1 | -0/+16 |
* | Relax Bug 613 workaround of commit 92398025abdabb2fdef0d78edd41e730991a6f94 | Sven Gothel | 2012-10-02 | 1 | -11/+11 |
* | Workaround for Bug 623: Sporadic XCB assertion failures w/ ATI proprietary dr... | Sven Gothel | 2012-09-30 | 1 | -4/+0 |
* | GLXUtil: Lock X11 Device | Sven Gothel | 2012-09-28 | 1 | -4/+4 |
* | Fix Bug 616: X11: Remove XInitThreads() dependency while cleaning up device l... | Sven Gothel | 2012-09-27 | 1 | -9/+4 |
* | Fixes Bug 615 - X11: Use proper screen index/name for shared resources and de... | Sven Gothel | 2012-09-17 | 1 | -2/+2 |
* | Seamless Integration of an FBObject based GLFBODrawable as GLOffscreenAutoDra... | Sven Gothel | 2012-09-15 | 1 | -56/+7 |
* | Cleanup shutdown mechanism ; Fix X11/ATI SIGV at shutdown ; EGLDisplayUtil: C... | Sven Gothel | 2012-09-07 | 1 | -10/+4 |
* | Fix EGLDrawableFactory ES1/ES2 detection for !pbuffer ; Misc robustness chang... | Sven Gothel | 2012-08-21 | 1 | -0/+5 |
* | Fix GraphicsConfigurationFactory: Map factory to device-type _and_ capabiliti... | Sven Gothel | 2012-07-24 | 1 | -2/+13 |
* | Bug 599 - FBObject / Offscreen Support - Part 1 | Sven Gothel | 2012-07-19 | 1 | -45/+100 |
* | 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 | -36/+69 |
* | 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 | -3/+3 |
* | X11: Fix unavailable GLX (Server): Use fallback GraphicsConfigurationFactory ... | Sven Gothel | 2012-02-25 | 1 | -2/+2 |
* | X11/GLX: Query X Server whether GLX is available (X11/SharedResourceRunner) ;... | Sven Gothel | 2012-02-25 | 1 | -1/+4 |
* | Fix GLProfile/GLDrawableFactory bug: Recursion on default desktop device, sin... | Sven Gothel | 2012-02-25 | 1 | -4/+5 |
* | DEBUG Output: More thread-names to drawable/context lifecycle; Remove massive... | Sven Gothel | 2012-02-22 | 1 | -14/+14 |
* | API Change [GLProfile/GLContext]: Add notion of hardware acceleration in GLPr... | Sven Gothel | 2012-02-20 | 1 | -1/+1 |
* | OpenGL ES/EGL Overhaul | Sven Gothel | 2012-02-13 | 1 | -3/+3 |
* | GLContext*/GLDrawableHelper: Fix consistency of recursive makeCurrent()/relea... | Sven Gothel | 2012-01-08 | 1 | -1/+0 |
* | Fix concurrency bug of GLProfile initialization ; Fix SharedResourceRunner 'd... | Sven Gothel | 2011-12-11 | 1 | -9/+8 |
* | New GLProfile.ShutdownType: SHARED_ONLY / COMPLETE - Enhance/Fix Lifecycle Ma... | Sven Gothel | 2011-12-01 | 1 | -18/+31 |
* | GLDrawableFactory: Implementations lifecycle is handled via constructor/destr... | Sven Gothel | 2011-12-01 | 1 | -33/+45 |
* | More Robust GLProfile Initialization ; Add NativeWindowFactory Shutdown | Sven Gothel | 2011-11-30 | 1 | -3/+10 |
* | X11Util: Remove wrapped/locked X11Lib methods | Sven Gothel | 2011-11-26 | 1 | -8/+9 |
* | SharedResourceRunner: Use generics ; X11GLXDrawableFactory.SharedRunnable shu... | Sven Gothel | 2011-11-26 | 1 | -5/+9 |
* | GLX Information usage cleanup | Sven Gothel | 2011-11-25 | 1 | -73/+106 |
* | JOGL/NativeWindow: Push down JOGL's X11AWTGLXGraphicsConfigurationFactory to ... | Sven Gothel | 2011-11-25 | 1 | -18/+11 |
* | GraphicsConfigurationFactory: Kick off 'registerFactory' via static method in... | Sven Gothel | 2011-11-23 | 1 | -3/+3 |
* | NativeSurface's getGraphicsConfiguration() returns the native (delegated) Abs... | Sven Gothel | 2011-11-23 | 1 | -1/+1 |
* | X11GLXDrawableFactory.createOffscreenSurfaceImpl(): Create own screen/device ... | Sven Gothel | 2011-11-23 | 1 | -8/+14 |