aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/jogamp/opengl/windows
Commit message (Expand)AuthorAgeFilesLines
* Bug 1232 - NEWT Translucent Decorated Windows Not Working On Windows >= 8 (La...Sven Gothel2015-10-011-18/+1
* Bug 1232 - NEWT Translucent Decorated Windows Not Working On Windows >= 8 (La...Sven Gothel2015-09-261-2/+3
* Bug 1202: Fix vsync regression on OSX when using CALayerSven Gothel2015-09-011-0/+3
* Bug 1203: Add missing constraints in desktop *GLContext.create* methods: Bail...Sven Gothel2015-08-301-4/+16
* Bug 1203: Optimize OpenGL Profile probing/mapping (Skip redundant queries)Sven Gothel2015-08-301-0/+27
* Bug 1202 (related): Fix SEMVER regressions mostly due to Bug 1202 commits (ad...Sven Gothel2015-08-291-1/+1
* Bug 1203: GLDrawable-Stateless operations in GLContextImpl, using ctxVersion ...Sven Gothel2015-08-292-6/+27
* Bug 1203: SharedResourceRunner.Implementation impl. shall use AbstractGraphic...Sven Gothel2015-08-291-29/+7
* Bug 1202 - Add support of Adaptive Vsync via [GLX|WGL]_EXT_swap_control_tearSven Gothel2015-08-271-11/+34
* Bug 1153 - Adopt to ArrayHashSet change, don't use deprecated ctor (gluegen c...Sven Gothel2015-04-011-1/+2
* Bug 1150 - Fix GLContextImpl.createImpl(..) NoARBCreateContext and '!ARB GL >...Sven Gothel2015-03-261-23/+20
* Bug 1135 - Cleanup: Remove GL_NV_vertex_array_range extension support in GLCo...Sven Gothel2015-03-061-18/+1
* Bug 1068 - Fix issue w/ unifying Surfaceless probing (commit 2120be14c7525ef0...Sven Gothel2015-02-031-0/+1
* Bug 682 - Relocating javax.media.opengl.* -> com.jogamp.opengl.* (Part 1)Sven Gothel2015-02-0212-103/+103
* Add FIXME notes: AWTPrintLifecycle, WindowsWGLGraphicsConfigurationSven Gothel2015-02-021-0/+1
* GLContextImpl.makeCurrentImpl(): Remove redundant test whether context is alr...Sven Gothel2015-01-231-9/+6
* Bug 1068 - Unify Surfaceless probing; Fix Surfaceless for OSX and Windows (pr...Sven Gothel2015-01-233-38/+76
* Misc Fix: GLContext*; Refine DEBUG output in GLDrawableFactory's createShareR...Sven Gothel2015-01-231-1/+3
* Simplify GLDrawable[Impl|Factory].getGLDynamicLookupHelper(..)Sven Gothel2015-01-232-7/+1
* Bug 1038: Refine handling of GLRendererQuirks.NoARBCreateContextSven Gothel2015-01-231-3/+2
* Resolve merge conflict GLRendererQuirksSven Gothel2015-01-231-1/+1
|\
| * Skips ARB_create_context with ATI Radeon 3100 (see the bug 1038)Julien Gouesse2014-10-231-1/+1
* | Bug 1068 - Use GenericUpstreamSurfacelessHook for all createSurfacelessImpl(....Sven Gothel2015-01-231-2/+4
* | Bug 1068 - Allow GLContext creation and makeCurrent without default framebuff...Sven Gothel2014-12-075-16/+20
* | Bug 1068, 1096: Unify EGL surface related code in EGLSurface; Add notion of '...Sven Gothel2014-12-071-0/+6
* | Use ExceptionUtils.dumpStack(..) instead of Thread.dumpStack()Sven Gothel2014-10-262-8/+10
|/
* WindowsWGLGraphicsConfiguration[Factory]: Refine indentation to increase read...Sven Gothel2014-10-032-45/+78
* Uses System.err instead of System.out in order to drive the debug logs more c...unknown2014-10-023-8/+49
* Bug 1078: Fix commit 99f91f8b28d42cdf341533736e878056bcae4708 (GLRendererQuir...Sven Gothel2014-10-022-22/+25
* Fix of the bug 1078Julien Gouesse2014-10-011-2/+3
* Bug 1028 - AMD Windows driver thread hinders JVM process to exit/end, caused ...Sven Gothel2014-08-051-0/+1
* Bug 1036: Renamed property to switch off NVidia Windows workaround 'jogl.wind...Sven Gothel2014-08-041-2/+8
* Bug 1038 - Fix: Allow skipping detection of certain GLProfiles: Skip 'ARB_cre...Sven Gothel2014-07-301-3/+13
* Bug 1038 - Allow skipping detection of certain GLProfiles: Skip 'ARB_create_c...Sven Gothel2014-07-301-7/+2
* WindowsWGLDrawableFactory: Fix html docSven Gothel2014-07-291-0/+2
* Bug 1036: NVidia Windows Driver 'Threaded optimization' workaround. [3/3]Sven Gothel2014-07-291-7/+38
* Bug 1035 - Allow Gamma [Brightness, Contrast] settings to be performed on dis...Sven Gothel2014-07-271-10/+34
* Fixed and Changed NVidia Windows Driver Threaded optimization bug workaround ...Sven Gothel2014-07-271-28/+169
* Findbugs: Remove dead-code / unused [temp] storage and it's assignmentSven Gothel2014-07-081-1/+1
* Findbugs: Use <NumberType>.valueOf(..) instead of 'new <NumberType>(..)'Sven Gothel2014-07-081-1/+1
* Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e...Sven Gothel2014-07-0314-238/+242
* Bug 742 HiDPI: [Core API Change] Distinguish window-units and pixel-units; Ad...Sven Gothel2014-05-214-8/+7
* X11/WGL GLContext Impl: setGLFunctionAvailability(..) w/ withinGLVersionsMapp...Sven Gothel2014-04-011-1/+1
* GLDrawableFactory: destroy() -> shutdownImpl() - Add DEBUG output in implemen...Sven Gothel2013-11-281-1/+4
* WindowsWGLGraphicsConfigurationFactory: Fix chosenPFDID -> recommendedIndex (...Sven Gothel2013-11-071-20/+33
* WGLGLCapabilities: Print pfdID as decimal (convention)Sven Gothel2013-11-071-1/+1
* Bug 894 - GLDrawableFactory* [dummy|offscreen] Surface creation w/ own device...Sven Gothel2013-11-061-3/+2
* Bug 888 / Bug 891 - Enhance GLCapabilities-Query: Apply changes of commit 613...Sven Gothel2013-11-052-39/+71
* GLContextImpl: Move sharedContextHandle check to makeCurrentWithinLock(..) an...Sven Gothel2013-11-021-25/+15
* Bug 875: Safeguard setGLFunctionAvailability(.. strictMatch=false.. ) operati...Sven Gothel2013-10-302-3/+6