| Commit message (Expand) | Author | Age | Files | Lines |
* | Reduce visibility -> package private | Sven Gothel | 2010-11-26 | 2 | -33/+33 |
* | X11/WGL: Unify GraphicsConfiguration Selection - Fixes WGL Bugs 397, 410, 429... | Sven Gothel | 2010-11-23 | 1 | -67/+81 |
* | JOGL/X11 Shutdown: Don't close pending Display connections since it may cause... | Sven Gothel | 2010-11-22 | 1 | -1/+3 |
* | JOGL: AWT/GraphicsConfiguration - Use own display handle, reuse causes SIGSEG... | Sven Gothel | 2010-11-21 | 1 | -5/+6 |
* | JOGL/AWT: Fix ~ 2 year old regressions: Choose & Use GraphicsConfiguration fo... | Sven Gothel | 2010-11-18 | 2 | -23/+80 |
* | NEWT: Adding CapabilitiesChooser setter and using it in createNativeImpl() .. | Sven Gothel | 2010-11-18 | 1 | -2/+2 |
* | Finishing Immutable changes including GLCapabiltiesImmutable. | Sven Gothel | 2010-11-17 | 8 | -76/+114 |
* | Implement CapabilitiesImmutable to indicate that getRequestedCapabilities() a... | Steve Vaughan | 2010-11-17 | 1 | -1/+1 |
* | X11: Make X11 error handler quiet where we expect an X11 error, ie OpenGL 4 n... | Sven Gothel | 2010-11-16 | 1 | -6/+6 |
* | NativeWindow AbstractGraphicsDevice: Add 'unitID' attribute and getUniqueID() | Sven Gothel | 2010-11-15 | 2 | -4/+4 |
* | JOGL X11/WGL: Proper usage of the shared resources in implementation | Sven Gothel | 2010-11-14 | 1 | -48/+78 |
* | JOGL: Complete eager and lazy mapping of GLProfiles in respect to multiple de... | Sven Gothel | 2010-11-14 | 3 | -129/+311 |
* | The 'shared resource' thread must be a deamon, otherwise the application won'... | Sven Gothel | 2010-11-09 | 1 | -1/+3 |
* | JOGL/X11: Decorate glxMakeContextCurrent calls from makeCurrentImpl/releaseIm... | Sven Gothel | 2010-11-04 | 1 | -10/+20 |
* | JOGL/X11: Fix context scanning, misc simplifications .. | Sven Gothel | 2010-11-03 | 5 | -63/+56 |
* | JOGL DrawableFactory/AWT: Only use AWT factory if AWT is enabled | Sven Gothel | 2010-11-03 | 1 | -16/+18 |
* | JOGL: HashMap ProcAddressTable for all GL profiles incl GLX/WGL/CGL/EGL | Sven Gothel | 2010-10-29 | 1 | -6/+22 |
* | Proper X11 Display Closing | Sven Gothel | 2010-10-29 | 2 | -17/+5 |
* | Promoted the shutdown hook from GLDrawableFactoryImpl to GLProfile. | Sven Gothel | 2010-10-29 | 1 | -48/+134 |
* | Minor: fix imports, JAWTUtil: query headless 1st (faster), NativeWindowFactor... | Sven Gothel | 2010-10-27 | 1 | -1/+0 |
* | Analysis of glXMakeCurrent freeze on ATI fglrx 8.78.6; Misc .. | Sven Gothel | 2010-10-26 | 1 | -2/+2 |
* | can't enable x11IOErrorHandler without disable | Sven Gothel | 2010-10-26 | 1 | -1/+9 |
* | X11Util: lock toolkit/x11 unification | Sven Gothel | 2010-10-26 | 1 | -32/+28 |
* | JOGL: Reenable Applet/Webstart/RCP support for JOGL + AWT + X11 | Sven Gothel | 2010-10-14 | 8 | -84/+97 |
* | JOGL: WindowsWGLDrawableFactory/X11GLXDrawableFactory: synchronize sharedCont... | Sven Gothel | 2010-10-09 | 1 | -9/+9 |
* | NativeWindow/NativeSurface Refactoring ; Added mouseClick NEWT/AWT unit test | Sven Gothel | 2010-10-06 | 10 | -85/+77 |
* | Misc Cleanups | Sven Gothel | 2010-09-15 | 4 | -21/+5 |
* | Merge branch 'master' of github.com:mbien/jogl | Sven Gothel | 2010-09-15 | 14 | -91/+43 |
|\ |
|
| * | trivial code cleanup in glx package. | Michael Bien | 2010-09-09 | 14 | -91/+43 |
* | | Removed COPYRIGHT.txt file, which | Sven Gothel | 2010-09-14 | 2 | -52/+49 |
|/ |
|
* | Fix file modes | Sven Gothel | 2010-07-07 | 2 | -0/+0 |
* | GLAutoDrawable: setAnimator/getAnimator/invoke/display changes; NEWT: Adding ... | Sven Gothel | 2010-07-07 | 1 | -2/+2 |
* | Provide a classloader for all reflection driven classloading ops. | Michael Bien | 2010-06-17 | 1 | -1/+1 |
* | Fix: Locking/Threading; Common IntIntHashMap and Buffers; Fix: glMap*Buffer*;... | Sven Gothel | 2010-06-10 | 18 | -778/+566 |
* | JOGL: Unify library loading (impl and binding), incl. lookup ; GLAutoDrawable... | Sven Gothel | 2010-06-04 | 4 | -27/+127 |
* | JOGL: Unified GLContext native handle | Sven Gothel | 2010-06-02 | 3 | -76/+62 |
* | Changed NEWT NativeWindow creation contract - AWT/NEWT Parenting - Misc Fixes | Sven Gothel | 2010-05-21 | 2 | -91/+34 |
* | Missing comment for last commit 6798fc1fb008eff4179f64775a7bf33cfbfd1981: | Sven Gothel | 2010-05-11 | 1 | -14/+16 |
* | ../jogl.log | Sven Gothel | 2010-05-10 | 1 | -2/+2 |
* | Remove critical path in shutdown .. | Sven Gothel | 2010-05-04 | 1 | -2/+4 |
* | Add native NEWT window parenting test. Fix some error messages | Sven Gothel | 2010-04-30 | 1 | -1/+1 |
* | JOGL | Sven Gothel | 2010-04-28 | 1 | -1/+4 |
* | JOGL Error Handling | Sven Gothel | 2010-04-27 | 2 | -4/+3 |
* | - Fix GLProcAddressResolver regression: Use GLProcAddressResolver ! | Sven Gothel | 2010-04-27 | 6 | -66/+138 |
* | modifications due to method renaming in gluegen/procaddresstable. | Michael Bien | 2010-04-24 | 1 | -2/+2 |
* | changes due to refactorings in ProcAddressTable. | Michael Bien | 2010-04-24 | 1 | -1/+1 |
* | NEWT/AWT Interoperability | Sven Gothel | 2010-04-24 | 1 | -19/+4 |
* | reviewed calls to lockSurface() and ensured propper unlocking. | Michael Bien | 2010-04-23 | 1 | -18/+16 |
* | Merge branch 'master' of github.com:mbien/jogl | Michael Bien | 2010-04-22 | 1 | -1/+1 |
|\ |
|
| * | Review of using isGL2() and GL2.GL* | Sven Gothel | 2010-04-22 | 1 | -1/+1 |