| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Merge remote-tracking branch 'origin/master' | Sven Gothel | 2012-09-30 | 1 | -0/+20 |
|\ |
|
| * | Merge pull request #52 from xranby/bcm.vc.iv-autodetect | Sven Gothel | 2012-09-29 | 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 | 21 | -88/+496 |
|/ |
|
* | Cache XineramaIsEnabled(dpy) per display-name in X11Util minimize triggering ... | Sven Gothel | 2012-09-29 | 2 | -8/+24 |
* | Misc X11: Add GLX_MESA_swap_control; GLXExtensions (private); X11GLXContext c... | Sven Gothel | 2012-09-29 | 10 | -25/+642 |
* | 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 | 6 | -38/+64 |
* | 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 | 3 | -56/+53 |
* | GLXUtil: Lock X11 Device | Sven Gothel | 2012-09-28 | 4 | -49/+98 |
* | FBObject: Clarify reset(..), resetSamplingSink(..) ; Rename syncFramebuffer(.... | Sven Gothel | 2012-09-27 | 4 | -46/+74 |
* | Fix Bug 616: X11: Remove XInitThreads() dependency while cleaning up device l... | Sven Gothel | 2012-09-27 | 38 | -623/+701 |
* | Fix Bug 621, JVM Crashes During X11 Shutdown while closing all unclosed displ...x11_xinitthreads | Sven Gothel | 2012-09-21 | 3 | -25/+47 |
* | 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 | 3 | -7/+9 |
* | MacOSXCGLDrawableFactory: Cannot use shared context to retrieve quirks since ... | Sven Gothel | 2012-09-21 | 2 | -12/+23 |
* | 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 | 20 | -278/+625 |
* | 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 | 3 | -73/+106 |
* | 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 |
* | Make GLBufferStateTracker more robust: Catch GLError on Get(), causes INVALID... | Sven Gothel | 2012-09-20 | 1 | -6/+8 |
* | Fix Bug 612: glVertexAttribIPointer/glVertexAttribLPointer are BufferObjectKi... | Sven Gothel | 2012-09-20 | 1 | -0/+4 |
* | Fix non NIO direct GL semantics: Restrict certain GL function to NIODirectOnl... | Sven Gothel | 2012-09-20 | 1 | -29/+36 |
* | unit test, typo in doc | Sven Gothel | 2012-09-18 | 1 | -2/+1 |
* | Documenting Bug 586 | Sven Gothel | 2012-09-17 | 1 | -0/+172 |
* | Fixes Bug 615 - X11: Use proper screen index/name for shared resources and de... | Sven Gothel | 2012-09-17 | 5 | -10/+35 |
* | Anotate focus tests in regards to OSX stability .. sporadically won't gain fo... | Sven Gothel | 2012-09-17 | 3 | -8/+8 |
* | Analyze crash of shared context each running in multiple threads, disabled te... | Sven Gothel | 2012-09-17 | 3 | -175/+113 |
* | Complete 646714d3dab87396b9a3119bf90ca26e0b1c97ce / Fix Bug 601: Add missing ... | Sven Gothel | 2012-09-16 | 2 | -2/+22 |
* | Fix Bug 601: Harmonize order of key events incl. auto-repeat and adding AUTOR... | Sven Gothel | 2012-09-16 | 14 | -45/+223 |
* | Adding test case for Bug 611: On Windows XP is a performance issue, after JOG... | Sven Gothel | 2012-09-16 | 2 | -5/+87 |
* | OSX: Disable TestSWTAccessor03AWTGLn - NSLocking issues w/ SWT/AWT .. | Sven Gothel | 2012-09-16 | 2 | -61/+74 |
* | Added very basic unit test of 1 GLProfile initialization | Sven Gothel | 2012-09-16 | 1 | -0/+51 |
* | OSX: Capture 'invalid drawable' message cause by NSOpenGLContext::setView(NUL... | Sven Gothel | 2012-09-16 | 9 | -29/+152 |
* | Disable double-buffer mode when offscreen-bitmap is chosen, remove dbl-buff b... | Sven Gothel | 2012-09-16 | 4 | -28/+5 |
* | Merge remote-tracking branch 'xranby/jnlp-arch-armv6' | Sven Gothel | 2012-09-16 | 4 | -10/+20 |
|\ |
|
| * | JNLP: Cache jogl-all-natives and jogl-cg-natives for linux-armv6 and linux-ar... | Xerxes Rånby | 2012-08-22 | 4 | -10/+20 |
* | | Seamless Integration of an FBObject based GLFBODrawable as GLOffscreenAutoDra... | Sven Gothel | 2012-09-15 | 153 | -3716/+8430 |
* | | Fix window mode attribute bit FBO_BIT usage in platform dependent code (map i... | Sven Gothel | 2012-09-08 | 12 | -236/+442 |
* | | NEWT AWT Driver: Remove flashing (clear background @ update/paint method) ; P... | Sven Gothel | 2012-09-07 | 5 | -27/+131 |