| Commit message (Expand) | Author | Age | Files | Lines |
* | Move implementation private files from com.jogamp.<module>.impl. to jogamp.<m... | Sven Gothel | 2011-02-08 | 18 | -3409/+0 |
* | Fix bug #461 on NV/Win (caps selection) | Sven Gothel | 2011-02-05 | 1 | -3/+3 |
* | Fix: X11: Allowing FBConfig w/o XVisualInfo for non onscreen | Sven Gothel | 2011-02-03 | 1 | -7/+15 |
* | JOGL change of default GLProfile order: GL4bc, GL3bc, GL2, GL2GL3, GL4, GL3, ... | Sven Gothel | 2011-01-31 | 1 | -2/+1 |
* | Fix: In case no shared resource is available, query the GLXVersion. | Sven Gothel | 2011-01-31 | 1 | -0/+5 |
* | GLCapabilities enhancements: Choosing, All-Available, Data Handling (X11, WGL... | Sven Gothel | 2011-01-31 | 6 | -185/+386 |
* | Cleanup / Debug | Sven Gothel | 2010-12-23 | 1 | -2/+2 |
* | makeCurrent/release within closures | Sven Gothel | 2010-12-12 | 1 | -3/+4 |
* | Generalize SharedResourceRunner and use/impl it for WGL as well (besides X11). | Sven Gothel | 2010-12-11 | 1 | -262/+140 |
* | Cleanup GLGraphicsConfiguration[Factory] implementations (X11/WGL) | Sven Gothel | 2010-12-10 | 3 | -79/+26 |
* | JOGL: GLContextImpl's updateGLXProcAddressTable(..) only uses device as a key... | Sven Gothel | 2010-12-09 | 1 | -20/+23 |
* | DummyWindow: 64x64, WGL: Use lockSurface/unlockSurface block to gather / rele... | Sven Gothel | 2010-12-09 | 1 | -1/+1 |
* | X11 DummyWindow: Pass size and set size in proxy | Sven Gothel | 2010-12-04 | 1 | -2/+3 |
* | Cleanup GLDrawableFactory API and platform Implementations | Sven Gothel | 2010-12-03 | 4 | -91/+42 |
* | JOGL: Proper handling of Read Drawable Support (if not supported), add query. | Sven Gothel | 2010-11-28 | 2 | -79/+107 |
* | 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 |