aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/jogamp/opengl/x11/glx/X11GLXDrawableFactory.java
Commit message (Expand)AuthorAgeFilesLines
* 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
* New GLProfile.ShutdownType: SHARED_ONLY / COMPLETE - Enhance/Fix Lifecycle Ma...Sven Gothel2011-12-011-18/+31
* GLDrawableFactory: Implementations lifecycle is handled via constructor/destr...Sven Gothel2011-12-011-33/+45
* More Robust GLProfile Initialization ; Add NativeWindowFactory ShutdownSven Gothel2011-11-301-3/+10
* X11Util: Remove wrapped/locked X11Lib methodsSven Gothel2011-11-261-8/+9
* SharedResourceRunner: Use generics ; X11GLXDrawableFactory.SharedRunnable shu...Sven Gothel2011-11-261-5/+9
* GLX Information usage cleanupSven Gothel2011-11-251-73/+106
* JOGL/NativeWindow: Push down JOGL's X11AWTGLXGraphicsConfigurationFactory to ...Sven Gothel2011-11-251-18/+11
* GraphicsConfigurationFactory: Kick off 'registerFactory' via static method in...Sven Gothel2011-11-231-3/+3
* NativeSurface's getGraphicsConfiguration() returns the native (delegated) Abs...Sven Gothel2011-11-231-1/+1
* X11GLXDrawableFactory.createOffscreenSurfaceImpl(): Create own screen/device ...Sven Gothel2011-11-231-8/+14
* NativeWindow: SurfaceChangeable::setSize() -> surfaceSizeChanged() to avoid c...Sven Gothel2011-11-091-1/+1
* *GLContext: resetStates(); getPlatformExtensionsString(); GLX/WGL NV_swap_gro...Sven Gothel2011-09-091-1/+0