| Commit message (Expand) | Author | Age | Files | Lines |
* | NativeWindowFactory.createDevice(..) w/ unitID for cloning; DefaultGraphicsDe... | Sven Göthel | 2024-01-25 | 1 | -3/+7 |
* | X11GLXContext.getPlatformExtensionsStringImpl(): Add comment from pull reques... | Sven Gothel | 2023-01-16 | 1 | -0/+4 |
* | Update X11GLXContext.java | ndjojo | 2021-01-20 | 1 | -10/+2 |
* | Bug 1283: GLContextImpl.setGLFunctionAvailbility(..) calls: When leaving Open... | Sven Gothel | 2019-08-22 | 1 | -2/+2 |
* | Bug 1202: Fix vsync regression on OSX when using CALayer | Sven Gothel | 2015-09-01 | 1 | -0/+3 |
* | Bug 1203: Add missing constraints in desktop *GLContext.create* methods: Bail... | Sven Gothel | 2015-08-30 | 1 | -4/+14 |
* | 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 | 1 | -5/+26 |
* | 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 | 1 | -16/+23 |
* | Bug 1135 - Cleanup: Remove GL_NV_vertex_array_range extension support in GLCo... | Sven Gothel | 2015-03-06 | 1 | -17/+1 |
* | Bug 682 - Relocating javax.media.opengl.* -> com.jogamp.opengl.* (Part 1) | Sven Gothel | 2015-02-02 | 1 | -7/+7 |
* | GLContextImpl.makeCurrentImpl(): Remove redundant test whether context is alr... | Sven Gothel | 2015-01-23 | 1 | -19/+37 |
* | Bug 1038: Refine handling of GLRendererQuirks.NoARBCreateContext | Sven Gothel | 2015-01-23 | 1 | -3/+2 |
* | Bug 1068 - Allow GLContext creation and makeCurrent without default framebuff... | Sven Gothel | 2014-12-07 | 1 | -6/+12 |
* | Use ExceptionUtils.dumpStack(..) instead of Thread.dumpStack() | Sven Gothel | 2014-10-26 | 1 | -2/+3 |
* | 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 |
* | Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e... | Sven Gothel | 2014-07-03 | 1 | -42/+42 |
* | X11/WGL GLContext Impl: setGLFunctionAvailability(..) w/ withinGLVersionsMapp... | Sven Gothel | 2014-04-01 | 1 | -2/+2 |
* | GLContextImpl: Move sharedContextHandle check to makeCurrentWithinLock(..) an... | Sven Gothel | 2013-11-02 | 1 | -20/+13 |
* | Bug 875: Safeguard setGLFunctionAvailability(.. strictMatch=false.. ) operati... | Sven Gothel | 2013-10-30 | 1 | -1/+3 |
* | Bug 867 OSX [Common Code]: Trigger GLRendererQuirks.GL4NeedsGL3Request and ma... | Sven Gothel | 2013-10-25 | 1 | -2/+2 |
* | jogl: remove all trailing whitespace | Harvey Harrison | 2013-10-17 | 1 | -9/+9 |
* | Fix Bug 839: Clarify whether resetStates(..) shall clearStates() - Pass 'isIn... | Sven Gothel | 2013-09-21 | 1 | -2/+2 |
* | X11GLXContext: Remove redundant manual aliasing of ext. names in isExtensionA... | Sven Gothel | 2013-07-17 | 1 | -10/+0 |
* | Add Support for GL 4.3 (Bug 716) and ES 3.0 (Bug 717) | Sven Gothel | 2013-07-15 | 1 | -2/+7 |
* | Fix GLX: X11GLXContext used wrong FBConfig n/a query; X11GLX*: If FBConfig is... | Sven Gothel | 2013-05-06 | 1 | -2/+10 |
* | Simplify GLDrawableFactory's SharedResource Query Methods; Move WindowsWGLDra... | Sven Gothel | 2013-04-26 | 1 | -1/+1 |
* | X11GLXContext: Issue XSync(..) after forcing X11ErrorHandle and before glXCre... | Sven Gothel | 2013-04-23 | 1 | -0/+2 |
* | Bug 718: WindowsBitmapWGLDrawable: Requires GLProfile.GL2, fix BITMAP GLCaps ... | Sven Gothel | 2013-04-18 | 1 | -24/+28 |
* | Fix Bug 720: Unify all platform specific GLContextImpl specializations; Fix B... | Sven Gothel | 2013-04-18 | 1 | -11/+1 |
* | X11/WGL: Better Exception Message for failed ARB context creation if profile ... | Sven Gothel | 2013-02-16 | 1 | -1/+1 |
* | GLContext: *TRACE_SWITCH spacing | Sven Gothel | 2013-02-11 | 1 | -1/+1 |
* | [EGL/X11]Context: Enhance DEBUG output for failed makeCurrentImpl(..) | Sven Gothel | 2013-01-26 | 1 | -2/+7 |
* | Fix Bug 669: Recursive GLContext makeCurrent()/release() | Sven Gothel | 2013-01-18 | 1 | -1/+1 |
* | GLContextImpl: Make createContextARBImpl/setGLFunctionAvailability more robos... | Sven Gothel | 2012-12-21 | 1 | -2/+2 |
* | Cleanup GLContext special entries: getOffscreenContextPixelDataType(), getOff... | Sven Gothel | 2012-12-15 | 1 | -14/+0 |
* | GLX/GLXExt Robustness: Use NIODirectOnly for all bindings. For these internal... | Sven Gothel | 2012-10-30 | 1 | -2/+6 |
* | NativeWindowFactory: Remove 'remedy' of Bug 613 Commit 92398025abdabb2fdef0d7... | Sven Gothel | 2012-10-02 | 1 | -16/+4 |
* | Relax Bug 613 workaround of commit 92398025abdabb2fdef0d78edd41e730991a6f94 | Sven Gothel | 2012-10-02 | 1 | -6/+18 |
* | Misc X11: Add GLX_MESA_swap_control; GLXExtensions (private); X11GLXContext c... | Sven Gothel | 2012-09-29 | 1 | -15/+34 |
* | Adding Mesa Quirk 'NoSetSwapIntervalPostRetarget': SIGSEGV on setSwapInterval... | Sven Gothel | 2012-09-28 | 1 | -1/+0 |
* | GLXUtil: Lock X11 Device | Sven Gothel | 2012-09-28 | 1 | -26/+42 |
* | Fix Bug 616: X11: Remove XInitThreads() dependency while cleaning up device l... | Sven Gothel | 2012-09-27 | 1 | -29/+8 |
* | GLCapabilities Native Aquisition: Set alpha bits at last - due to it's auto s... | Sven Gothel | 2012-07-20 | 1 | -1/+1 |
* | Bug 599 - FBObject / Offscreen Support - Part 1 | Sven Gothel | 2012-07-19 | 1 | -4/+5 |
* | Enhance Bootsrapping of JOGL around 37% - 40% (1st start in new JVM) - GLProf... | Sven Gothel | 2012-07-06 | 1 | -5/+5 |
* | Misc cleanup: Add @Override, remove trailing whitespace | Sven Gothel | 2012-06-27 | 1 | -21/+41 |
* | StringBuffer -> StringBuilder (Local objects, no concurrency) ; Impacts: Capa... | Sven Gothel | 2012-04-16 | 1 | -1/+1 |