aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/jogamp/opengl/x11
Commit message (Expand)AuthorAgeFilesLines
* Bug 1202: Fix vsync regression on OSX when using CALayerSven Gothel2015-09-011-0/+3
* Bug 1210 - Use manual impl. XRenderFindVisualFormat instead of buggy generate...Sven Gothel2015-08-311-15/+0
* Bug 1203: Add missing constraints in desktop *GLContext.create* methods: Bail...Sven Gothel2015-08-301-4/+14
* 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-27/+7
* Bug 1202 - Add support of Adaptive Vsync via [GLX|WGL]_EXT_swap_control_tearSven Gothel2015-08-271-26/+51
* Bug 1150 - Fix GLContextImpl.createImpl(..) NoARBCreateContext and '!ARB GL >...Sven Gothel2015-03-262-17/+24
* Bug 1135 - Cleanup: Remove GL_NV_vertex_array_range extension support in GLCo...Sven Gothel2015-03-061-17/+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-85/+85
* GLContextImpl.makeCurrentImpl(): Remove redundant test whether context is alr...Sven Gothel2015-01-231-19/+37
* Bug 1068 - Unify Surfaceless probing; Fix Surfaceless for OSX and Windows (pr...Sven Gothel2015-01-231-54/+21
* Misc Fix: GLContext*; Refine DEBUG output in GLDrawableFactory's createShareR...Sven Gothel2015-01-231-1/+2
* Simplify GLDrawable[Impl|Factory].getGLDynamicLookupHelper(..)Sven Gothel2015-01-232-7/+1
* Bug 1038: Refine handling of GLRendererQuirks.NoARBCreateContextSven Gothel2015-01-231-3/+2
* Bug 1068 - Use GenericUpstreamSurfacelessHook for all createSurfacelessImpl(....Sven Gothel2015-01-231-2/+2
* Bug 1068 - Allow GLContext creation and makeCurrent without default framebuff...Sven Gothel2014-12-073-46/+96
* Bug 1068, 1096: Unify EGL surface related code in EGLSurface; Add notion of '...Sven Gothel2014-12-071-0/+7
* Use ExceptionUtils.dumpStack(..) instead of Thread.dumpStack()Sven Gothel2014-10-263-5/+8
* Bug 1038 - Fix: Allow skipping detection of certain GLProfiles: Skip 'ARB_cre...Sven Gothel2014-07-301-9/+21
* Bug 1038 - Allow skipping detection of certain GLProfiles: Skip 'ARB_create_c...Sven Gothel2014-07-301-11/+4
* Bug 1035 - Allow Gamma [Brightness, Contrast] settings to be performed on dis...Sven Gothel2014-07-271-44/+83
* Findbugs: Use inner static class where possibleSven Gothel2014-07-081-1/+1
* Findbugs: Use Integer.parseInt(string) for int values to avoid boxing and unb...Sven Gothel2014-07-081-4/+4
* Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e...Sven Gothel2014-07-0313-242/+242
* Bug 742 HiDPI: [Core API Change] Distinguish window-units and pixel-units; Ad...Sven Gothel2014-05-213-5/+5
* X11/WGL GLContext Impl: setGLFunctionAvailability(..) w/ withinGLVersionsMapp...Sven Gothel2014-04-011-2/+2
* Bug 961: Stabilize glXGetFBConfigAttrib(..) and glXChooseFBConfig(..) Usage A...Sven Gothel2014-03-102-9/+38
* GLDrawableFactory: destroy() -> shutdownImpl() - Add DEBUG output in implemen...Sven Gothel2013-11-281-1/+4
* Bug 888 / Bug 891 - Enhance GLCapabilities-Query: Apply changes of commit 613...Sven Gothel2013-11-051-1/+3
* Bug 888 - Validate CPU Runtime Performance: X11GLXGraphicsConfiguration.GLXFB...Sven Gothel2013-11-042-61/+129
* GLContextImpl: Move sharedContextHandle check to makeCurrentWithinLock(..) an...Sven Gothel2013-11-022-22/+14
* Bug 875: Safeguard setGLFunctionAvailability(.. strictMatch=false.. ) operati...Sven Gothel2013-10-302-2/+6
* Bug 867 OSX [Common Code]: Trigger GLRendererQuirks.GL4NeedsGL3Request and ma...Sven Gothel2013-10-252-3/+3
* jogl: add missing @Override annotationsHarvey Harrison2013-10-173-0/+4
* jogl: remove all trailing whitespaceHarvey Harrison2013-10-178-114/+114
* Fix Bug 839: Clarify whether resetStates(..) shall clearStates() - Pass 'isIn...Sven Gothel2013-09-211-2/+2
* Fix SharedResourceRunner's potential race-conditions. Use top-level synchroni...Sven Gothel2013-09-181-12/+4
* Revert commit 4beef4fe856690b070ba06a6caf4515aebd7171b manually for testing p...Sven Gothel2013-09-021-2/+2
* X11GLXDrawableFactory.Shutdown: Disable shared context destruction since it m...Sven Gothel2013-09-021-2/+2
* Animator/GLWindow: Catch 'ThreadDeath/Throwable' and dump info in DEBUG mode ...Sven Gothel2013-09-021-1/+1
* X11GLXContext: Remove redundant manual aliasing of ext. names in isExtensionA...Sven Gothel2013-07-171-10/+0
* Fix OSX GL-core lack of pbuffer: GLDrawableFactory.canCreateGLPbuffer(..) add...Sven Gothel2013-07-171-2/+2
* Add Support for GL 4.3 (Bug 716) and ES 3.0 (Bug 717)Sven Gothel2013-07-151-2/+7
* Security: Apply security changes from GlueGenSven Gothel2013-06-212-14/+21
* GLDynamicLibraryBundleInfo.shallLinkGlobal(): Defaults to 'true' now, allowin...Sven Gothel2013-06-181-9/+0
* Fix GLX: X11GLXContext used wrong FBConfig n/a query; X11GLX*: If FBConfig is...Sven Gothel2013-05-063-5/+22
* Simplify GLDrawableFactory's SharedResource Query Methods; Move WindowsWGLDra...Sven Gothel2013-04-263-38/+13