aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/jogamp/opengl/egl/EGLGraphicsConfigurationFactory.java
Commit message (Expand)AuthorAgeFilesLines
* Fix Bug 866 - Frequent IndexOutOfBoundsException in jogamp.opengl.egl.EGLGrap...Brice Figureau2013-10-231-1/+1
* jogl: add missing @Override annotationsHarvey Harrison2013-10-171-0/+1
* jogl: remove all trailing whitespaceHarvey Harrison2013-10-171-34/+34
* Simplify GLDrawableFactory's SharedResource Query Methods; Move WindowsWGLDra...Sven Gothel2013-04-261-1/+1
* Android: Allow selection of native window formats RGBA8888, RGBX8888 and RGB5...Sven Gothel2013-01-201-2/+10
* EGL/EGLExt Robustness: Use NIODirectOnly for all bindings. For these internal...Sven Gothel2012-10-301-1/+1
* Add GLRendererQuirks; Fix shared EGL/ES resources;Sven Gothel2012-09-201-3/+1
* Fix window mode attribute bit FBO_BIT usage in platform dependent code (map i...Sven Gothel2012-09-081-3/+10
* Fix Capabilities ambiguity and explosion of queried available-list; Add FBO a...Sven Gothel2012-09-071-17/+19
* EGLGraphicsConfigurationFactory: Fix platform w/o GLX but X11 window handle.Sven Gothel2012-08-161-5/+12
* Fix GraphicsConfigurationFactory: Map factory to device-type _and_ capabiliti...Sven Gothel2012-07-241-8/+8
* GLCapabilities Native Aquisition: Set alpha bits at last - due to it's auto s...Sven Gothel2012-07-201-4/+4
* Bug 599 - FBObject / Offscreen Support - Part 1Sven Gothel2012-07-191-35/+30
* EGLGraphicsDevice adds desctruction callback and nativeDisplayID; EGLDisplayU...Sven Gothel2012-07-091-20/+14
* JOGL CapabilitiesChooser-API and impl.: Cleanup using generics: 'List l' -> '...Sven Gothel2012-06-211-6/+6
* EGLGraphicsConfigurationFactory: Add 'unregisterFactory()' static entry allow...Sven Gothel2012-05-011-1/+16
* EGLConfig2Capabilities: Add flag 'forceTransparentFlag' allowing to pass thro...Sven Gothel2012-04-031-14/+15
* Fix EGLConfig re-use w/ different EGLDisplay handle (Triggered w/ Mesa EGL/ES)Sven Gothel2012-03-251-0/+1
* NativeWindow public* reorg 3/3 ; NativeVisualID -> VisualIDHolder incl. prope...Sven Gothel2012-03-061-16/+16
* Complete LOCK_SURFACE_CHANGED ; Introduce NativeVisualID (Daisy chaining *Gra...Sven Gothel2012-03-051-68/+136
* GraphicsConfigurationFactory: Kick off 'registerFactory' via static method in...Sven Gothel2011-11-231-2/+4
* Minor edits / cleanup of GLContext*Sven Gothel2011-10-261-1/+1
* EGL: In case a nativeVisualID is given to match, but none visual IDs are avai...Sven Gothel2011-10-061-2/+8
* Android/EGL: dump all caps, write-back formatSven Gothel2011-10-011-0/+3
* EGL: chooseGraphicsConfigurationStatic() public and w/ optional visualIDSven Gothel2011-09-301-13/+34
* Cleanup: Java Generics Use and Removed Unused MethodsSven Gothel2011-08-241-1/+1
* EGL Fixes ...Sven Gothel2011-08-091-22/+23
* EGL: Collect all avail EGL caps w/o GLProfile preset ; Tolerate failing EGL.e...Sven Gothel2011-07-311-29/+28
* Refine getAvailableGLCapabilitiesImpl (XGL, WGL and EGL): Sort only if size > 1Sven Gothel2011-03-201-1/+1
* 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/+343