aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/jogamp/opengl/x11/glx/X11GLXContext.java
Commit message (Expand)AuthorAgeFilesLines
* Bug 1135 - Cleanup: Remove GL_NV_vertex_array_range extension support in GLCo...Sven Gothel2015-03-061-17/+1
* Bug 682 - Relocating javax.media.opengl.* -> com.jogamp.opengl.* (Part 1)Sven Gothel2015-02-021-7/+7
* GLContextImpl.makeCurrentImpl(): Remove redundant test whether context is alr...Sven Gothel2015-01-231-19/+37
* Bug 1038: Refine handling of GLRendererQuirks.NoARBCreateContextSven Gothel2015-01-231-3/+2
* Bug 1068 - Allow GLContext creation and makeCurrent without default framebuff...Sven Gothel2014-12-071-6/+12
* Use ExceptionUtils.dumpStack(..) instead of Thread.dumpStack()Sven Gothel2014-10-261-2/+3
* 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
* Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e...Sven Gothel2014-07-031-42/+42
* X11/WGL GLContext Impl: setGLFunctionAvailability(..) w/ withinGLVersionsMapp...Sven Gothel2014-04-011-2/+2
* GLContextImpl: Move sharedContextHandle check to makeCurrentWithinLock(..) an...Sven Gothel2013-11-021-20/+13
* Bug 875: Safeguard setGLFunctionAvailability(.. strictMatch=false.. ) operati...Sven Gothel2013-10-301-1/+3
* Bug 867 OSX [Common Code]: Trigger GLRendererQuirks.GL4NeedsGL3Request and ma...Sven Gothel2013-10-251-2/+2
* jogl: remove all trailing whitespaceHarvey Harrison2013-10-171-9/+9
* Fix Bug 839: Clarify whether resetStates(..) shall clearStates() - Pass 'isIn...Sven Gothel2013-09-211-2/+2
* X11GLXContext: Remove redundant manual aliasing of ext. names in isExtensionA...Sven Gothel2013-07-171-10/+0
* Add Support for GL 4.3 (Bug 716) and ES 3.0 (Bug 717)Sven Gothel2013-07-151-2/+7
* Fix GLX: X11GLXContext used wrong FBConfig n/a query; X11GLX*: If FBConfig is...Sven Gothel2013-05-061-2/+10
* Simplify GLDrawableFactory's SharedResource Query Methods; Move WindowsWGLDra...Sven Gothel2013-04-261-1/+1
* X11GLXContext: Issue XSync(..) after forcing X11ErrorHandle and before glXCre...Sven Gothel2013-04-231-0/+2
* Bug 718: WindowsBitmapWGLDrawable: Requires GLProfile.GL2, fix BITMAP GLCaps ...Sven Gothel2013-04-181-24/+28
* Fix Bug 720: Unify all platform specific GLContextImpl specializations; Fix B...Sven Gothel2013-04-181-11/+1
* X11/WGL: Better Exception Message for failed ARB context creation if profile ...Sven Gothel2013-02-161-1/+1
* GLContext: *TRACE_SWITCH spacingSven Gothel2013-02-111-1/+1
* [EGL/X11]Context: Enhance DEBUG output for failed makeCurrentImpl(..)Sven Gothel2013-01-261-2/+7
* Fix Bug 669: Recursive GLContext makeCurrent()/release()Sven Gothel2013-01-181-1/+1
* GLContextImpl: Make createContextARBImpl/setGLFunctionAvailability more robos...Sven Gothel2012-12-211-2/+2
* Cleanup GLContext special entries: getOffscreenContextPixelDataType(), getOff...Sven Gothel2012-12-151-14/+0
* GLX/GLXExt Robustness: Use NIODirectOnly for all bindings. For these internal...Sven Gothel2012-10-301-2/+6
* NativeWindowFactory: Remove 'remedy' of Bug 613 Commit 92398025abdabb2fdef0d7...Sven Gothel2012-10-021-16/+4
* Relax Bug 613 workaround of commit 92398025abdabb2fdef0d78edd41e730991a6f94Sven Gothel2012-10-021-6/+18
* Misc X11: Add GLX_MESA_swap_control; GLXExtensions (private); X11GLXContext c...Sven Gothel2012-09-291-15/+34
* Adding Mesa Quirk 'NoSetSwapIntervalPostRetarget': SIGSEGV on setSwapInterval...Sven Gothel2012-09-281-1/+0
* GLXUtil: Lock X11 DeviceSven Gothel2012-09-281-26/+42
* Fix Bug 616: X11: Remove XInitThreads() dependency while cleaning up device l...Sven Gothel2012-09-271-29/+8
* GLCapabilities Native Aquisition: Set alpha bits at last - due to it's auto s...Sven Gothel2012-07-201-1/+1
* Bug 599 - FBObject / Offscreen Support - Part 1Sven Gothel2012-07-191-4/+5
* Enhance Bootsrapping of JOGL around 37% - 40% (1st start in new JVM) - GLProf...Sven Gothel2012-07-061-5/+5
* Misc cleanup: Add @Override, remove trailing whitespaceSven Gothel2012-06-271-21/+41
* StringBuffer -> StringBuilder (Local objects, no concurrency) ; Impacts: Capa...Sven Gothel2012-04-161-1/+1
* X11GLXContext: Remove DEBUG_GLX_MAKECURRENTSven Gothel2012-03-251-7/+0
* Enhance and generalize AWT Threading* implementation; Minor changes ..Sven Gothel2012-03-251-23/+23
* X11GLXContext: X11Util.setX11ErrorHandler( .., DEBUG ? verbose : quiet )Sven Gothel2012-03-191-3/+3
* 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-2/+0
* GL/GLContext: Properly define swapInterval incl. default value for EGL (1) an...Sven Gothel2012-03-101-5/+4
* DEBUG Output: More thread-names to drawable/context lifecycle; Remove massive...Sven Gothel2012-02-221-7/+7
* Fix ExtensionAvailabilityCache ; Enhance caching.Sven Gothel2012-02-141-3/+3
* Enhance ExtensionAvailabilityCache ; Expose extension count in GLContext (and...Sven Gothel2012-02-131-2/+2
* Fix JOGL GLContextImpl ProcAddressTable and Extension CachingSven Gothel2012-02-131-5/+3