aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/com/jogamp/opengl/impl/x11
Commit message (Expand)AuthorAgeFilesLines
* 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
* JOGL: Unified GLContext native handleSven Gothel2010-06-023-76/+62
* Changed NEWT NativeWindow creation contract - AWT/NEWT Parenting - Misc FixesSven Gothel2010-05-212-91/+34
* Missing comment for last commit 6798fc1fb008eff4179f64775a7bf33cfbfd1981:Sven Gothel2010-05-111-14/+16
* ../jogl.logSven Gothel2010-05-101-2/+2
* Remove critical path in shutdown ..Sven Gothel2010-05-041-2/+4
* Add native NEWT window parenting test. Fix some error messagesSven Gothel2010-04-301-1/+1
* JOGLSven Gothel2010-04-281-1/+4
* JOGL Error HandlingSven Gothel2010-04-272-4/+3
* - Fix GLProcAddressResolver regression: Use GLProcAddressResolver !Sven Gothel2010-04-276-66/+138
* modifications due to method renaming in gluegen/procaddresstable.Michael Bien2010-04-241-2/+2
* changes due to refactorings in ProcAddressTable.Michael Bien2010-04-241-1/+1
* NEWT/AWT InteroperabilitySven Gothel2010-04-241-19/+4
* reviewed calls to lockSurface() and ensured propper unlocking.Michael Bien2010-04-231-18/+16
* Merge branch 'master' of github.com:mbien/joglMichael Bien2010-04-221-1/+1
|\
| * Review of using isGL2() and GL2.GL*Sven Gothel2010-04-221-1/+1