| Commit message (Expand) | Author | Age | Files | Lines |
* | GLDrawableFactoryImpl:createMutableSurfaceImpl(..): Pass orig AbstractGraphic... | Sven Gothel | 2023-03-04 | 1 | -6/+6 |
* | GLDrawableFactoryImpl:createDummySurfaceImpl() and createSurfacelessImpl(): P... | Sven Gothel | 2023-03-04 | 1 | -8/+11 |
* | Replace AccessController.doPrivileged() w/ SecurityUtil.doPrivileged() | Sven Gothel | 2023-01-14 | 1 | -2/+2 |
* | Bug 1203: Optimize OpenGL Profile probing/mapping (Skip redundant queries) | Sven Gothel | 2015-08-30 | 1 | -0/+27 |
* | Bug 1203: GLDrawable-Stateless operations in GLContextImpl, using ctxVersion ... | Sven Gothel | 2015-08-29 | 1 | -1/+1 |
* | Bug 1203: SharedResourceRunner.Implementation impl. shall use AbstractGraphic... | Sven Gothel | 2015-08-29 | 1 | -27/+7 |
* | Bug 1068 - Fix issue w/ unifying Surfaceless probing (commit 2120be14c7525ef0... | Sven Gothel | 2015-02-03 | 1 | -0/+1 |
* | Bug 682 - Relocating javax.media.opengl.* -> com.jogamp.opengl.* (Part 1) | Sven Gothel | 2015-02-02 | 1 | -14/+14 |
* | Bug 1068 - Unify Surfaceless probing; Fix Surfaceless for OSX and Windows (pr... | Sven Gothel | 2015-01-23 | 1 | -54/+21 |
* | Misc Fix: GLContext*; Refine DEBUG output in GLDrawableFactory's createShareR... | Sven Gothel | 2015-01-23 | 1 | -1/+2 |
* | Simplify GLDrawable[Impl|Factory].getGLDynamicLookupHelper(..) | Sven Gothel | 2015-01-23 | 1 | -1/+1 |
* | Bug 1068 - Use GenericUpstreamSurfacelessHook for all createSurfacelessImpl(.... | Sven Gothel | 2015-01-23 | 1 | -2/+2 |
* | Bug 1068 - Allow GLContext creation and makeCurrent without default framebuff... | Sven Gothel | 2014-12-07 | 1 | -38/+80 |
* | Bug 1068, 1096: Unify EGL surface related code in EGLSurface; Add notion of '... | Sven Gothel | 2014-12-07 | 1 | -0/+7 |
* | Use ExceptionUtils.dumpStack(..) instead of Thread.dumpStack() | Sven Gothel | 2014-10-26 | 1 | -1/+2 |
* | Bug 1035 - Allow Gamma [Brightness, Contrast] settings to be performed on dis... | Sven Gothel | 2014-07-27 | 1 | -44/+83 |
* | 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 |