aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/jogamp/opengl/x11/glx/X11GLXDrawableFactory.java
Commit message (Expand)AuthorAgeFilesLines
* 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-021-14/+14
* 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-231-1/+1
* 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-071-38/+80
* 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-261-1/+2
* Bug 1035 - Allow Gamma [Brightness, Contrast] settings to be performed on dis...Sven Gothel2014-07-271-44/+83
* Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e...Sven Gothel2014-07-031-63/+63
* GLDrawableFactory: destroy() -> shutdownImpl() - Add DEBUG output in implemen...Sven Gothel2013-11-281-1/+4
* jogl: add missing @Override annotationsHarvey Harrison2013-10-171-0/+1
* jogl: remove all trailing whitespaceHarvey Harrison2013-10-171-15/+15
* 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
* Fix OSX GL-core lack of pbuffer: GLDrawableFactory.canCreateGLPbuffer(..) add...Sven Gothel2013-07-171-2/+2
* Security: Apply security changes from GlueGenSven Gothel2013-06-211-12/+19
* Fix GLX: X11GLXContext used wrong FBConfig n/a query; X11GLX*: If FBConfig is...Sven Gothel2013-05-061-3/+9
* Simplify GLDrawableFactory's SharedResource Query Methods; Move WindowsWGLDra...Sven Gothel2013-04-261-36/+11
* Fix Bug 706 and Bug 520: Certain ATI GPU/driver require a current context whe...Sven Gothel2013-04-251-7/+7
* Fix Bug 720: Unify all platform specific GLContextImpl specializations; Fix B...Sven Gothel2013-04-181-11/+0
* Fix Bug 705 - Cleanup & Generalize Commit 5b47372590ec715647ebbd75d70c41ec7a6...Sven Gothel2013-04-161-0/+5
* Debug Messages: Unify getThreadName() usage and 'Catched Exception' messagesSven Gothel2013-04-101-1/+1
* Complete 9a4fcc7ea4ec61e4ceed791acced734ac04ea270: SharedResourceRunner.Impl....Sven Gothel2013-03-271-3/+0
* SharedRessourceRunner: Add isDeviceSupported(..) query before spawn off threa...Sven Gothel2013-03-271-0/+16
* Relax Bug 613 workaround of commit 92398025abdabb2fdef0d78edd41e730991a6f94Sven Gothel2012-10-021-11/+11
* Workaround for Bug 623: Sporadic XCB assertion failures w/ ATI proprietary dr...Sven Gothel2012-09-301-4/+0
* GLXUtil: Lock X11 DeviceSven Gothel2012-09-281-4/+4
* Fix Bug 616: X11: Remove XInitThreads() dependency while cleaning up device l...Sven Gothel2012-09-271-9/+4
* Fixes Bug 615 - X11: Use proper screen index/name for shared resources and de...Sven Gothel2012-09-171-2/+2
* Seamless Integration of an FBObject based GLFBODrawable as GLOffscreenAutoDra...Sven Gothel2012-09-151-56/+7
* Cleanup shutdown mechanism ; Fix X11/ATI SIGV at shutdown ; EGLDisplayUtil: C...Sven Gothel2012-09-071-10/+4
* Fix EGLDrawableFactory ES1/ES2 detection for !pbuffer ; Misc robustness chang...Sven Gothel2012-08-211-0/+5
* Fix GraphicsConfigurationFactory: Map factory to device-type _and_ capabiliti...Sven Gothel2012-07-241-2/+13
* Bug 599 - FBObject / Offscreen Support - Part 1Sven Gothel2012-07-191-45/+100
* GLAutoDrawable* refinement of abstraction / generalization - API Change!Sven Gothel2012-07-041-1/+1
* GLDrawable* cleanup: Add @Override, remove trailing whitespace, ..Sven Gothel2012-06-281-36/+69
* GLContext*: Remove '[set/is]Synchronized(..)' - Defaults to wait for locks: 1...Sven Gothel2012-05-131-1/+0
* NativeWindow public-spec to public-impl reorg (javax.media.nativewindow.<impl...Sven Gothel2012-03-061-3/+3
* X11: Fix unavailable GLX (Server): Use fallback GraphicsConfigurationFactory ...Sven Gothel2012-02-251-2/+2
* X11/GLX: Query X Server whether GLX is available (X11/SharedResourceRunner) ;...Sven Gothel2012-02-251-1/+4
* Fix GLProfile/GLDrawableFactory bug: Recursion on default desktop device, sin...Sven Gothel2012-02-251-4/+5
* DEBUG Output: More thread-names to drawable/context lifecycle; Remove massive...Sven Gothel2012-02-221-14/+14
* API Change [GLProfile/GLContext]: Add notion of hardware acceleration in GLPr...Sven Gothel2012-02-201-1/+1
* OpenGL ES/EGL OverhaulSven Gothel2012-02-131-3/+3
* GLContext*/GLDrawableHelper: Fix consistency of recursive makeCurrent()/relea...Sven Gothel2012-01-081-1/+0
* Fix concurrency bug of GLProfile initialization ; Fix SharedResourceRunner 'd...Sven Gothel2011-12-111-9/+8