aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/com/jogamp/opengl/impl/windows/wgl/WindowsWGLDrawableFactory.java
Commit message (Expand)AuthorAgeFilesLines
* Move implementation private files from com.jogamp.<module>.impl. to jogamp.<m...Sven Gothel2011-02-081-512/+0
* Fix bug #461 on NV/Win (caps selection)Sven Gothel2011-02-051-2/+2
* JOGL change of default GLProfile order: GL4bc, GL3bc, GL2, GL2GL3, GL4, GL3, ...Sven Gothel2011-01-311-1/+1
* GLCapabilities enhancements: Choosing, All-Available, Data Handling (X11, WGL...Sven Gothel2011-01-311-9/+17
* Adding NVIDIA 'Threaded optimization' workaround/fix at initialization on Win...Sven Gothel2010-12-191-0/+37
* convenient internal queries for sharedSven Gothel2010-12-181-0/+12
* NativeWindow: Move RegisteredClass to private impl packageSven Gothel2010-12-121-1/+1
* Windows RegisterClass: Use new RegisteredClassFactory (window class), Misc.Sven Gothel2010-12-121-7/+12
* Generalize SharedResourceRunner and use/impl it for WGL as well (besides X11).Sven Gothel2010-12-111-106/+137
* Cleanup GLGraphicsConfiguration[Factory] implementations (X11/WGL)Sven Gothel2010-12-101-6/+15
* Cleanup GLDrawableFactory API and platform ImplementationsSven Gothel2010-12-031-30/+50
* JOGL: Proper handling of Read Drawable Support (if not supported), add query.Sven Gothel2010-11-281-7/+28
* NativeWindow/GDI: Adding ERROR_SUCCESS to make the code more clear.Sven Gothel2010-11-251-0/+1
* X11/WGL: Unify GraphicsConfiguration Selection - Fixes WGL Bugs 397, 410, 429...Sven Gothel2010-11-231-0/+3
* JOGL/AWT: Fix ~ 2 year old regressions: Choose & Use GraphicsConfiguration fo...Sven Gothel2010-11-181-2/+1
* Finishing Immutable changes including GLCapabiltiesImmutable.Sven Gothel2010-11-171-5/+4
* Move GDI GlueGen wrapping from JOGL -> NativeWindow (following X11). Moving N...Sven Gothel2010-11-171-9/+29
* NativeWindow AbstractGraphicsDevice: Add 'unitID' attribute and getUniqueID()Sven Gothel2010-11-151-6/+2
* JOGL X11/WGL: Proper usage of the shared resources in implementationSven Gothel2010-11-141-24/+23
* JOGL: Complete eager and lazy mapping of GLProfiles in respect to multiple de...Sven Gothel2010-11-141-48/+120
* JOGL DrawableFactory/AWT: Only use AWT factory if AWT is enabledSven Gothel2010-11-031-4/+6
* Promoted the shutdown hook from GLDrawableFactoryImpl to GLProfile.Sven Gothel2010-10-291-2/+1
* JOGL: Reenable Applet/Webstart/RCP support for JOGL + AWT + X11Sven Gothel2010-10-141-6/+9
* JOGL: WindowsWGLDrawableFactory/X11GLXDrawableFactory: synchronize sharedCont...Sven Gothel2010-10-091-15/+14
* NativeWindow/NativeSurface Refactoring ; Added mouseClick NEWT/AWT unit testSven Gothel2010-10-061-9/+10
* GLAutoDrawable: setAnimator/getAnimator/invoke/display changes; NEWT: Adding ...Sven Gothel2010-07-071-2/+2
* Provide a classloader for all reflection driven classloading ops.Michael Bien2010-06-171-1/+1
* Fix: Locking/Threading; Common IntIntHashMap and Buffers; Fix: glMap*Buffer*;...Sven Gothel2010-06-101-17/+33
* JOGL: Unify library loading (impl and binding), incl. lookup ; GLAutoDrawable...Sven Gothel2010-06-041-48/+5
* Remove critical path in shutdown ..Sven Gothel2010-05-041-2/+6
* JOGL Error HandlingSven Gothel2010-04-271-7/+11
* NEWT/AWT InteroperabilitySven Gothel2010-04-241-17/+1
* JOGL GL4 preperation (cont):Sven Gothel2010-04-201-30/+22
* JOGL GL4 preperation (cont):Sven Gothel2010-04-171-5/+28
* JOGL (Windows):Sven Gothel2010-04-151-44/+57
* ATI (fglrx) PBuffer/X11Display bug workaround/cleanupSven Gothel2010-04-131-8/+12
* modifications due to class movement in gluegen.Michael Bien2010-03-311-1/+1
* final large refactoring to move to com.jogamp.*.Michael Bien2010-03-281-2/+2
* refactoring part 3 (impl package): renamed com.sun.opengl -> com.jogamp.opengl.Michael Bien2010-03-271-0/+279