aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/jogamp/opengl/egl/EGLDrawable.java
Commit message (Expand)AuthorAgeFilesLines
* Bug 1203: Refine DEBUG outputSven Gothel2015-08-291-1/+5
* Bug 682 - Relocating javax.media.opengl.* -> com.jogamp.opengl.* (Part 1)Sven Gothel2015-02-021-3/+3
* Simplify GLDrawable[Impl|Factory].getGLDynamicLookupHelper(..)Sven Gothel2015-01-231-14/+0
* Bug 1096 - Expose EGL to public: com.jogamp.opengl.egl.EGL ; EGLDrawableFacto...Sven Gothel2015-01-231-1/+1
* Bug 1068, 1096: Unify EGL surface related code in EGLSurface; Add notion of '...Sven Gothel2014-12-071-77/+29
* Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e...Sven Gothel2014-07-031-3/+3
* Bug 742 HiDPI: [Core API Change] Distinguish window-units and pixel-units; Ad...Sven Gothel2014-05-211-2/+2
* Bug 890 - Fix GLES3 Profile Mapping, i.e. GL2ES2 queries and mappings; Valida...Sven Gothel2013-11-071-1/+3
* jogl: add missing @Override annotationsHarvey Harrison2013-10-171-0/+1
* jogl: remove all trailing whitespaceHarvey Harrison2013-10-171-10/+10
* GLDrawable: Refine API doc; GLDrawableImpl: Balance createHandle()/destroyHan...Sven Gothel2013-04-101-2/+2
* Seamless Integration of an FBObject based GLFBODrawable as GLOffscreenAutoDra...Sven Gothel2012-09-151-79/+56
* EGLDisplayUtil: Workaround (latest) PVR 540 EGL regression where 3nd EGLDispl...Sven Gothel2012-08-161-14/+19
* Bug 599 - FBObject / Offscreen Support - Part 1Sven Gothel2012-07-191-141/+73
* EGLGraphicsDevice adds desctruction callback and nativeDisplayID; EGLDisplayU...Sven Gothel2012-07-091-40/+34
* Misc cleanup: Add @Override, remove trailing whitespaceSven Gothel2012-06-271-12/+19
* EGLConfig2Capabilities: Add flag 'forceTransparentFlag' allowing to pass thro...Sven Gothel2012-04-031-1/+1
* Fix EGLConfig re-use w/ different EGLDisplay handle (Triggered w/ Mesa EGL/ES)Sven Gothel2012-03-251-5/+17
* NativeWindow public* reorg 3/3 ; NativeVisualID -> VisualIDHolder incl. prope...Sven Gothel2012-03-061-13/+4
* Complete LOCK_SURFACE_CHANGED ; Introduce NativeVisualID (Daisy chaining *Gra...Sven Gothel2012-03-051-32/+38
* Software Rasterizer: Add 'Mesa X11' to GL_RENDERER list. EGLDrawable: Remove ...Sven Gothel2012-02-291-7/+7
* EGL Display Lifecycle Robustness Patch (impl. workaround)Sven Gothel2012-02-221-4/+4
* DEBUG Output: More thread-names to drawable/context lifecycle; Remove massive...Sven Gothel2012-02-221-11/+14
* EGLDrawable: use the original requested Capabilities, ignore previously chose...Sven Gothel2012-02-221-3/+2
* OpenGL ES/EGL OverhaulSven Gothel2012-02-131-1/+17
* NativeSurface's getGraphicsConfiguration() returns the native (delegated) Abs...Sven Gothel2011-11-231-1/+1
* JOGL *Drawable swapBufferImpl() cleanup: Don't force swap-buffer off for offs...Sven Gothel2011-11-061-0/+10
* EGL Fixes ...Sven Gothel2011-08-091-2/+0
* EGLDrawable.setRealized(true) - no update gfx-config if we already have prope...Sven Gothel2011-08-071-10/+9
* Refine some DEBUG code (verbosity)Sven Gothel2011-08-011-4/+10
* EGL: Collect all avail EGL caps w/o GLProfile preset ; Tolerate failing EGL.e...Sven Gothel2011-07-311-10/+10
* Move implementation private files from com.jogamp.<module>.impl. to jogamp.<m...Sven Gothel2011-02-091-3/+3
* Move implementation private files from com.jogamp.<module>.impl. to jogamp.<m...Sven Gothel2011-02-081-0/+232