| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | JOGL: GLContextImpl's updateGLXProcAddressTable(..) only uses device as a key... | Sven Gothel | 2010-12-09 | 6 | -65/+80 |
* | | DummyWindow: 64x64, WGL: Use lockSurface/unlockSurface block to gather / rele... | Sven Gothel | 2010-12-09 | 2 | -11/+56 |
* | | GDI: Fix CreateDummyWindow: Use local getModuleHandle(NULL) and synchronize f... | Sven Gothel | 2010-12-09 | 1 | -30/+33 |
* | | NEWT/Windows: Use GDI GetDC/ReleaseDC | Sven Gothel | 2010-12-09 | 2 | -27/+3 |
|/ |
|
* | Fix: Typo unlock() -> lock() .. oops | Sven Gothel | 2010-12-04 | 1 | -1/+1 |
* | WGL DummyWindow: Use size 128x128 and set size in proxy | Sven Gothel | 2010-12-04 | 1 | -1/+3 |
* | X11 DummyWindow: Pass size and set size in proxy | Sven Gothel | 2010-12-04 | 4 | -11/+10 |
* | Windows WGL fixes updateGraphicsConfiguration(..) and DummyWGLDrawable | Sven Gothel | 2010-12-03 | 2 | -31/+30 |
* | GLCanvas: Adding convenient constructor for GLCapabilties and Shared Context ... | Sven Gothel | 2010-12-03 | 2 | -1/+148 |
* | Fix NEWT GLWindow: Adding missing shared GLContext setter (with unit test) | Sven Gothel | 2010-12-03 | 3 | -17/+199 |
* | Fix NEWT WindowImpl: setTitleImpl() at native construction. | Sven Gothel | 2010-12-03 | 1 | -0/+1 |
* | DEBUG: GLProfile: Dump GLInfo ; GLContext: SET mappedVersions.. no stack trace | Sven Gothel | 2010-12-03 | 2 | -18/+48 |
* | GLPbufferImpl: Remove redundant AWT threading constraints ; Signal dispose to... | Sven Gothel | 2010-12-03 | 1 | -91/+38 |
* | Cleanup GLDrawableFactory API and platform Implementations | Sven Gothel | 2010-12-03 | 20 | -248/+366 |
* | JOGL AnimatorImpl: issue drawable.display() even if it's not realized yet, si... | Sven Gothel | 2010-11-29 | 2 | -9/+3 |
* | Animator: Run as non daemon like FPSAnimator. This seems to be the users desi... | Sven Gothel | 2010-11-28 | 1 | -1/+6 |
* | NEWT/X11: Don't erase background with pixmap or pixel | Sven Gothel | 2010-11-28 | 1 | -2/+2 |
* | JOGL: Proper handling of Read Drawable Support (if not supported), add query. | Sven Gothel | 2010-11-28 | 11 | -353/+364 |
* | minor cleanup | Sven Gothel | 2010-11-28 | 3 | -12/+16 |
* | NewtCanvasAWT: disableBackgroundErase() before (X11) and after (Windows) addN... | Sven Gothel | 2010-11-28 | 1 | -0/+17 |
* | NEWT WindowImpl: Null Check on childWindows (already destroyed) | Sven Gothel | 2010-11-28 | 1 | -2/+2 |
* | GLCanvas: Fix disableBackgroundErase/X11, make drawable creation more robust,... | Sven Gothel | 2010-11-27 | 4 | -19/+89 |
* | Add GL_VENDOR to JoglVersion GL output | Sven Gothel | 2010-11-26 | 1 | -0/+2 |
* | WGL: Add GetLastError in case external context/drawable can't be retrieved | Sven Gothel | 2010-11-26 | 2 | -5/+5 |
* | Reduce visibility -> package private | Sven Gothel | 2010-11-26 | 9 | -115/+114 |
* | Reduce the use of xml brackets to reduce potential hudson/junit xml parser ex... | Sven Gothel | 2010-11-25 | 7 | -15/+15 |
* | Refined VersionInfo usage | Sven Gothel | 2010-11-25 | 7 | -14/+34 |
* | JOGL/Windows/ATI r3xx: Bug #438: tolerate release context if GetLastError is ... | Sven Gothel | 2010-11-25 | 1 | -11/+18 |
* | NativeWindow/GDI: Adding ERROR_SUCCESS to make the code more clear. | Sven Gothel | 2010-11-25 | 4 | -10/+13 |
* | GLProfile/Debug: Dump Version info upfront, otherwise we won't see it with an... | Sven Gothel | 2010-11-25 | 1 | -6/+6 |
* | GLCanvas: Refine access modifiers | Sven Gothel | 2010-11-25 | 1 | -4/+4 |
* | Relax GLAnimatorControl, ie remove fail fast for start()/stop(), return (bool... | Sven Gothel | 2010-11-25 | 4 | -24/+29 |
* | cleanup imports | Sven Gothel | 2010-11-25 | 1 | -7/+0 |
* | Fix GLCanvas Recreation - Regression 96af6c9bf2d683115996 | Sven Gothel | 2010-11-25 | 2 | -32/+224 |
* | Ignore TestGearsGLJPanelAWT, not ready yetv2.0-rc1 | Sven Gothel | 2010-11-23 | 1 | -1/+2 |
* | GLSL unit test timeout -> 60s | Sven Gothel | 2010-11-23 | 2 | -4/+4 |
* | AnimatorBase: add()/remove() - decorate change of drawables with pause()/resu... | Sven Gothel | 2010-11-23 | 1 | -30/+15 |
* | Add GLJPanel test (works better in jogl-demos though, need to copy) | Sven Gothel | 2010-11-23 | 3 | -9/+139 |
* | Fix TestTransformFeedbackVaryingsBug407NEWT GLContext makeCurrent race condition | Sven Gothel | 2010-11-23 | 1 | -0/+2 |
* | JOGL/Junit: Refine TestTransformFeedbackVaryingsBug407NEWT, Add another simpl... | Sven Gothel | 2010-11-23 | 5 | -76/+633 |
* | X11/WGL: Unify GraphicsConfiguration Selection - Fixes WGL Bugs 397, 410, 429... | Sven Gothel | 2010-11-23 | 7 | -359/+539 |
* | TestTransformFeedbackVaryingsBug407NEWT: Fix class name and clarify output | Sven Gothel | 2010-11-22 | 1 | -4/+4 |
* | JOGL: Fix CreateDummyWindow usage, no more sync needed, since the Window clas... | Sven Gothel | 2010-11-22 | 1 | -5/+1 |
* | NativeWindow/Windows: Fix CreateDummyWindow gluegen and usage | Sven Gothel | 2010-11-22 | 1 | -1/+1 |
* | NativeWindow: Fix XSynchronize gluegen | Sven Gothel | 2010-11-22 | 1 | -2/+2 |
* | 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 | 7 | -32/+34 |
* | 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 | 18 | -341/+495 |
* | minor formatting | Sven Gothel | 2010-11-19 | 1 | -11/+6 |