| Commit message (Expand) | Author | Age | Files | Lines |
* | [GL]Capabilities*: Enhance identity-check in root Capabilities.equals(..), co... | Sven Gothel | 2023-03-08 | 1 | -0/+14 |
* | GLDrawableFactoryImpl:createMutableSurfaceImpl(..): Pass orig AbstractGraphic... | Sven Gothel | 2023-03-04 | 1 | -6/+6 |
* | GLDrawableFactoryImpl:createDummySurfaceImpl() and createSurfacelessImpl(): P... | Sven Gothel | 2023-03-04 | 1 | -8/+11 |
* | X11GLXContext.getPlatformExtensionsStringImpl(): Add comment from pull reques... | Sven Gothel | 2023-01-16 | 1 | -0/+4 |
* | Merge pull request #107 from ndjojo/platform-extensions | Sven Gothel | 2023-01-16 | 1 | -10/+2 |
|\ |
|
| * | Update X11GLXContext.java | ndjojo | 2021-01-20 | 1 | -10/+2 |
* | | Replace AccessController.doPrivileged() w/ SecurityUtil.doPrivileged() | Sven Gothel | 2023-01-14 | 1 | -2/+2 |
|/ |
|
* | Bug 1392: X11PixmapGLXDrawable::createPixmap() requires X11GLXGraphicsConfigu... | Sven Gothel | 2019-09-07 | 1 | -2/+2 |
* | Bug 1391 Bug 1392: Implement GLRendererQuirks DontChooseFBConfigBestMatch and... | Sven Gothel | 2019-09-07 | 3 | -23/+37 |
* | Bug 1283: GLContextImpl.setGLFunctionAvailbility(..) calls: When leaving Open... | Sven Gothel | 2019-08-22 | 2 | -3/+3 |
* | Bug 1202: Fix vsync regression on OSX when using CALayer | Sven Gothel | 2015-09-01 | 1 | -0/+3 |
* | Bug 1210 - Use manual impl. XRenderFindVisualFormat instead of buggy generate... | Sven Gothel | 2015-08-31 | 1 | -15/+0 |
* | Bug 1203: Add missing constraints in desktop *GLContext.create* methods: Bail... | Sven Gothel | 2015-08-30 | 1 | -4/+14 |
* | Bug 1203: Optimize OpenGL Profile probing/mapping (Skip redundant queries) | Sven Gothel | 2015-08-30 | 1 | -0/+27 |
* | Bug 1202 (related): Fix SEMVER regressions mostly due to Bug 1202 commits (ad... | Sven Gothel | 2015-08-29 | 1 | -1/+1 |
* | Bug 1203: GLDrawable-Stateless operations in GLContextImpl, using ctxVersion ... | Sven Gothel | 2015-08-29 | 2 | -6/+27 |
* | Bug 1203: SharedResourceRunner.Implementation impl. shall use AbstractGraphic... | Sven Gothel | 2015-08-29 | 1 | -27/+7 |
* | Bug 1202 - Add support of Adaptive Vsync via [GLX|WGL]_EXT_swap_control_tear | Sven Gothel | 2015-08-27 | 1 | -26/+51 |
* | Bug 1150 - Fix GLContextImpl.createImpl(..) NoARBCreateContext and '!ARB GL >... | Sven Gothel | 2015-03-26 | 2 | -17/+24 |
* | Bug 1135 - Cleanup: Remove GL_NV_vertex_array_range extension support in GLCo... | Sven Gothel | 2015-03-06 | 1 | -17/+1 |
* | Bug 1068 - Fix issue w/ unifying Surfaceless probing (commit 2120be14c7525ef0... | Sven Gothel | 2015-02-03 | 1 | -0/+1 |
* | Bug 682 - Relocating javax.media.opengl.* -> com.jogamp.opengl.* (Part 1) | Sven Gothel | 2015-02-02 | 12 | -85/+85 |
* | GLContextImpl.makeCurrentImpl(): Remove redundant test whether context is alr... | Sven Gothel | 2015-01-23 | 1 | -19/+37 |
* | Bug 1068 - Unify Surfaceless probing; Fix Surfaceless for OSX and Windows (pr... | Sven Gothel | 2015-01-23 | 1 | -54/+21 |
* | Misc Fix: GLContext*; Refine DEBUG output in GLDrawableFactory's createShareR... | Sven Gothel | 2015-01-23 | 1 | -1/+2 |
* | Simplify GLDrawable[Impl|Factory].getGLDynamicLookupHelper(..) | Sven Gothel | 2015-01-23 | 2 | -7/+1 |
* | Bug 1038: Refine handling of GLRendererQuirks.NoARBCreateContext | Sven Gothel | 2015-01-23 | 1 | -3/+2 |
* | Bug 1068 - Use GenericUpstreamSurfacelessHook for all createSurfacelessImpl(.... | Sven Gothel | 2015-01-23 | 1 | -2/+2 |
* | Bug 1068 - Allow GLContext creation and makeCurrent without default framebuff... | Sven Gothel | 2014-12-07 | 3 | -46/+96 |
* | Bug 1068, 1096: Unify EGL surface related code in EGLSurface; Add notion of '... | Sven Gothel | 2014-12-07 | 1 | -0/+7 |
* | Use ExceptionUtils.dumpStack(..) instead of Thread.dumpStack() | Sven Gothel | 2014-10-26 | 3 | -5/+8 |
* | Bug 1038 - Fix: Allow skipping detection of certain GLProfiles: Skip 'ARB_cre... | Sven Gothel | 2014-07-30 | 1 | -9/+21 |
* | Bug 1038 - Allow skipping detection of certain GLProfiles: Skip 'ARB_create_c... | Sven Gothel | 2014-07-30 | 1 | -11/+4 |
* | Bug 1035 - Allow Gamma [Brightness, Contrast] settings to be performed on dis... | Sven Gothel | 2014-07-27 | 1 | -44/+83 |
* | Findbugs: Use inner static class where possible | Sven Gothel | 2014-07-08 | 1 | -1/+1 |
* | Findbugs: Use Integer.parseInt(string) for int values to avoid boxing and unb... | Sven Gothel | 2014-07-08 | 1 | -4/+4 |
* | Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e... | Sven Gothel | 2014-07-03 | 13 | -242/+242 |
* | Bug 742 HiDPI: [Core API Change] Distinguish window-units and pixel-units; Ad... | Sven Gothel | 2014-05-21 | 3 | -5/+5 |
* | X11/WGL GLContext Impl: setGLFunctionAvailability(..) w/ withinGLVersionsMapp... | Sven Gothel | 2014-04-01 | 1 | -2/+2 |
* | Bug 961: Stabilize glXGetFBConfigAttrib(..) and glXChooseFBConfig(..) Usage A... | Sven Gothel | 2014-03-10 | 2 | -9/+38 |
* | GLDrawableFactory: destroy() -> shutdownImpl() - Add DEBUG output in implemen... | Sven Gothel | 2013-11-28 | 1 | -1/+4 |
* | Bug 888 / Bug 891 - Enhance GLCapabilities-Query: Apply changes of commit 613... | Sven Gothel | 2013-11-05 | 1 | -1/+3 |
* | Bug 888 - Validate CPU Runtime Performance: X11GLXGraphicsConfiguration.GLXFB... | Sven Gothel | 2013-11-04 | 2 | -61/+129 |
* | GLContextImpl: Move sharedContextHandle check to makeCurrentWithinLock(..) an... | Sven Gothel | 2013-11-02 | 2 | -22/+14 |
* | Bug 875: Safeguard setGLFunctionAvailability(.. strictMatch=false.. ) operati... | Sven Gothel | 2013-10-30 | 2 | -2/+6 |
* | Bug 867 OSX [Common Code]: Trigger GLRendererQuirks.GL4NeedsGL3Request and ma... | Sven Gothel | 2013-10-25 | 2 | -3/+3 |
* | jogl: add missing @Override annotations | Harvey Harrison | 2013-10-17 | 3 | -0/+4 |
* | jogl: remove all trailing whitespace | Harvey Harrison | 2013-10-17 | 8 | -114/+114 |
* | Fix Bug 839: Clarify whether resetStates(..) shall clearStates() - Pass 'isIn... | Sven Gothel | 2013-09-21 | 1 | -2/+2 |
* | Fix SharedResourceRunner's potential race-conditions. Use top-level synchroni... | Sven Gothel | 2013-09-18 | 1 | -12/+4 |