| Commit message (Expand) | Author | Age | Files | Lines |
* | Bug 929 - Reflect ES3 Compatibility with ES2 | Sven Gothel | 2013-12-21 | 1 | -7/+9 |
* | Bug 925 - Accept an ES3 Context, if reported via GL-Version-String w/o EGL_OP... | Sven Gothel | 2013-12-21 | 1 | -18/+29 |
* | GLDrawableFactory: destroy() -> shutdownImpl() - Add DEBUG output in implemen... | Sven Gothel | 2013-11-28 | 1 | -3/+5 |
* | Bug 890 - Fix GLES3 Profile Mapping, i.e. GL2ES2 queries and mappings; Valida... | Sven Gothel | 2013-11-07 | 1 | -7/+2 |
* | Bug 888 / Bug 891 - Enhance GLCapabilities-Query: Apply changes of commit 613... | Sven Gothel | 2013-11-05 | 1 | -1/+1 |
* | EGLDrawableFactory.createDummySurfaceImpl: fix caps to pbuffer - since we do ... | Sven Gothel | 2013-10-31 | 1 | -1/+1 |
* | Fix Bug 875 - Cleanup branch using VersionNumber (fix 'Int' check strictMatch... | Sven Gothel | 2013-10-30 | 1 | -2/+2 |
* | jogl: remove all trailing whitespace | Harvey Harrison | 2013-10-17 | 1 | -68/+68 |
* | Remedy for Bug 782: Issue Debug.initSingleton() or Debug.debug(..) before cal... | Sven Gothel | 2013-07-17 | 1 | -1/+6 |
* | Fix OSX GL-core lack of pbuffer: GLDrawableFactory.canCreateGLPbuffer(..) add... | Sven Gothel | 2013-07-17 | 1 | -1/+1 |
* | Add Support for GL 4.3 (Bug 716) and ES 3.0 (Bug 717) | Sven Gothel | 2013-07-15 | 1 | -37/+77 |
* | Security: Apply security changes from GlueGen | Sven Gothel | 2013-06-21 | 1 | -6/+6 |
* | Simplify GLDrawableFactory's SharedResource Query Methods; Move WindowsWGLDra... | Sven Gothel | 2013-04-26 | 1 | -53/+31 |
* | Fix Bug 720: Unify all platform specific GLContextImpl specializations; Fix B... | Sven Gothel | 2013-04-18 | 1 | -11/+0 |
* | Fix Bug 705 - Cleanup & Generalize Commit 5b47372590ec715647ebbd75d70c41ec7a6... | Sven Gothel | 2013-04-16 | 1 | -0/+12 |
* | Debug Messages: Unify getThreadName() usage and 'Catched Exception' messages | Sven Gothel | 2013-04-10 | 1 | -4/+2 |
* | Bug 713: Handle broken EGL setup - Catch all Exception types, not only Jogamp... | Sven Gothel | 2013-04-05 | 1 | -2/+1 |
* | EGL/EGLExt Robustness: Use NIODirectOnly for all bindings. For these internal... | Sven Gothel | 2012-10-30 | 1 | -3/+3 |
* | Fix commit 48bcceaf611a17bb3795aa9fe25a0e0c726879f7, EGLDrawableFactory's ES1... | Sven Gothel | 2012-10-19 | 1 | -1/+0 |
* | EGLDrawableFactory: Detect ES1 implementation within ES2 library, if not foun... | Sven Gothel | 2012-10-19 | 1 | -2/+16 |
* | Fix Windows ANGLE Workaround Regression of commit 923d9dd7f1d40db72d35ca76a76... | Sven Gothel | 2012-10-13 | 1 | -10/+21 |
* | Relax Bug 613 workaround of commit 92398025abdabb2fdef0d78edd41e730991a6f94 | Sven Gothel | 2012-10-02 | 1 | -4/+4 |
* | Add GLRendererQuirks; Fix shared EGL/ES resources; | Sven Gothel | 2012-09-20 | 1 | -108/+194 |
* | Seamless Integration of an FBObject based GLFBODrawable as GLOffscreenAutoDra... | Sven Gothel | 2012-09-15 | 1 | -129/+34 |
* | Cleanup shutdown mechanism ; Fix X11/ATI SIGV at shutdown ; EGLDisplayUtil: C... | Sven Gothel | 2012-09-07 | 1 | -12/+10 |
* | Fix Capabilities ambiguity and explosion of queried available-list; Add FBO a... | Sven Gothel | 2012-09-07 | 1 | -3/+6 |
* | Fix EGLDrawableFactory ES1/ES2 detection for !pbuffer ; Misc robustness chang... | Sven Gothel | 2012-08-21 | 1 | -48/+126 |
* | NativeWindowFactory.getNativeWindowType(..): Return canonical string represen... | Sven Gothel | 2012-08-18 | 1 | -1/+1 |
* | Fix EGLDrawableFactory.createOffscreenDrawableImpl(NativeSurface): Validate p... | Sven Gothel | 2012-08-17 | 1 | -1/+1 |
* | Fix EGLDrawableFactory.getEGLSurface(..): Catch WrappedSurface case w/ EGLDev... | Sven Gothel | 2012-08-17 | 1 | -1/+8 |
* | EGLDisplayUtil: Workaround (latest) PVR 540 EGL regression where 3nd EGLDispl... | Sven Gothel | 2012-08-16 | 1 | -7/+20 |
* | Bug 599 - FBObject / Offscreen Support - Part 1 | Sven Gothel | 2012-07-19 | 1 | -37/+270 |
* | EGLGraphicsDevice adds desctruction callback and nativeDisplayID; EGLDisplayU... | Sven Gothel | 2012-07-09 | 1 | -16/+7 |
* | GLDrawable* cleanup: Add @Override, remove trailing whitespace, .. | Sven Gothel | 2012-06-28 | 1 | -48/+81 |
* | GLProfile/EGLDrawableFactory: Detect ANGLE (Windows D3D ES2 Emulation) and di... | Sven Gothel | 2012-05-01 | 1 | -16/+42 |
* | EGLConfig2Capabilities: Add flag 'forceTransparentFlag' allowing to pass thro... | Sven Gothel | 2012-04-03 | 1 | -1/+1 |
* | NativeWindow public* reorg 3/3 ; NativeVisualID -> VisualIDHolder incl. prope... | Sven Gothel | 2012-03-06 | 1 | -3/+3 |
* | Fix GLWindow/SWT-GLCanvas: set context synchronized ; Misc Changes | Sven Gothel | 2012-03-05 | 1 | -1/+4 |
* | Fix commit 9e66972c193399d6dcdf9e6662f4335bdf15736a | Sven Gothel | 2012-02-25 | 1 | -1/+1 |
* | Fix GLProfile/GLDrawableFactory bug: Recursion on default desktop device, sin... | Sven Gothel | 2012-02-25 | 1 | -4/+4 |
* | EGL Display Lifecycle Robustness Patch (impl. workaround) | Sven Gothel | 2012-02-22 | 1 | -3/+3 |
* | OpenGL ES/EGL Overhaul | Sven Gothel | 2012-02-13 | 1 | -22/+60 |
* | Fix concurrency bug of GLProfile initialization ; Fix SharedResourceRunner 'd... | Sven Gothel | 2011-12-11 | 1 | -1/+5 |
* | New GLProfile.ShutdownType: SHARED_ONLY / COMPLETE - Enhance/Fix Lifecycle Ma... | Sven Gothel | 2011-12-01 | 1 | -31/+46 |
* | GLDrawableFactory: Implementations lifecycle is handled via constructor/destr... | Sven Gothel | 2011-12-01 | 1 | -11/+26 |
* | More Robust GLProfile Initialization ; Add NativeWindowFactory Shutdown | Sven Gothel | 2011-11-30 | 1 | -3/+10 |
* | GraphicsConfigurationFactory: Kick off 'registerFactory' via static method in... | Sven Gothel | 2011-11-23 | 1 | -1/+1 |
* | NativeSurface's getGraphicsConfiguration() returns the native (delegated) Abs... | Sven Gothel | 2011-11-23 | 1 | -1/+1 |
* | NativeWindow: SurfaceChangeable::setSize() -> surfaceSizeChanged() to avoid c... | Sven Gothel | 2011-11-09 | 1 | -1/+1 |
* | Minor edits / cleanup of GLContext* | Sven Gothel | 2011-10-26 | 1 | -8/+5 |