aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix FBObject DEPTH_STENCIL renderbuffer usageSven Gothel2012-10-052-43/+51
* UITestCase.snapshot: Add Depth and Stencil bits to filenameSven Gothel2012-10-051-2/+4
* Use helper.isExternalAnimatorAnimating() instead of helper.isAnimatorAnimatin...Sven Gothel2012-10-053-3/+4
* Fix Bug 572 (2nd time): GLCanvas.validateGLDrawable() @ display() and reshape...Sven Gothel2012-10-059-45/+188
* Fix regression of commit fbe331f013608eb31ff0d8675f4e4c9881c9c48b: X11 Displa...Sven Gothel2012-10-051-1/+5
* Fix SWTEDTUtil bug, where it simply doesn't start by an implicit 'invoke()' -...Sven Gothel2012-10-053-5/+18
* OSX Context: Fix caps determination for on-/offscreen since pformat's NSOpenG...Sven Gothel2012-10-041-22/+14
* Footprint Stats ; Fix Bug 624 - Compile and generate android JAR files (jogl-...Sven Gothel2012-10-047-19/+42
* Fix regression of commit a644d779ab19cb1d200ae4ba567b9c042c34b337, cannot com...Sven Gothel2012-10-043-12/+15
* FixedFuncPipeline: Cleanup warnings ..Sven Gothel2012-10-041-7/+7
* ShaderState: Adding Class API doc and removing attached object w/ 'int' key, ...Sven Gothel2012-10-041-22/+12
* Update PMVMatrix/GLMatrixFunc API doc and refine PMVMatrix update / get-Mvi/M...Sven Gothel2012-10-047-269/+1152
* Fix regression of fbe331f013608eb31ff0d8675f4e4c9881c9c48b [Remove XInitThrea...Sven Gothel2012-10-023-16/+8
* Misc: tests.shSven Gothel2012-10-021-6/+5
* NativeWindowFactory: Remove 'remedy' of Bug 613 Commit 92398025abdabb2fdef0d7...Sven Gothel2012-10-022-25/+4
* Misc: Add commented-out NEWT X11/XCB-Event and X11ScreenRandR1[13] compilatio...Sven Gothel2012-10-028-1/+1355
* GLRendererQuirks.NoDoubleBufferedPBuffer: Set if ( mesa || gallium ) && hwAccelSven Gothel2012-10-022-5/+14
* FBObject/GLFBODrawable: Debug / glError detectionSven Gothel2012-10-022-12/+21
* Fix commit fbe331f013608eb31ff0d8675f4e4c9881c9c48b (Bug 616 - Remove XInitTh...Sven Gothel2012-10-022-17/+6
* Relax Bug 613 workaround of commit 92398025abdabb2fdef0d78edd41e730991a6f94Sven Gothel2012-10-0220-108/+113
* JAWTUtil ToolkitLock: Add lock counter to make lock validation recursive (Fix...Sven Gothel2012-09-301-2/+10
* test script: remove deleted unit testSven Gothel2012-09-301-1/+0
* NullToolkitLock.validateLocker(): Throw exception if locking is required (det...Sven Gothel2012-09-302-6/+4
* X11Util: Detailed closing information only in DEBUG mode, just print summarySven Gothel2012-09-301-4/+9
* Merge remote-tracking branch 'origin/master'Sven Gothel2012-09-301-0/+20
|\
| * Merge pull request #52 from xranby/bcm.vc.iv-autodetectSven Gothel2012-09-291-0/+20
| |\
| | * Add braces and fix indentation to conform with jogl coding standards.Xerxes Rånby2012-09-301-2/+4
| | * ".bcm.vc.iv" is enough now -> NEWT agnostic relative package path.Xerxes Rånby2012-09-301-1/+1
| | * _getNativeWindowingType() TYPE_BCM_VC_IV autodetection.Xerxes Rånby2012-09-301-0/+18
| |/
* | Bug 623: X11Util adds property 'nativewindow.debug.X11Util.ATI_HAS_NO_MULTITH...Sven Gothel2012-09-301-1/+6
* | Workaround for Bug 623: Sporadic XCB assertion failures w/ ATI proprietary dr...Sven Gothel2012-09-3021-88/+496
|/
* Cache XineramaIsEnabled(dpy) per display-name in X11Util minimize triggering ...Sven Gothel2012-09-292-8/+24
* Misc X11: Add GLX_MESA_swap_control; GLXExtensions (private); X11GLXContext c...Sven Gothel2012-09-2910-25/+642
* GLContext.makeCurrent(): Clean API docSven Gothel2012-09-291-13/+17
* GLDrawableHelper.init(..): Avoid double reshape if subsequent display issues ...Sven Gothel2012-09-295-7/+10
* Adding Mesa Quirk 'NoSetSwapIntervalPostRetarget': SIGSEGV on setSwapInterval...Sven Gothel2012-09-286-38/+64
* X11 NativeWindow: Fix Error and IOError handler, i.e. NPE checks and no JVM d...Sven Gothel2012-09-282-39/+35
* Texture: Clarifiy API doc of getTextureObject(GL)Sven Gothel2012-09-281-1/+6
* NativeWindow/X11 + NEWT/X11: Cache 'isXineramaEnabled()' to reduce X11 server...Sven Gothel2012-09-285-16/+22
* NEWT X11 ScreenMode: Ignore invalid rotation eventSven Gothel2012-09-283-56/+53
* GLXUtil: Lock X11 DeviceSven Gothel2012-09-284-49/+98
* FBObject: Clarify reset(..), resetSamplingSink(..) ; Rename syncFramebuffer(....Sven Gothel2012-09-274-46/+74
* Fix Bug 616: X11: Remove XInitThreads() dependency while cleaning up device l...Sven Gothel2012-09-2738-623/+701
* Fix Bug 621, JVM Crashes During X11 Shutdown while closing all unclosed displ...x11_xinitthreadsSven Gothel2012-09-213-25/+47
* FBObject: Small cleanup of freeColorbufferImpl(gl, i) -> freeAllColorbufferIm...Sven Gothel2012-09-211-27/+26
* MacOSXCGLContext: Fix missing initialization of 'needsSetContextPBuffer' if n...Sven Gothel2012-09-213-7/+9
* MacOSXCGLDrawableFactory: Cannot use shared context to retrieve quirks since ...Sven Gothel2012-09-212-12/+23
* NativeWindowFactory/NEWT: Use relative sub-package names in NativeWindowFacto...Sven Gothel2012-09-202-8/+15
* Add GLRendererQuirks; Fix shared EGL/ES resources;Sven Gothel2012-09-2020-278/+625
* FBO tests: Add singleBuffer cmd-line option for offscreen-layered tests; FBOM...Sven Gothel2012-09-203-5/+24