aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/jogamp/opengl/x11/glx/X11GLXDrawableFactory.java
Commit message (Expand)AuthorAgeFilesLines
* 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
* Minor edits, dead code, test invocationSven Gothel2011-09-081-3/+0
* X11Util.createDisplay() -> X11Util.openDisplay(): Better name match to XOpenD...Sven Gothel2011-08-311-1/+1
* Workaround for X11/ATI fglrx bug 515 - Multiple Display ConnectionsSven Gothel2011-08-311-0/+4
* Cleanup: Java Generics Use and Removed Unused MethodsSven Gothel2011-08-241-1/+1
* GLProfile / eager init: Use relaxed query, if context was created while initi...Sven Gothel2011-08-071-0/+9
* GLProfile: Allow EGL besides desktop; Desktop factories restricted to desktop...Sven Gothel2011-08-011-1/+1
* GLProfile usage getMinDesktop() -> getMinimum(); WGL/X11 GLCaps: make attribu...Sven Gothel2011-07-311-1/+1
* Fix SharedResource (SR) InitializationSven Gothel2011-07-071-19/+30
* Misc cleanup, strings etcSven Gothel2011-04-241-1/+1
* JOGL GLDrawableFactory: Expose experimental method createProxySurface(..) for...Sven Gothel2011-02-281-0/+10
* NativeWindow ProxySurface Abstraction and lock/unlock Surface cleanupSven Gothel2011-02-221-2/+2
* Move implementation private files from com.jogamp.<module>.impl. to jogamp.<m...Sven Gothel2011-02-091-5/+5
* Move implementation private files from com.jogamp.<module>.impl. to jogamp.<m...Sven Gothel2011-02-081-0/+542