| Commit message (Expand) | Author | Age | Files | Lines |
* | X11/WGL: Unify GraphicsConfiguration Selection - Fixes WGL Bugs 397, 410, 429... | Sven Gothel | 2010-11-23 | 7 | -359/+539 |
* | JOGL: Fix CreateDummyWindow usage, no more sync needed, since the Window clas... | Sven Gothel | 2010-11-22 | 1 | -5/+1 |
* | JOGL/X11 Shutdown: Don't close pending Display connections since it may cause... | Sven Gothel | 2010-11-22 | 1 | -1/+3 |
* | GLAnimatorControl pause()/resume() don't fail fast, return a boolean instead ... | Sven Gothel | 2010-11-22 | 2 | -9/+13 |
* | JOGL: AWT/GraphicsConfiguration - Use own display handle, reuse causes SIGSEG... | Sven Gothel | 2010-11-21 | 1 | -5/+6 |
* | JOGL/NEWT: Animator fixes | Sven Gothel | 2010-11-21 | 6 | -208/+295 |
* | Merge branch 'master' of github.com:sgothel/jogl | Michael Bien | 2010-11-18 | 8 | -74/+135 |
|\ |
|
| * | JOGL/AWT: Fix ~ 2 year old regressions: Choose & Use GraphicsConfiguration fo... | Sven Gothel | 2010-11-18 | 8 | -74/+135 |
* | | print platform info additional to the module info. | Michael Bien | 2010-11-18 | 1 | -0/+1 |
* | | modifications due to changes in GlueGen's VersionUtil.getManifest(). | Michael Bien | 2010-11-18 | 1 | -7/+5 |
|/ |
|
* | 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 | 34 | -310/+448 |
* | Merge branch 'pulled' | Sven Gothel | 2010-11-17 | 2 | -2/+2 |
|\ |
|
| * | Implement CapabilitiesImmutable to indicate that getRequestedCapabilities() a... | Steve Vaughan | 2010-11-17 | 2 | -2/+2 |
* | | Move GDI GlueGen wrapping from JOGL -> NativeWindow (following X11). Moving N... | Sven Gothel | 2010-11-17 | 10 | -52/+142 |
|/ |
|
* | 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 | 13 | -33/+21 |
* | JOGL X11/WGL: Proper usage of the shared resources in implementation | Sven Gothel | 2010-11-14 | 4 | -74/+103 |
* | JOGL: Complete eager and lazy mapping of GLProfiles in respect to multiple de... | Sven Gothel | 2010-11-14 | 15 | -343/+796 |
* | import cleanup | Sven Gothel | 2010-11-14 | 2 | -6/+0 |
* | ExtensionAvailabilityCache: Fall back to glGetString, if glGetStringi fails; ... | Sven Gothel | 2010-11-14 | 1 | -9/+18 |
* | ExtensionAvailabilityCache: Only use glGetStringi() is real GL >= 3.1 context | Sven Gothel | 2010-11-13 | 2 | -18/+16 |
* | Adapt to GlueGen Version changes; Adding NativeWindowVersion, JoglVersion and... | Sven Gothel | 2010-11-12 | 1 | -21/+34 |
* | AbstractGraphicsDevice ..: Add device/display connection attribute to support... | Sven Gothel | 2010-11-12 | 2 | -7/+2 |
* | Use GlueGen VersionUtil to dump full Manifest version | Sven Gothel | 2010-11-10 | 1 | -61/+9 |
* | The 'shared resource' thread must be a deamon, otherwise the application won'... | Sven Gothel | 2010-11-09 | 1 | -1/+3 |
* | Adding simple static main test entry to provide standalone autobuild verifica... | Sven Gothel | 2010-11-09 | 1 | -0/+2 |
* | Fix buffer size: 64bit GLBufferSizeTracker, hash over addr+size, save fail-fa... | Sven Gothel | 2010-11-06 | 2 | -11/+158 |
* | Added missing JogAmp copyright | Sven Gothel | 2010-11-06 | 5 | -3/+84 |
* | Added fast path to equals impl. | Sven Gothel | 2010-11-06 | 1 | -3/+32 |
* | 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 | 6 | -93/+83 |
* | JOGL GLContextImpl: Trigger ProcAddressTable mapping via 'setGLFunctionAvaila... | Sven Gothel | 2010-11-03 | 1 | -8/+13 |
* | JOGL DrawableFactory/AWT: Only use AWT factory if AWT is enabled | Sven Gothel | 2010-11-03 | 3 | -25/+30 |
* | Minor cleanup: strings, unused vars, .. | Sven Gothel | 2010-11-02 | 2 | -5/+5 |
* | JOGL: HashMap ProcAddressTable for all GL profiles incl GLX/WGL/CGL/EGL | Sven Gothel | 2010-10-29 | 7 | -62/+145 |
* | 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 | 6 | -88/+141 |
* | ThreadingImpl: AWT semantic cleanup. | Sven Gothel | 2010-10-29 | 2 | -24/+25 |
* | Animator Fix/Cleanup | Sven Gothel | 2010-10-28 | 5 | -47/+76 |
* | WindowImpl/GLWindow LifecycleHook: | Sven Gothel | 2010-10-27 | 1 | -5/+33 |
* | GLAnimatorControl/Animator: Allow stop() if paused() | Sven Gothel | 2010-10-27 | 1 | -9/+5 |
* | 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 | 2 | -21/+21 |
* | 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 | 29 | -194/+264 |
* | Add version info tool, to allow more precise bug reports | Sven Gothel | 2010-10-14 | 1 | -0/+135 |
* | Fix: Memory consumption | Sven Gothel | 2010-10-14 | 5 | -64/+113 |
* | Fix: Avoid list modification while iterator in use (ConcurrentModificationExc... | Sven Gothel | 2010-10-14 | 1 | -19/+24 |