aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/com/jogamp/opengl/impl/windows/wgl
Commit message (Expand)AuthorAgeFilesLines
* Move implementation private files from com.jogamp.<module>.impl. to jogamp.<m...Sven Gothel2011-02-0817-3912/+0
* Fix GLContext ProcAddressTable Caching: Add sw/hw accel bit to hash value due...Sven Gothel2011-02-061-1/+1
* Fix bug #459 NV/Win7 PDF/caps selectionSven Gothel2011-02-052-8/+24
* Fix bug #461 on NV/Win (caps selection)Sven Gothel2011-02-052-9/+9
* Fix for Bug #452Sven Gothel2011-02-034-103/+104
* JOGL change of default GLProfile order: GL4bc, GL3bc, GL2, GL2GL3, GL4, GL3, ...Sven Gothel2011-01-311-1/+1
* Fix WindowsDummyWGLDrawable: onscreen && !pbufferSven Gothel2011-01-311-1/+0
* GLCapabilities enhancements: Choosing, All-Available, Data Handling (X11, WGL...Sven Gothel2011-01-317-494/+578
* Fix WGL bitmap regression while fixing it (96a0e0706258824c1dd524d4cbd7682a90...Sven Gothel2010-12-221-2/+1
* Adding NVIDIA 'Threaded optimization' workaround/fix at initialization on Win...Sven Gothel2010-12-191-0/+37
* Debug/Cleanup: toString: print base classname only; Misc ..Sven Gothel2010-12-191-1/+8
* WindowsWGLContext: Proper var names, misc cleanupSven Gothel2010-12-181-17/+22
* convenient internal queries for sharedSven Gothel2010-12-181-0/+12
* debug node: WindowsDummyWGLDrawableSven Gothel2010-12-171-0/+1
* Fix WGL Bitmap Offscreen DrawableSven Gothel2010-12-164-20/+73
* NativeWindow: Move RegisteredClass to private impl packageSven Gothel2010-12-121-1/+1
* Windows RegisterClass: Use new RegisteredClassFactory (window class), Misc.Sven Gothel2010-12-122-31/+72
* Generalize SharedResourceRunner and use/impl it for WGL as well (besides X11).Sven Gothel2010-12-111-106/+137
* WGL/DummyWindow: Roll back GetDC/ReleaseDC via lock/unlock surface, redundant...Sven Gothel2010-12-101-54/+26
* Cleanup GLGraphicsConfiguration[Factory] implementations (X11/WGL)Sven Gothel2010-12-108-358/+467
* JOGL: GLContextImpl's updateGLXProcAddressTable(..) only uses device as a key...Sven Gothel2010-12-091-23/+23
* DummyWindow: 64x64, WGL: Use lockSurface/unlockSurface block to gather / rele...Sven Gothel2010-12-091-10/+55
* WGL DummyWindow: Use size 128x128 and set size in proxySven Gothel2010-12-041-1/+3
* Windows WGL fixes updateGraphicsConfiguration(..) and DummyWGLDrawableSven Gothel2010-12-032-31/+30
* Cleanup GLDrawableFactory API and platform ImplementationsSven Gothel2010-12-034-40/+65
* JOGL: Proper handling of Read Drawable Support (if not supported), add query.Sven Gothel2010-11-282-39/+68
* WGL: Add GetLastError in case external context/drawable can't be retrievedSven Gothel2010-11-262-5/+5
* Reduce visibility -> package privateSven Gothel2010-11-263-53/+52
* JOGL/Windows/ATI r3xx: Bug #438: tolerate release context if GetLastError is ...Sven Gothel2010-11-251-11/+18
* NativeWindow/GDI: Adding ERROR_SUCCESS to make the code more clear.Sven Gothel2010-11-254-10/+13
* X11/WGL: Unify GraphicsConfiguration Selection - Fixes WGL Bugs 397, 410, 429...Sven Gothel2010-11-236-292/+458
* JOGL: Fix CreateDummyWindow usage, no more sync needed, since the Window clas...Sven Gothel2010-11-221-5/+1
* JOGL/AWT: Fix ~ 2 year old regressions: Choose & Use GraphicsConfiguration fo...Sven Gothel2010-11-185-44/+52
* Finishing Immutable changes including GLCapabiltiesImmutable.Sven Gothel2010-11-179-87/+117
* Move GDI GlueGen wrapping from JOGL -> NativeWindow (following X11). Moving N...Sven Gothel2010-11-1710-52/+142
* NativeWindow AbstractGraphicsDevice: Add 'unitID' attribute and getUniqueID()Sven Gothel2010-11-155-12/+8
* 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-144-86/+193
* AbstractGraphicsDevice ..: Add device/display connection attribute to support...Sven Gothel2010-11-122-7/+2
* JOGL/X11: Fix context scanning, misc simplifications ..Sven Gothel2010-11-031-30/+27
* JOGL DrawableFactory/AWT: Only use AWT factory if AWT is enabledSven Gothel2010-11-031-4/+6
* JOGL: HashMap ProcAddressTable for all GL profiles incl GLX/WGL/CGL/EGLSven Gothel2010-10-291-6/+24
* 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-147-26/+27
* Harmonize all runtime properties, see doc/Implementation/runtime-properties.txtSven Gothel2010-10-112-3/+2
* JOGL: WindowsWGLDrawableFactory/X11GLXDrawableFactory: synchronize sharedCont...Sven Gothel2010-10-092-70/+71
* NativeWindow/NativeSurface Refactoring ; Added mouseClick NEWT/AWT unit testSven Gothel2010-10-0611-72/+74
* Misc CleanupsSven Gothel2010-09-151-5/+3
* Removed COPYRIGHT.txt file, whichSven Gothel2010-09-141-25/+26
* Fix file modesSven Gothel2010-07-072-0/+0