summaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/com/jogamp/opengl/impl/x11
Commit message (Expand)AuthorAgeFilesLines
* Move implementation private files from com.jogamp.<module>.impl. to jogamp.<m...Sven Gothel2011-02-0818-3409/+0
* Fix bug #461 on NV/Win (caps selection)Sven Gothel2011-02-051-3/+3
* Fix: X11: Allowing FBConfig w/o XVisualInfo for non onscreenSven Gothel2011-02-031-7/+15
* JOGL change of default GLProfile order: GL4bc, GL3bc, GL2, GL2GL3, GL4, GL3, ...Sven Gothel2011-01-311-2/+1
* Fix: In case no shared resource is available, query the GLXVersion.Sven Gothel2011-01-311-0/+5
* GLCapabilities enhancements: Choosing, All-Available, Data Handling (X11, WGL...Sven Gothel2011-01-316-185/+386
* Cleanup / DebugSven Gothel2010-12-231-2/+2
* makeCurrent/release within closuresSven Gothel2010-12-121-3/+4
* Generalize SharedResourceRunner and use/impl it for WGL as well (besides X11).Sven Gothel2010-12-111-262/+140
* Cleanup GLGraphicsConfiguration[Factory] implementations (X11/WGL)Sven Gothel2010-12-103-79/+26
* JOGL: GLContextImpl's updateGLXProcAddressTable(..) only uses device as a key...Sven Gothel2010-12-091-20/+23
* DummyWindow: 64x64, WGL: Use lockSurface/unlockSurface block to gather / rele...Sven Gothel2010-12-091-1/+1
* X11 DummyWindow: Pass size and set size in proxySven Gothel2010-12-041-2/+3
* Cleanup GLDrawableFactory API and platform ImplementationsSven Gothel2010-12-034-91/+42
* JOGL: Proper handling of Read Drawable Support (if not supported), add query.Sven Gothel2010-11-282-79/+107
* Reduce visibility -> package privateSven Gothel2010-11-262-33/+33
* X11/WGL: Unify GraphicsConfiguration Selection - Fixes WGL Bugs 397, 410, 429...Sven Gothel2010-11-231-67/+81
* JOGL/X11 Shutdown: Don't close pending Display connections since it may cause...Sven Gothel2010-11-221-1/+3
* JOGL: AWT/GraphicsConfiguration - Use own display handle, reuse causes SIGSEG...Sven Gothel2010-11-211-5/+6
* JOGL/AWT: Fix ~ 2 year old regressions: Choose & Use GraphicsConfiguration fo...Sven Gothel2010-11-182-23/+80
* NEWT: Adding CapabilitiesChooser setter and using it in createNativeImpl() ..Sven Gothel2010-11-181-2/+2
* Finishing Immutable changes including GLCapabiltiesImmutable.Sven Gothel2010-11-178-76/+114
* Implement CapabilitiesImmutable to indicate that getRequestedCapabilities() a...Steve Vaughan2010-11-171-1/+1
* X11: Make X11 error handler quiet where we expect an X11 error, ie OpenGL 4 n...Sven Gothel2010-11-161-6/+6
* NativeWindow AbstractGraphicsDevice: Add 'unitID' attribute and getUniqueID()Sven Gothel2010-11-152-4/+4
* JOGL X11/WGL: Proper usage of the shared resources in implementationSven Gothel2010-11-141-48/+78
* JOGL: Complete eager and lazy mapping of GLProfiles in respect to multiple de...Sven Gothel2010-11-143-129/+311
* The 'shared resource' thread must be a deamon, otherwise the application won'...Sven Gothel2010-11-091-1/+3
* JOGL/X11: Decorate glxMakeContextCurrent calls from makeCurrentImpl/releaseIm...Sven Gothel2010-11-041-10/+20
* JOGL/X11: Fix context scanning, misc simplifications ..Sven Gothel2010-11-035-63/+56
* JOGL DrawableFactory/AWT: Only use AWT factory if AWT is enabledSven Gothel2010-11-031-16/+18
* JOGL: HashMap ProcAddressTable for all GL profiles incl GLX/WGL/CGL/EGLSven Gothel2010-10-291-6/+22
* Proper X11 Display ClosingSven Gothel2010-10-292-17/+5
* Promoted the shutdown hook from GLDrawableFactoryImpl to GLProfile.Sven Gothel2010-10-291-48/+134
* Minor: fix imports, JAWTUtil: query headless 1st (faster), NativeWindowFactor...Sven Gothel2010-10-271-1/+0
* Analysis of glXMakeCurrent freeze on ATI fglrx 8.78.6; Misc ..Sven Gothel2010-10-261-2/+2
* can't enable x11IOErrorHandler without disableSven Gothel2010-10-261-1/+9
* X11Util: lock toolkit/x11 unificationSven Gothel2010-10-261-32/+28
* JOGL: Reenable Applet/Webstart/RCP support for JOGL + AWT + X11Sven Gothel2010-10-148-84/+97
* JOGL: WindowsWGLDrawableFactory/X11GLXDrawableFactory: synchronize sharedCont...Sven Gothel2010-10-091-9/+9
* NativeWindow/NativeSurface Refactoring ; Added mouseClick NEWT/AWT unit testSven Gothel2010-10-0610-85/+77
* Misc CleanupsSven Gothel2010-09-154-21/+5
* Merge branch 'master' of github.com:mbien/joglSven Gothel2010-09-1514-91/+43
|\
| * trivial code cleanup in glx package.Michael Bien2010-09-0914-91/+43
* | Removed COPYRIGHT.txt file, whichSven Gothel2010-09-142-52/+49
|/
* Fix file modesSven Gothel2010-07-072-0/+0
* GLAutoDrawable: setAnimator/getAnimator/invoke/display changes; NEWT: Adding ...Sven Gothel2010-07-071-2/+2
* Provide a classloader for all reflection driven classloading ops.Michael Bien2010-06-171-1/+1
* Fix: Locking/Threading; Common IntIntHashMap and Buffers; Fix: glMap*Buffer*;...Sven Gothel2010-06-1018-778/+566
* JOGL: Unify library loading (impl and binding), incl. lookup ; GLAutoDrawable...Sven Gothel2010-06-044-27/+127