aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/javax/media/opengl/GLDrawableFactory.java
Commit message (Expand)AuthorAgeFilesLines
* Fix some JavaDoc and API doc (reference) bugs ..Sven Gothel2013-09-081-5/+7
* GLDrawableFactory: Expose createDummyDrawable(..) / GLDrawableFactoryImpl: Ma...Sven Gothel2013-08-101-1/+15
* Fix OSX GL-core lack of pbuffer: GLDrawableFactory.canCreateGLPbuffer(..) add...Sven Gothel2013-07-171-7/+11
* Fix Bug 761 (part 1/2): Move GLDrawableFactory.shutdownHook -> NativeWindowFa...Sven Gothel2013-06-231-34/+22
* Mitigate Bug 728: Java Web Start Shutdown: Exception "java.lang.IllegalStateE...Sven Gothel2013-06-131-1/+9
* Simplify GLDrawableFactory's SharedResource Query Methods; Move WindowsWGLDra...Sven Gothel2013-04-261-3/+6
* Fix Bug 720: Unify all platform specific GLContextImpl specializations; Fix B...Sven Gothel2013-04-181-8/+1
* Debug Messages: Unify getThreadName() usage and 'Catched Exception' messagesSven Gothel2013-04-101-0/+2
* Bug 713: Handle broken EGL setup - Catch all Exception types, not only Jogamp...Sven Gothel2013-04-051-4/+2
* Refine GL[Auto]Drawable 'realized' state in API doc, and relax it's realized ...Sven Gothel2013-01-261-5/+9
* Fix Windows ANGLE Workaround Regression of commit 923d9dd7f1d40db72d35ca76a76...Sven Gothel2012-10-131-14/+37
* Add GLRendererQuirks; Fix shared EGL/ES resources;Sven Gothel2012-09-201-0/+37
* Seamless Integration of an FBObject based GLFBODrawable as GLOffscreenAutoDra...Sven Gothel2012-09-151-24/+104
* Cleanup shutdown mechanism ; Fix X11/ATI SIGV at shutdown ; EGLDisplayUtil: C...Sven Gothel2012-09-071-22/+14
* Fix EGLDrawableFactory ES1/ES2 detection for !pbuffer ; Misc robustness chang...Sven Gothel2012-08-211-2/+9
* NativeWindowFactory.getNativeWindowType(..): Return canonical string represen...Sven Gothel2012-08-181-7/+7
* Fix GraphicsConfigurationFactory: Map factory to device-type _and_ capabiliti...Sven Gothel2012-07-241-1/+2
* Bug 599 - FBObject / Offscreen Support - Part 1Sven Gothel2012-07-191-50/+34
* GLContext adds FBO availability to profile mapping; Fix GL[Auto]Drawable/GLCo...Sven Gothel2012-07-051-0/+17
* Adapt to gluegen Properties/Security commits f4ac27e177f6deb444280d3b375e7d34...Sven Gothel2012-03-131-2/+3
* X11/GLX: Query X Server whether GLX is available (X11/SharedResourceRunner) ;...Sven Gothel2012-02-251-2/+2
* Fix GLProfile/GLDrawableFactory bug: Recursion on default desktop device, sin...Sven Gothel2012-02-251-2/+15
* OpenGL ES/EGL OverhaulSven Gothel2012-02-131-7/+5
* Fix GLDrawableFactory lack of GLProfile initialization in case get*Factory() ...Sven Gothel2011-12-131-7/+3
* Fix concurrency bug of GLProfile initialization ; Fix SharedResourceRunner 'd...Sven Gothel2011-12-111-6/+19
* New GLProfile.ShutdownType: SHARED_ONLY / COMPLETE - Enhance/Fix Lifecycle Ma...Sven Gothel2011-12-011-6/+7
* GLDrawableFactory: Implementations lifecycle is handled via constructor/destr...Sven Gothel2011-12-011-27/+43
* More Robust GLProfile Initialization ; Add NativeWindowFactory ShutdownSven Gothel2011-11-301-2/+1
* Fix GLDrawableFactory: Move 'GLContext getOrCreateSharedContext(..)' to non p...Sven Gothel2011-11-211-16/+0
* JOGL: Make GLProfile shutdown()/initSingleton() functional, ie. proper recrea...Sven Gothel2011-09-081-17/+15
* Cleanup: Java Generics Use and Removed Unused MethodsSven Gothel2011-08-241-4/+4
* GLProfile / eager init: Use relaxed query, if context was created while initi...Sven Gothel2011-08-071-7/+5
* GLDrawableFactory::getFactoryImpl(): Only return the EGL factory if profile i...Sven Gothel2011-07-311-7/+6
* Promote GLDrawableFactory.getOrCreateSharedContext(..) to public.Sven Gothel2011-03-261-1/+1
* JOGL GLDrawableFactory: Expose experimental method createProxySurface(..) for...Sven Gothel2011-02-281-0/+18
* Move implementation private files from com.jogamp.<module>.impl. to jogamp.<m...Sven Gothel2011-02-091-6/+6
* JOGL change of default GLProfile order: GL4bc, GL3bc, GL2, GL2GL3, GL4, GL3, ...Sven Gothel2011-01-311-1/+3
* GLCapabilities enhancements: Choosing, All-Available, Data Handling (X11, WGL...Sven Gothel2011-01-311-28/+57
* Adding NVIDIA 'Threaded optimization' workaround/fix at initialization on Win...Sven Gothel2010-12-191-0/+3
* GLDrawableFactory: Add getFactory(AbstractGraphicsDevice device)Sven Gothel2010-12-191-1/+20
* Cleanup GLDrawableFactory API and platform ImplementationsSven Gothel2010-12-031-24/+61
* Finishing Immutable changes including GLCapabiltiesImmutable.Sven Gothel2010-11-171-3/+3
* Move shutdown hook registration to GLDrawableFactory.Sven Gothel2010-11-171-5/+57
* JOGL: Complete eager and lazy mapping of GLProfiles in respect to multiple de...Sven Gothel2010-11-141-0/+52
* Promoted the shutdown hook from GLDrawableFactoryImpl to GLProfile.Sven Gothel2010-10-291-13/+35
* JOGL: Reenable Applet/Webstart/RCP support for JOGL + AWT + X11Sven Gothel2010-10-141-2/+2
* NativeWindow/NativeSurface Refactoring ; Added mouseClick NEWT/AWT unit testSven Gothel2010-10-061-2/+3
* Provide a classloader for all reflection driven classloading ops.Michael Bien2010-06-171-3/+4
* Fix: Locking/Threading; Common IntIntHashMap and Buffers; Fix: glMap*Buffer*;...Sven Gothel2010-06-101-12/+12
* NEWT/AWT InteroperabilitySven Gothel2010-04-241-7/+0