aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/jogamp/opengl/windows/wgl/WindowsWGLContext.java
Commit message (Expand)AuthorAgeFilesLines
* Add Support for GL 4.3 (Bug 716) and ES 3.0 (Bug 717)Sven Gothel2013-07-151-2/+8
* Simplify GLDrawableFactory's SharedResource Query Methods; Move WindowsWGLDra...Sven Gothel2013-04-261-3/+3
* Fix Bug 706 and Bug 520: Certain ATI GPU/driver require a current context whe...Sven Gothel2013-04-251-7/+18
* Bug 718: WindowsBitmapWGLDrawable: Requires GLProfile.GL2, fix BITMAP GLCaps ...Sven Gothel2013-04-181-23/+38
* Fix Bug 720: Unify all platform specific GLContextImpl specializations; Fix B...Sven Gothel2013-04-181-11/+0
* X11/WGL: Better Exception Message for failed ARB context creation if profile ...Sven Gothel2013-02-161-1/+1
* WGLContext: Enhance DEBUG output for failed makeCurrentImpl(..)Sven Gothel2013-01-261-1/+5
* GLContextImpl: Make createContextARBImpl/setGLFunctionAvailability more robos...Sven Gothel2012-12-211-1/+1
* Cleanup GLContext special entries: getOffscreenContextPixelDataType(), getOff...Sven Gothel2012-12-151-14/+0
* WGL/WGLExt Robustness: Use NIODirectOnly for all bindings. For these internal...Sven Gothel2012-10-301-4/+10
* Bug 599 - FBObject / Offscreen Support - Part 1Sven Gothel2012-07-191-2/+4
* Misc cleanup: Add @Override, remove trailing whitespaceSven Gothel2012-06-271-26/+45
* Fix bug 564 (X11 Mesa 8.0.1 GL 3.0 w/o GLX_ARB_create_context)Sven Gothel2012-03-181-4/+6
* Reduce Thread.dumpStack() in debug mode where no negative behavior appears or...Sven Gothel2012-03-181-1/+0
* GL/GLContext: Properly define swapInterval incl. default value for EGL (1) an...Sven Gothel2012-03-101-4/+3
* DEBUG Output: More thread-names to drawable/context lifecycle; Remove massive...Sven Gothel2012-02-221-3/+3
* Fix ExtensionAvailabilityCache ; Enhance caching.Sven Gothel2012-02-141-1/+1
* Enhance ExtensionAvailabilityCache ; Expose extension count in GLContext (and...Sven Gothel2012-02-131-2/+2
* Fix JOGL GLContextImpl ProcAddressTable and Extension CachingSven Gothel2012-02-131-7/+3
* setGLFunctionAvailability(..): Reduce the calls to resetProcAddressTable() 12...Sven Gothel2011-12-131-1/+1
* GLContextImpl*: createImpl() / makeCurrentImpl() refinement / robostnessSven Gothel2011-11-291-7/+2
* Fix Bug 527: Creating a context w/ shared context, while the latter is in use...Sven Gothel2011-11-281-12/+12
* NativeSurface's getGraphicsConfiguration() returns the native (delegated) Abs...Sven Gothel2011-11-231-3/+3
* Minor edits / cleanup of GLContext*Sven Gothel2011-10-261-6/+2
* *GLContext: resetStates(); getPlatformExtensionsString(); GLX/WGL NV_swap_gro...Sven Gothel2011-09-091-17/+92
* Add GL Version 4.2 in GLContext Query - Add verification via glGetIntegerv(GL...Sven Gothel2011-09-021-1/+1
* GLContext Impl: Fix Platform 'GLX' ProcAddress Caching, allow multiple typesSven Gothel2011-08-011-3/+3
* 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
* Move implementation private files from com.jogamp.<module>.impl. to jogamp.<m...Sven Gothel2011-02-091-5/+5
* Move implementation private files from com.jogamp.<module>.impl. to jogamp.<m...Sven Gothel2011-02-081-0/+478