aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/jogamp/opengl/egl/EGLDrawableFactory.java
Commit message (Expand)AuthorAgeFilesLines
* Add GLRendererQuirks; Fix shared EGL/ES resources;Sven Gothel2012-09-201-108/+194
* Seamless Integration of an FBObject based GLFBODrawable as GLOffscreenAutoDra...Sven Gothel2012-09-151-129/+34
* Cleanup shutdown mechanism ; Fix X11/ATI SIGV at shutdown ; EGLDisplayUtil: C...Sven Gothel2012-09-071-12/+10
* Fix Capabilities ambiguity and explosion of queried available-list; Add FBO a...Sven Gothel2012-09-071-3/+6
* Fix EGLDrawableFactory ES1/ES2 detection for !pbuffer ; Misc robustness chang...Sven Gothel2012-08-211-48/+126
* NativeWindowFactory.getNativeWindowType(..): Return canonical string represen...Sven Gothel2012-08-181-1/+1
* Fix EGLDrawableFactory.createOffscreenDrawableImpl(NativeSurface): Validate p...Sven Gothel2012-08-171-1/+1
* Fix EGLDrawableFactory.getEGLSurface(..): Catch WrappedSurface case w/ EGLDev...Sven Gothel2012-08-171-1/+8
* EGLDisplayUtil: Workaround (latest) PVR 540 EGL regression where 3nd EGLDispl...Sven Gothel2012-08-161-7/+20
* Bug 599 - FBObject / Offscreen Support - Part 1Sven Gothel2012-07-191-37/+270
* EGLGraphicsDevice adds desctruction callback and nativeDisplayID; EGLDisplayU...Sven Gothel2012-07-091-16/+7
* GLDrawable* cleanup: Add @Override, remove trailing whitespace, ..Sven Gothel2012-06-281-48/+81
* GLProfile/EGLDrawableFactory: Detect ANGLE (Windows D3D ES2 Emulation) and di...Sven Gothel2012-05-011-16/+42
* EGLConfig2Capabilities: Add flag 'forceTransparentFlag' allowing to pass thro...Sven Gothel2012-04-031-1/+1
* NativeWindow public* reorg 3/3 ; NativeVisualID -> VisualIDHolder incl. prope...Sven Gothel2012-03-061-3/+3
* Fix GLWindow/SWT-GLCanvas: set context synchronized ; Misc ChangesSven Gothel2012-03-051-1/+4
* Fix commit 9e66972c193399d6dcdf9e6662f4335bdf15736aSven Gothel2012-02-251-1/+1
* Fix GLProfile/GLDrawableFactory bug: Recursion on default desktop device, sin...Sven Gothel2012-02-251-4/+4
* EGL Display Lifecycle Robustness Patch (impl. workaround)Sven Gothel2012-02-221-3/+3
* OpenGL ES/EGL OverhaulSven Gothel2012-02-131-22/+60
* Fix concurrency bug of GLProfile initialization ; Fix SharedResourceRunner 'd...Sven Gothel2011-12-111-1/+5
* New GLProfile.ShutdownType: SHARED_ONLY / COMPLETE - Enhance/Fix Lifecycle Ma...Sven Gothel2011-12-011-31/+46
* GLDrawableFactory: Implementations lifecycle is handled via constructor/destr...Sven Gothel2011-12-011-11/+26
* More Robust GLProfile Initialization ; Add NativeWindowFactory ShutdownSven Gothel2011-11-301-3/+10
* GraphicsConfigurationFactory: Kick off 'registerFactory' via static method in...Sven Gothel2011-11-231-1/+1
* NativeSurface's getGraphicsConfiguration() returns the native (delegated) Abs...Sven Gothel2011-11-231-1/+1
* NativeWindow: SurfaceChangeable::setSize() -> surfaceSizeChanged() to avoid c...Sven Gothel2011-11-091-1/+1
* Minor edits / cleanup of GLContext*Sven Gothel2011-10-261-8/+5
* EGL: chooseGraphicsConfigurationStatic() public and w/ optional visualIDSven Gothel2011-09-301-1/+1
* Cleanup: Java Generics Use and Removed Unused MethodsSven Gothel2011-08-241-1/+1
* EGL Fixes ...Sven Gothel2011-08-091-4/+7
* GLProfile / eager init: Use relaxed query, if context was created while initi...Sven Gothel2011-08-071-19/+74
* EGL: Set CTX_PROFILE_ES2_COMPAT if ES2; Allow any native device; Don't use li...Sven Gothel2011-07-311-5/+1
* JOGL GLDrawableFactory: Expose experimental method createProxySurface(..) for...Sven Gothel2011-02-281-0/+5
* NativeWindow ProxySurface Abstraction and lock/unlock Surface cleanupSven Gothel2011-02-221-2/+2
* Move implementation private files from com.jogamp.<module>.impl. to jogamp.<m...Sven Gothel2011-02-091-4/+4
* Move implementation private files from com.jogamp.<module>.impl. to jogamp.<m...Sven Gothel2011-02-081-0/+249