| Commit message (Expand) | Author | Age | Files | Lines |
* | Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e... | Sven Gothel | 2014-07-03 | 1 | -10/+11 |
* | Fix 'typo' in messages: 'Catched' -> 'Caught' | Sven Gothel | 2014-06-28 | 1 | -1/+1 |
* | GLDrawableFactory.shutdown0() Add DEBUG line at the end | Sven Gothel | 2013-11-29 | 1 | -0/+3 |
* | GLDrawableFactory: destroy() -> shutdownImpl() - Add DEBUG output in implemen... | Sven Gothel | 2013-11-28 | 1 | -2/+2 |
* | Bug 894 - GLDrawableFactory* [dummy|offscreen] Surface creation w/ own device... | Sven Gothel | 2013-11-06 | 1 | -0/+13 |
* | GLDrawableFactory: createDummy*(..) Pass GLCapabilitiesImmutable + GLCapabili... | Sven Gothel | 2013-10-31 | 1 | -6/+13 |
* | GLDrawableFactory: Add 'GLAutoDrawable createDummyAutoDrawable(..)' for conve... | Sven Gothel | 2013-10-29 | 1 | -22/+45 |
* | Bug 776 GLContext Sharing: Add note about driver stability (destruction order... | Sven Gothel | 2013-10-28 | 1 | -2/+2 |
* | Bug 776 GLContext Sharing: Refine API for relaxed and lazy GLContext sharing ... | Sven Gothel | 2013-10-27 | 1 | -2/+53 |
* | jogl: add missing @Override annotations | Harvey Harrison | 2013-10-17 | 1 | -0/+1 |
* | jogl: remove all trailing whitespace | Harvey Harrison | 2013-10-17 | 1 | -76/+76 |
* | Fix some JavaDoc and API doc (reference) bugs .. | Sven Gothel | 2013-09-08 | 1 | -5/+7 |
* | GLDrawableFactory: Expose createDummyDrawable(..) / GLDrawableFactoryImpl: Ma... | Sven Gothel | 2013-08-10 | 1 | -1/+15 |
* | Fix OSX GL-core lack of pbuffer: GLDrawableFactory.canCreateGLPbuffer(..) add... | Sven Gothel | 2013-07-17 | 1 | -7/+11 |
* | Fix Bug 761 (part 1/2): Move GLDrawableFactory.shutdownHook -> NativeWindowFa... | Sven Gothel | 2013-06-23 | 1 | -34/+22 |
* | Mitigate Bug 728: Java Web Start Shutdown: Exception "java.lang.IllegalStateE... | Sven Gothel | 2013-06-13 | 1 | -1/+9 |
* | Simplify GLDrawableFactory's SharedResource Query Methods; Move WindowsWGLDra... | Sven Gothel | 2013-04-26 | 1 | -3/+6 |
* | Fix Bug 720: Unify all platform specific GLContextImpl specializations; Fix B... | Sven Gothel | 2013-04-18 | 1 | -8/+1 |
* | Debug Messages: Unify getThreadName() usage and 'Catched Exception' messages | Sven Gothel | 2013-04-10 | 1 | -0/+2 |
* | Bug 713: Handle broken EGL setup - Catch all Exception types, not only Jogamp... | Sven Gothel | 2013-04-05 | 1 | -4/+2 |
* | Refine GL[Auto]Drawable 'realized' state in API doc, and relax it's realized ... | Sven Gothel | 2013-01-26 | 1 | -5/+9 |
* | Fix Windows ANGLE Workaround Regression of commit 923d9dd7f1d40db72d35ca76a76... | Sven Gothel | 2012-10-13 | 1 | -14/+37 |
* | Add GLRendererQuirks; Fix shared EGL/ES resources; | Sven Gothel | 2012-09-20 | 1 | -0/+37 |
* | Seamless Integration of an FBObject based GLFBODrawable as GLOffscreenAutoDra... | Sven Gothel | 2012-09-15 | 1 | -24/+104 |
* | Cleanup shutdown mechanism ; Fix X11/ATI SIGV at shutdown ; EGLDisplayUtil: C... | Sven Gothel | 2012-09-07 | 1 | -22/+14 |
* | Fix EGLDrawableFactory ES1/ES2 detection for !pbuffer ; Misc robustness chang... | Sven Gothel | 2012-08-21 | 1 | -2/+9 |
* | NativeWindowFactory.getNativeWindowType(..): Return canonical string represen... | Sven Gothel | 2012-08-18 | 1 | -7/+7 |
* | Fix GraphicsConfigurationFactory: Map factory to device-type _and_ capabiliti... | Sven Gothel | 2012-07-24 | 1 | -1/+2 |
* | Bug 599 - FBObject / Offscreen Support - Part 1 | Sven Gothel | 2012-07-19 | 1 | -50/+34 |
* | GLContext adds FBO availability to profile mapping; Fix GL[Auto]Drawable/GLCo... | Sven Gothel | 2012-07-05 | 1 | -0/+17 |
* | Adapt to gluegen Properties/Security commits f4ac27e177f6deb444280d3b375e7d34... | Sven Gothel | 2012-03-13 | 1 | -2/+3 |
* | X11/GLX: Query X Server whether GLX is available (X11/SharedResourceRunner) ;... | Sven Gothel | 2012-02-25 | 1 | -2/+2 |
* | Fix GLProfile/GLDrawableFactory bug: Recursion on default desktop device, sin... | Sven Gothel | 2012-02-25 | 1 | -2/+15 |
* | OpenGL ES/EGL Overhaul | Sven Gothel | 2012-02-13 | 1 | -7/+5 |
* | Fix GLDrawableFactory lack of GLProfile initialization in case get*Factory() ... | Sven Gothel | 2011-12-13 | 1 | -7/+3 |
* | Fix concurrency bug of GLProfile initialization ; Fix SharedResourceRunner 'd... | Sven Gothel | 2011-12-11 | 1 | -6/+19 |
* | New GLProfile.ShutdownType: SHARED_ONLY / COMPLETE - Enhance/Fix Lifecycle Ma... | Sven Gothel | 2011-12-01 | 1 | -6/+7 |
* | GLDrawableFactory: Implementations lifecycle is handled via constructor/destr... | Sven Gothel | 2011-12-01 | 1 | -27/+43 |
* | More Robust GLProfile Initialization ; Add NativeWindowFactory Shutdown | Sven Gothel | 2011-11-30 | 1 | -2/+1 |
* | Fix GLDrawableFactory: Move 'GLContext getOrCreateSharedContext(..)' to non p... | Sven Gothel | 2011-11-21 | 1 | -16/+0 |
* | JOGL: Make GLProfile shutdown()/initSingleton() functional, ie. proper recrea... | Sven Gothel | 2011-09-08 | 1 | -17/+15 |
* | Cleanup: Java Generics Use and Removed Unused Methods | Sven Gothel | 2011-08-24 | 1 | -4/+4 |
* | GLProfile / eager init: Use relaxed query, if context was created while initi... | Sven Gothel | 2011-08-07 | 1 | -7/+5 |
* | GLDrawableFactory::getFactoryImpl(): Only return the EGL factory if profile i... | Sven Gothel | 2011-07-31 | 1 | -7/+6 |
* | Promote GLDrawableFactory.getOrCreateSharedContext(..) to public. | Sven Gothel | 2011-03-26 | 1 | -1/+1 |
* | JOGL GLDrawableFactory: Expose experimental method createProxySurface(..) for... | Sven Gothel | 2011-02-28 | 1 | -0/+18 |
* | Move implementation private files from com.jogamp.<module>.impl. to jogamp.<m... | Sven Gothel | 2011-02-09 | 1 | -6/+6 |
* | JOGL change of default GLProfile order: GL4bc, GL3bc, GL2, GL2GL3, GL4, GL3, ... | Sven Gothel | 2011-01-31 | 1 | -1/+3 |
* | GLCapabilities enhancements: Choosing, All-Available, Data Handling (X11, WGL... | Sven Gothel | 2011-01-31 | 1 | -28/+57 |
* | Adding NVIDIA 'Threaded optimization' workaround/fix at initialization on Win... | Sven Gothel | 2010-12-19 | 1 | -0/+3 |