aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/javax/media/opengl/GLDrawableFactory.java
Commit message (Expand)AuthorAgeFilesLines
* 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
* JOGL GL4 preperation (cont):Sven Gothel2010-04-201-31/+31
* Further ATI (fglrx) X11Display bug workaround/cleanupSven Gothel2010-04-151-0/+2
* ATI (fglrx) PBuffer/X11Display bug workaround/cleanupSven Gothel2010-04-131-4/+3
* fixed a bunch of javadoc warnings.Michael Bien2010-03-291-2/+2
* final large refactoring to move to com.jogamp.*.Michael Bien2010-03-281-1/+1
* refactoring: renamed com.sun.opengl -> com.jogamp.opengl.Michael Bien2010-03-271-7/+6
* GLDrawableFactory Cleanup (-> On- Offscreen and PBuffer)Sven Gothel2009-10-051-30/+23
* Pbuffer GLDrawableFactory integration (2)Sven Gothel2009-10-021-3/+36
* NativeWindowFactory:Sven Gothel2009-10-021-4/+9
* Fix doc bug @arg -> @paramSven Gothel2009-08-021-1/+1
* Use getNativeWindowType(custom=true) for factory selection; Don't fail is non...sg2158892009-07-281-5/+9
* Add: Extended support for CVM:sg2158892009-07-121-2/+7
* Fix property query. Thx to Ken pointing this out.Sven Gothel2009-07-031-1/+1
* Fix property handling ; Adding jnlp. aliasing for propertiesSven Gothel2009-07-031-7/+1
* Copied JOGL_2_SANDBOX r1957 on to trunk; JOGL_2_SANDBOX branch is now closedKenneth Russel2009-06-151-0/+291