| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix FBObject DEPTH_STENCIL renderbuffer usage | Sven Gothel | 2012-10-05 | 1 | -38/+46 |
* | UITestCase.snapshot: Add Depth and Stencil bits to filename | Sven Gothel | 2012-10-05 | 1 | -2/+4 |
* | Use helper.isExternalAnimatorAnimating() instead of helper.isAnimatorAnimatin... | Sven Gothel | 2012-10-05 | 3 | -3/+4 |
* | Fix Bug 572 (2nd time): GLCanvas.validateGLDrawable() @ display() and reshape... | Sven Gothel | 2012-10-05 | 8 | -43/+184 |
* | Fix regression of commit fbe331f013608eb31ff0d8675f4e4c9881c9c48b: X11 Displa... | Sven Gothel | 2012-10-05 | 1 | -1/+5 |
* | Fix SWTEDTUtil bug, where it simply doesn't start by an implicit 'invoke()' -... | Sven Gothel | 2012-10-05 | 2 | -2/+15 |
* | OSX Context: Fix caps determination for on-/offscreen since pformat's NSOpenG... | Sven Gothel | 2012-10-04 | 1 | -22/+14 |
* | Fix regression of commit a644d779ab19cb1d200ae4ba567b9c042c34b337, cannot com... | Sven Gothel | 2012-10-04 | 3 | -12/+15 |
* | FixedFuncPipeline: Cleanup warnings .. | Sven Gothel | 2012-10-04 | 1 | -7/+7 |
* | ShaderState: Adding Class API doc and removing attached object w/ 'int' key, ... | Sven Gothel | 2012-10-04 | 1 | -22/+12 |
* | Update PMVMatrix/GLMatrixFunc API doc and refine PMVMatrix update / get-Mvi/M... | Sven Gothel | 2012-10-04 | 6 | -268/+1150 |
* | Fix regression of fbe331f013608eb31ff0d8675f4e4c9881c9c48b [Remove XInitThrea... | Sven Gothel | 2012-10-02 | 2 | -14/+6 |
* | NativeWindowFactory: Remove 'remedy' of Bug 613 Commit 92398025abdabb2fdef0d7... | Sven Gothel | 2012-10-02 | 2 | -25/+4 |
* | Misc: Add commented-out NEWT X11/XCB-Event and X11ScreenRandR1[13] compilatio... | Sven Gothel | 2012-10-02 | 7 | -1/+1347 |
* | GLRendererQuirks.NoDoubleBufferedPBuffer: Set if ( mesa || gallium ) && hwAccel | Sven Gothel | 2012-10-02 | 2 | -5/+14 |
* | FBObject/GLFBODrawable: Debug / glError detection | Sven Gothel | 2012-10-02 | 2 | -12/+21 |
* | Fix commit fbe331f013608eb31ff0d8675f4e4c9881c9c48b (Bug 616 - Remove XInitTh... | Sven Gothel | 2012-10-02 | 1 | -17/+5 |
* | Relax Bug 613 workaround of commit 92398025abdabb2fdef0d78edd41e730991a6f94 | Sven Gothel | 2012-10-02 | 20 | -108/+113 |
* | JAWTUtil ToolkitLock: Add lock counter to make lock validation recursive (Fix... | Sven Gothel | 2012-09-30 | 1 | -2/+10 |
* | NullToolkitLock.validateLocker(): Throw exception if locking is required (det... | Sven Gothel | 2012-09-30 | 1 | -5/+3 |
* | X11Util: Detailed closing information only in DEBUG mode, just print summary | Sven Gothel | 2012-09-30 | 1 | -4/+9 |
* | Merge remote-tracking branch 'origin/master' | Sven Gothel | 2012-09-30 | 1 | -0/+20 |
|\ |
|
| * | Add braces and fix indentation to conform with jogl coding standards. | Xerxes Rånby | 2012-09-30 | 1 | -2/+4 |
| * | ".bcm.vc.iv" is enough now -> NEWT agnostic relative package path. | Xerxes Rånby | 2012-09-30 | 1 | -1/+1 |
| * | _getNativeWindowingType() TYPE_BCM_VC_IV autodetection. | Xerxes Rånby | 2012-09-30 | 1 | -0/+18 |
* | | Bug 623: X11Util adds property 'nativewindow.debug.X11Util.ATI_HAS_NO_MULTITH... | Sven Gothel | 2012-09-30 | 1 | -1/+6 |
* | | Workaround for Bug 623: Sporadic XCB assertion failures w/ ATI proprietary dr... | Sven Gothel | 2012-09-30 | 19 | -85/+486 |
|/ |
|
* | Cache XineramaIsEnabled(dpy) per display-name in X11Util minimize triggering ... | Sven Gothel | 2012-09-29 | 1 | -7/+24 |
* | Misc X11: Add GLX_MESA_swap_control; GLXExtensions (private); X11GLXContext c... | Sven Gothel | 2012-09-29 | 9 | -25/+632 |
* | GLContext.makeCurrent(): Clean API doc | Sven Gothel | 2012-09-29 | 1 | -13/+17 |
* | GLDrawableHelper.init(..): Avoid double reshape if subsequent display issues ... | Sven Gothel | 2012-09-29 | 5 | -7/+10 |
* | Adding Mesa Quirk 'NoSetSwapIntervalPostRetarget': SIGSEGV on setSwapInterval... | Sven Gothel | 2012-09-28 | 5 | -35/+60 |
* | X11 NativeWindow: Fix Error and IOError handler, i.e. NPE checks and no JVM d... | Sven Gothel | 2012-09-28 | 2 | -39/+35 |
* | Texture: Clarifiy API doc of getTextureObject(GL) | Sven Gothel | 2012-09-28 | 1 | -1/+6 |
* | NativeWindow/X11 + NEWT/X11: Cache 'isXineramaEnabled()' to reduce X11 server... | Sven Gothel | 2012-09-28 | 5 | -16/+22 |
* | NEWT X11 ScreenMode: Ignore invalid rotation event | Sven Gothel | 2012-09-28 | 2 | -22/+51 |
* | GLXUtil: Lock X11 Device | Sven Gothel | 2012-09-28 | 4 | -49/+98 |
* | FBObject: Clarify reset(..), resetSamplingSink(..) ; Rename syncFramebuffer(.... | Sven Gothel | 2012-09-27 | 3 | -43/+71 |
* | Fix Bug 616: X11: Remove XInitThreads() dependency while cleaning up device l... | Sven Gothel | 2012-09-27 | 37 | -617/+657 |
* | Fix Bug 621, JVM Crashes During X11 Shutdown while closing all unclosed displ...x11_xinitthreads | Sven Gothel | 2012-09-21 | 2 | -23/+45 |
* | FBObject: Small cleanup of freeColorbufferImpl(gl, i) -> freeAllColorbufferIm... | Sven Gothel | 2012-09-21 | 1 | -27/+26 |
* | MacOSXCGLContext: Fix missing initialization of 'needsSetContextPBuffer' if n... | Sven Gothel | 2012-09-21 | 2 | -5/+7 |
* | MacOSXCGLDrawableFactory: Cannot use shared context to retrieve quirks since ... | Sven Gothel | 2012-09-21 | 1 | -10/+21 |
* | NativeWindowFactory/NEWT: Use relative sub-package names in NativeWindowFacto... | Sven Gothel | 2012-09-20 | 2 | -8/+15 |
* | Add GLRendererQuirks; Fix shared EGL/ES resources; | Sven Gothel | 2012-09-20 | 19 | -271/+616 |
* | FBO tests: Add singleBuffer cmd-line option for offscreen-layered tests; FBOM... | Sven Gothel | 2012-09-20 | 3 | -5/+24 |
* | OSX CALayer / MacOSXCGLContext: Remove pbuffer swap garbage; Split pbuffer/FB... | Sven Gothel | 2012-09-20 | 2 | -71/+104 |
* | GLFBODrawableImpl: Fix garbage @ swap, add [disabled] reset-quirk for testing | Sven Gothel | 2012-09-20 | 1 | -17/+48 |
* | FBObject cleanup / review: strings, simplified re-attachment, removed redunda... | Sven Gothel | 2012-09-20 | 1 | -169/+262 |
* | GLReadBufferUtil, ShaderUtil: Catch GLException (and dump if thrown), to incr... | Sven Gothel | 2012-09-20 | 2 | -20/+31 |