aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/jogamp/opengl/x11/glx/X11GLXGraphicsConfigurationFactory.java
Commit message (Expand)AuthorAgeFilesLines
* Bug 1391 Bug 1392: Implement GLRendererQuirks DontChooseFBConfigBestMatch and...Sven Gothel2019-09-071-20/+32
* Bug 682 - Relocating javax.media.opengl.* -> com.jogamp.opengl.* (Part 1)Sven Gothel2015-02-021-15/+15
* Use ExceptionUtils.dumpStack(..) instead of Thread.dumpStack()Sven Gothel2014-10-261-2/+3
* Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e...Sven Gothel2014-07-031-39/+39
* Bug 961: Stabilize glXGetFBConfigAttrib(..) and glXChooseFBConfig(..) Usage A...Sven Gothel2014-03-101-1/+7
* Bug 888 / Bug 891 - Enhance GLCapabilities-Query: Apply changes of commit 613...Sven Gothel2013-11-051-1/+3
* Bug 888 - Validate CPU Runtime Performance: X11GLXGraphicsConfiguration.GLXFB...Sven Gothel2013-11-041-24/+22
* jogl: add missing @Override annotationsHarvey Harrison2013-10-171-0/+1
* jogl: remove all trailing whitespaceHarvey Harrison2013-10-171-23/+23
* Simplify GLDrawableFactory's SharedResource Query Methods; Move WindowsWGLDra...Sven Gothel2013-04-261-1/+1
* GLX/GLXExt Robustness: Use NIODirectOnly for all bindings. For these internal...Sven Gothel2012-10-301-10/+14
* Relax Bug 613 workaround of commit 92398025abdabb2fdef0d78edd41e730991a6f94Sven Gothel2012-10-021-15/+26
* Add GLRendererQuirks; Fix shared EGL/ES resources;Sven Gothel2012-09-201-4/+3
* Seamless Integration of an FBObject based GLFBODrawable as GLOffscreenAutoDra...Sven Gothel2012-09-151-4/+2
* Fix window mode attribute bit FBO_BIT usage in platform dependent code (map i...Sven Gothel2012-09-081-1/+0
* Fix Capabilities ambiguity and explosion of queried available-list; Add FBO a...Sven Gothel2012-09-071-40/+41
* Fix GraphicsConfigurationFactory: Map factory to device-type _and_ capabiliti...Sven Gothel2012-07-241-24/+89
* Bug 599 - FBObject / Offscreen Support - Part 1Sven Gothel2012-07-191-8/+9
* JOGL CapabilitiesChooser-API and impl.: Cleanup using generics: 'List l' -> '...Sven Gothel2012-06-211-2/+2
* Reduce Thread.dumpStack() in debug mode where no negative behavior appears or...Sven Gothel2012-03-181-2/+3
* NativeWindow public* reorg 3/3 ; NativeVisualID -> VisualIDHolder incl. prope...Sven Gothel2012-03-061-5/+6
* X11 Fix NativeVisualID regression (commit 90c46b1ef1f199ceb63e85c85e9ebeb919d...Sven Gothel2012-03-051-1/+3
* Include GraphicsConfigurationFactory in lifecycle (initSingleton/shutdown) - ...Sven Gothel2012-02-251-1/+9
* X11: Fix unavailable GLX (Server): Use fallback GraphicsConfigurationFactory ...Sven Gothel2012-02-251-5/+13
* DEBUG Output: More thread-names to drawable/context lifecycle; Remove massive...Sven Gothel2012-02-221-6/+6
* GraphicsConfigurationFactory: Add DEBUG dump @ chooserSven Gothel2012-02-221-0/+1
* X11Util: Remove wrapped/locked X11Lib methodsSven Gothel2011-11-261-3/+2
* GLX Information usage cleanupSven Gothel2011-11-251-19/+22
* GraphicsConfigurationFactory: Kick off 'registerFactory' via static method in...Sven Gothel2011-11-231-2/+4
* Fix X11/Translucency (NV): Don't enable GLX.GLX_TRANSPARENT_TYPE; Always choo...Sven Gothel2011-09-141-8/+5
* Cleanup: Java Generics Use and Removed Unused MethodsSven Gothel2011-08-241-6/+6
* Utilize general validation of fbcfg (further validation w/ query), refines f5...Sven Gothel2011-04-281-1/+1
* Refine getAvailableGLCapabilitiesImpl (XGL, WGL and EGL): Sort only if size > 1Sven Gothel2011-03-201-2/+2
* Move implementation private files from com.jogamp.<module>.impl. to jogamp.<m...Sven Gothel2011-02-091-7/+7
* Move implementation private files from com.jogamp.<module>.impl. to jogamp.<m...Sven Gothel2011-02-081-0/+378