aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/jogamp/opengl/x11/glx
Commit message (Expand)AuthorAgeFilesLines
* Fix X11/Translucency (NV): Don't enable GLX.GLX_TRANSPARENT_TYPE; Always choo...Sven Gothel2011-09-143-31/+36
* *GLContext: resetStates(); getPlatformExtensionsString(); GLX/WGL NV_swap_gro...Sven Gothel2011-09-092-30/+111
* Minor edits, dead code, test invocationSven Gothel2011-09-081-3/+0
* JOGL/X11GLXGraphicsConfiguration: Query opaque/transparent by XRender 'alphaM...Sven Gothel2011-09-031-1/+12
* Add GL Version 4.2 in GLContext Query - Add verification via glGetIntegerv(GL...Sven Gothel2011-09-022-3/+3
* X11Util.createDisplay() -> X11Util.openDisplay(): Better name match to XOpenD...Sven Gothel2011-08-312-3/+3
* X11OnscreenGLXDrawable: Mark dead GLX_WINDOW code deadSven Gothel2011-08-311-2/+4
* glXCreateContextAttribsARB: Use NIO for attributesSven Gothel2011-08-311-22/+27
* Workaround for X11/ATI fglrx bug 515 - Multiple Display ConnectionsSven Gothel2011-08-311-0/+4
* DynamicLibraryBundle*: Use generics for better spec - following gluegen commi...Sven Gothel2011-08-311-16/+14
* Cleanup: Java Generics Use and Removed Unused MethodsSven Gothel2011-08-242-7/+7
* Adapt to DynamicLibraryBundleInfo API change ; Remove non std EGL/ES libs (An...Sven Gothel2011-08-091-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
* GLContext Impl: Fix Platform 'GLX' ProcAddress Caching, allow multiple typesSven Gothel2011-08-011-3/+3
* Enable EGL/ES1/ES2 detection/test on desktop (using mesa's libraries)Sven Gothel2011-08-011-6/+6
* AWT/X11 Reduce XQueryExtension 'hang' ; Impl. use XineramaIsActive() instead ...Sven Gothel2011-08-011-9/+11
* GLProfile usage getMinDesktop() -> getMinimum(); WGL/X11 GLCaps: make attribu...Sven Gothel2011-07-312-4/+4
* Fix SharedResource (SR) InitializationSven Gothel2011-07-071-19/+30
* Utilize general validation of fbcfg (further validation w/ query), refines f5...Sven Gothel2011-04-283-4/+8
* Merged pull request #35 from WadeWalker/2011-04-12-fix-bug-493.Sven Gothel2011-04-271-1/+15
|\
| * Fix problem with external context on CentOS 5.5 inside VMWareWade Walker2011-04-121-1/+15
* | Misc cleanup, strings etcSven Gothel2011-04-241-1/+1
* | Add unified support for GL_ARB_debug_output and GL_AMD_debug_output.Sven Gothel2011-04-241-7/+4
* | GLContextImpl: GLContextLock -> RecursiveLockSven Gothel2011-04-231-13/+9
|/
* Refine getAvailableGLCapabilitiesImpl (XGL, WGL and EGL): Sort only if size > 1Sven Gothel2011-03-201-2/+2
* Refine WGL_PIXEL_TYPE_ARB and GLX_RENDER_TYPE:Sven Gothel2011-03-201-0/+3
* JOGL GLDrawableFactory: Expose experimental method createProxySurface(..) for...Sven Gothel2011-02-281-0/+10
* JOGL/X11/AWT: No more need for seperate X11 Display instance if availableSven Gothel2011-02-221-6/+5
* NativeWindow ProxySurface Abstraction and lock/unlock Surface cleanupSven Gothel2011-02-224-12/+8
* Move implementation private files from com.jogamp.<module>.impl. to jogamp.<m...Sven Gothel2011-02-0918-44/+44
* Move implementation private files from com.jogamp.<module>.impl. to jogamp.<m...Sven Gothel2011-02-0818-0/+3409