| Commit message (Expand) | Author | Age | Files | Lines |
* | iOS: EAGLLayer FBO w/ DEPTH buffer workaround 1 | Sven Gothel | 2019-06-24 | 1 | -0/+10 |
* | iOS: Clean up promotion of EAGLLayer use down to FBObject | Sven Gothel | 2019-06-24 | 1 | -3/+31 |
* | iOS: Initial working commit supporting iOS (ipad pro 11) | Sven Gothel | 2019-06-23 | 1 | -3/+3 |
* | Bug 682 - Relocating javax.media.opengl.* -> com.jogamp.opengl.* (Part 1) | Sven Gothel | 2015-02-02 | 1 | -10/+10 |
* | Simplify GLDrawable[Impl|Factory].getGLDynamicLookupHelper(..) | Sven Gothel | 2015-01-23 | 1 | -5/+0 |
* | Bug 1068 - Allow GLContext creation and makeCurrent without default framebuff... | Sven Gothel | 2014-12-07 | 1 | -3/+10 |
* | Use ExceptionUtils.dumpStack(..) instead of Thread.dumpStack() | Sven Gothel | 2014-10-26 | 1 | -3/+4 |
* | Bug 1066: Reduce glGetError() in FBObject / GLFBODrawableImpl | Sven Gothel | 2014-09-21 | 1 | -2/+2 |
* | Bug 1073: FBObject/GLFBODrawable: Remove deprecated methods | Sven Gothel | 2014-09-20 | 1 | -2/+2 |
* | FBObject: Fix depth- and stencil bit count selection for attachRenderbuffer(..); | Sven Gothel | 2014-09-20 | 1 | -19/+24 |
* | FBObject: Simplify API (init/reset); Only issue automatic resetSamplingSink(.... | Sven Gothel | 2014-09-20 | 1 | -3/+3 |
* | New GLRendererQuirks.BuggyColorRenderbuffer: On Mesa 7.2 software, FBO color ... | Sven Gothel | 2014-09-19 | 1 | -1/+8 |
* | GLFBODrawableImpl: Utilize common self-contained setupFBO(..) method for FBO ... | Sven Gothel | 2014-09-18 | 1 | -81/+74 |
* | Bug 1020 - First MSAA FBO frame on a mac osx nvidia card not antialiased | Sven Gothel | 2014-08-31 | 1 | -2/+12 |
* | Bug 1039 - Specify behavior of GLEventListener Exceptions occurring while GLA... | Sven Gothel | 2014-07-31 | 1 | -2/+2 |
* | Bug 1037 - FBObject/GLFBODrawable: Do not assume using a TextureAttachment fo... | Sven Gothel | 2014-07-28 | 1 | -21/+66 |
* | Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e... | Sven Gothel | 2014-07-03 | 1 | -28/+29 |
* | Bug 742 HiDPI: [Core API Change] Distinguish window-units and pixel-units: Re... | Sven Gothel | 2014-05-22 | 1 | -2/+2 |
* | Bug 742 HiDPI: [Core API Change] Distinguish window-units and pixel-units; Ad... | Sven Gothel | 2014-05-21 | 1 | -6/+6 |
* | Minor edits: Fix comments / API-docs | Sven Gothel | 2014-05-19 | 1 | -2/+2 |
* | GLContextImpl/GLDrawableImpl.getDefaultReadBuffer(..): Pass hint whether dedi... | Sven Gothel | 2014-02-18 | 1 | -1/+3 |
* | Misc Cleanup: JAWTWindow: Reusing visible in HIERARCHY listener; Remove obsol... | Sven Gothel | 2014-01-11 | 1 | -2/+2 |
* | jogl: remove all trailing whitespace | Harvey Harrison | 2013-10-17 | 1 | -71/+71 |
* | TiledPrintingAWTBase: Fix scaling - Fit frame to page, add MSAA RenderingHint... | Sven Gothel | 2013-09-07 | 1 | -1/+1 |
* | GLFBODrawableImpl.initialize(): Unrealize when already unrealized shall not t... | Sven Gothel | 2013-08-10 | 1 | -1/+8 |
* | Remedy for Bug 782: Issue Debug.initSingleton() or Debug.debug(..) before cal... | Sven Gothel | 2013-07-17 | 1 | -2/+8 |
* | GLFBODrawableImpl: Fix swap criteria, i.e. don't swap in contextMadeCurrent(f... | Sven Gothel | 2013-06-17 | 1 | -10/+17 |
* | FBObject.init() uses safe 1x1 size like reset(..) to behave equal; GLFBODrawa... | Sven Gothel | 2013-04-12 | 1 | -17/+16 |
* | Debug Messages: Unify getThreadName() usage and 'Catched Exception' messages | Sven Gothel | 2013-04-10 | 1 | -1/+1 |
* | Bug 665: Allow re-association of GLContext/GLEventListener to a GLDrawable (P... | Sven Gothel | 2013-03-13 | 1 | -5/+9 |
* | FBObject/GLFBODrawableImpl: Silence stderr if not in DEBUG mode relying on ap... | Sven Gothel | 2013-01-26 | 1 | -16/+19 |
* | Cleanup GLContext special entries: getOffscreenContextPixelDataType(), getOff... | Sven Gothel | 2012-12-15 | 1 | -0/+14 |
* | GLFBODrawableImpl: Following suit w/ commit b83b068c0f426f24a58e2bd9f52de9ebd... | Sven Gothel | 2012-11-06 | 1 | -1/+1 |
* | FBO ResetQuirk: Dump only brief information (OS, GL, JOGL sha1), the latter b... | Sven Gothel | 2012-10-13 | 1 | -5/+11 |
* | Fix Bug 617 (part2): Workaround buggy GPU driver where FBO reattachment of Co... | Sven Gothel | 2012-10-06 | 1 | -22/+43 |
* | Refine ed7d5f2e3fc696d47b10c8d62a071643bf385588, set and restore FBO caps @ s... | Sven Gothel | 2012-10-05 | 1 | -7/+12 |
* | FBO/Offscreen: Use most simple GLCapabilities for GLFBODrawableImpl's underly... | Sven Gothel | 2012-10-05 | 1 | -18/+24 |
* | FBObject/GLFBODrawable: Debug / glError detection | Sven Gothel | 2012-10-02 | 1 | -4/+10 |
* | FBObject: Clarify reset(..), resetSamplingSink(..) ; Rename syncFramebuffer(.... | Sven Gothel | 2012-09-27 | 1 | -4/+4 |
* | GLFBODrawableImpl: Fix garbage @ swap, add [disabled] reset-quirk for testing | Sven Gothel | 2012-09-20 | 1 | -17/+48 |
* | Seamless Integration of an FBObject based GLFBODrawable as GLOffscreenAutoDra... | Sven Gothel | 2012-09-15 | 1 | -81/+415 |
* | Robostness: GLDrawableImpl's contextMadeCurrent()/contextRealized() ; GLFBODr... | Sven Gothel | 2012-08-17 | 1 | -1/+5 |
* | Bug 599 - FBObject / Offscreen Support - Part 1 | Sven Gothel | 2012-07-19 | 1 | -0/+138 |