summaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/jogamp/opengl/windows
Commit message (Expand)AuthorAgeFilesLines
* Minor edit: Suppress USE_WGLVersion_Of_5WGLGDIFuncSet message when default.Sven Gothel2012-01-231-1/+3
* Dispatch the '5' GDI/WGL functions and allow using their 'wgl' variants. GDI ...Sven Gothel2012-01-097-21/+115
* Fix regression of commit 47dc069104723f3d2e8d9ebdd700182e067163d0: Lock share...Sven Gothel2011-12-181-131/+140
* GLDrawableFactory*.createOffscreenDrawable(): No implicit setRealized(true) @...Sven Gothel2011-12-172-3/+0
* setGLFunctionAvailability(..): Reduce the calls to resetProcAddressTable() 12...Sven Gothel2011-12-132-2/+2
* Fix concurrency bug of GLProfile initialization ; Fix SharedResourceRunner 'd...Sven Gothel2011-12-111-9/+8
* New GLProfile.ShutdownType: SHARED_ONLY / COMPLETE - Enhance/Fix Lifecycle Ma...Sven Gothel2011-12-011-16/+24
* GLDrawableFactory: Implementations lifecycle is handled via constructor/destr...Sven Gothel2011-12-011-39/+53
* Move manual GDI utils to GDIUtil ; Minor cleanup.Sven Gothel2011-12-012-2/+5
* More Robust GLProfile Initialization ; Add NativeWindowFactory ShutdownSven Gothel2011-11-303-9/+21
* GLContextImpl*: createImpl() / makeCurrentImpl() refinement / robostnessSven Gothel2011-11-293-11/+9
* Fix Bug 527: Creating a context w/ shared context, while the latter is in use...Sven Gothel2011-11-281-12/+12
* SharedResourceRunner: Use generics ; X11GLXDrawableFactory.SharedRunnable shu...Sven Gothel2011-11-261-7/+4
* Nativewindow AWT Device/Screen: Cleanup construction [default, specific]; AWT...Sven Gothel2011-11-251-1/+1
* GraphicsConfigurationFactory: Kick off 'registerFactory' via static method in...Sven Gothel2011-11-233-8/+11
* NativeSurface's getGraphicsConfiguration() returns the native (delegated) Abs...Sven Gothel2011-11-238-10/+10
* WindowsWGLDrawableFactory createOffscreenDrawable() - Don't spin off creation...Sven Gothel2011-11-181-18/+17
* Nativewindow: Introduce API private MutableGraphicsConfigurationSven Gothel2011-11-121-4/+4
* NativeWindow: SurfaceChangeable::setSize() -> surfaceSizeChanged() to avoid c...Sven Gothel2011-11-093-3/+3
* Cleanup offscreen/pbuffer drawables - minor editsSven Gothel2011-11-091-8/+4
* JOGL *Drawable swapBufferImpl() cleanup: Don't force swap-buffer off for offs...Sven Gothel2011-11-064-17/+6
* JOGL/Offscreen-Drawable: Use setRealized(boolean) protocol for offscreen/pbufferSven Gothel2011-11-062-17/+26
* Win32: Reuse Platform's OS VersionNumberSven Gothel2011-10-291-1/+1
* Minor edits / cleanup of GLContext*Sven Gothel2011-10-261-6/+2
* MacOSX: Always release ctx on main thread (offscreen was frozen as well); Cle...Sven Gothel2011-10-132-6/+9
* NEWT/JOGL: MacOSX UpdateSven Gothel2011-09-251-1/+0
* *GLContext: resetStates(); getPlatformExtensionsString(); GLX/WGL NV_swap_gro...Sven Gothel2011-09-091-17/+92
* Complete translucency support for Win32 - tested w/ NEWTSven Gothel2011-09-042-1/+29
* Add GL Version 4.2 in GLContext Query - Add verification via glGetIntegerv(GL...Sven Gothel2011-09-022-2/+2
* DynamicLibraryBundle*: Use generics for better spec - following gluegen commi...Sven Gothel2011-08-311-10/+9
* Cleanup: Java Generics Use and Removed Unused MethodsSven Gothel2011-08-243-15/+15
* Adapt to DynamicLibraryBundleInfo API change ; Remove non std EGL/ES libs (An...Sven Gothel2011-08-091-1/+1
* GLProfile / eager init: Use relaxed query, if context was created while initi...Sven Gothel2011-08-071-0/+8
* GLProfile: Allow EGL besides desktop; Desktop factories restricted to desktop...Sven Gothel2011-08-011-1/+1
* GLContext Impl: Fix Platform 'GLX' ProcAddress Caching, allow multiple typesSven Gothel2011-08-011-3/+3
* GLProfile usage getMinDesktop() -> getMinimum(); WGL/X11 GLCaps: make attribu...Sven Gothel2011-07-312-3/+3
* Fix SharedResource (SR) InitializationSven Gothel2011-07-071-12/+0
* Add unified support for GL_ARB_debug_output and GL_AMD_debug_output.Sven Gothel2011-04-241-7/+4
* GLContextImpl: GLContextLock -> RecursiveLockSven Gothel2011-04-231-9/+9
* Fix TAB: Replace all TAB with 4 spacesSven Gothel2011-04-083-40/+40
* Fix Bug #480 (attempt) - ATI + WinXP: make context current for ARB PFD querie...Sven Gothel2011-03-215-57/+169
* Refine getAvailableGLCapabilitiesImpl (XGL, WGL and EGL): Sort only if size > 1Sven Gothel2011-03-202-4/+2
* Refine WGL_PIXEL_TYPE_ARB and GLX_RENDER_TYPE:Sven Gothel2011-03-203-19/+29
* JOGL GLDrawableFactory: Expose experimental method createProxySurface(..) for...Sven Gothel2011-02-281-0/+10
* WindowsExternalWGLContext: Tolerate invalid/released hdc (swt, winxp-32bit)Sven Gothel2011-02-221-26/+21
* NativeWindow ProxySurface Abstraction and lock/unlock Surface cleanupSven Gothel2011-02-223-92/+27
* Win,ARB,GL-2.x: Fix pfd to caps conversion: !pbuffer / CleanupSven Gothel2011-02-115-99/+107
* Win,GDI,SWT: Fix pfd to caps conversion. Added thorough debug code.Sven Gothel2011-02-113-11/+30
* Fix Win/GDI: getAvailableGLCapabilitiesGDI() add offscreen GLCaps as wellSven Gothel2011-02-101-13/+3
* Fix code styleSven Gothel2011-02-091-1/+2