aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/jogamp/opengl/egl/EGLDrawableFactory.java
Commit message (Expand)AuthorAgeFilesLines
* GLDrawableFactoryImpl:createMutableSurfaceImpl(..): Pass orig AbstractGraphic...Sven Gothel2023-03-041-5/+6
* GLDrawableFactoryImpl:createDummySurfaceImpl() and createSurfacelessImpl(): P...Sven Gothel2023-03-041-10/+12
* Don't import conditional platform specific 'static' code but fully qualify na...Sven Gothel2023-01-201-11/+5
* Bug 1347: Resolve Merged EGL/Desktop Profile MappingSven Gothel2019-12-281-1/+3
* Bug 1416 - Allow EGLDrawableFactory re-creation after shutdown() - be functionalSven Gothel2019-12-091-0/+1
* Bug 1156, Bug 1401: Disable DesktopGL on EGL w/ DRM/GBM earlier in initializa...Sven Gothel2019-12-051-20/+22
* Bug 1156 - Implement DRM/GBM Support for JOGL(EGL) and NEWTSven Gothel2019-11-281-31/+99
* Bug 1156: GBM: FIXME: Remove scanning for desktop-GL via EGL, see commit e674...Sven Gothel2019-11-221-1/+6
* Bug 1203: OpenGL ES 3.1 NVIDIA 355.06's EGL impl. is unstable requires GLRend...Sven Gothel2015-08-301-2/+2
* Bug 1203: Optimize OpenGL Profile probing/mapping (Skip redundant queries)Sven Gothel2015-08-301-10/+28
* Bug 1203: EGLDrawableFactory.mapAvailableEGLESConfig(..): Add missing close o...Sven Gothel2015-08-291-52/+53
* Bug 1203: Implement regular EGL OpenGL Profile probing (ES* + GL*)Sven Gothel2015-08-291-193/+270
* Bug 1203: Cleanup and Prepare for regular EGL Profile probingSven Gothel2015-08-291-15/+36
* Bug 1203: Refine DEBUG outputSven Gothel2015-08-291-6/+10
* Bug 1203: EGLGraphicsDevice.nativeDisplayID: Differentiate upstream device's ...Sven Gothel2015-08-291-5/+2
* Bug 1203: GLDrawable-Stateless operations in GLContextImpl, using ctxVersion ...Sven Gothel2015-08-291-6/+10
* Bug 1203: SharedResourceRunner.Implementation impl. shall use AbstractGraphic...Sven Gothel2015-08-291-32/+14
* Bug 1062: Utilize 'GLProfile.disableOpenGLDesktop' for EGLDrawableFactory des...Sven Gothel2015-08-051-28/+32
* Bug 1068 - Fix issue w/ unifying Surfaceless probing (commit 2120be14c7525ef0...Sven Gothel2015-02-031-1/+4
* Bug 682 - Relocating javax.media.opengl.* -> com.jogamp.opengl.* (Part 1)Sven Gothel2015-02-021-19/+19
* Bug 1068 - Unify Surfaceless probing; Fix Surfaceless for OSX and Windows (pr...Sven Gothel2015-01-231-67/+56
* Misc Fix: GLContext*; Refine DEBUG output in GLDrawableFactory's createShareR...Sven Gothel2015-01-231-12/+13
* Bug 896: Refine criteria to allow OpenGL API usage for EGLSven Gothel2015-01-231-13/+16
* Simplify GLDrawable[Impl|Factory].getGLDynamicLookupHelper(..)Sven Gothel2015-01-231-6/+11
* Bug 1096 - Expose EGL to public: com.jogamp.opengl.egl.EGL ; EGLDrawableFacto...Sven Gothel2015-01-231-45/+99
* Bug 1068 - Use GenericUpstreamSurfacelessHook for all createSurfacelessImpl(....Sven Gothel2015-01-231-1/+2
* Bug 1068 - Allow GLContext creation and makeCurrent without default framebuff...Sven Gothel2014-12-071-372/+500
* Bug 1068, 1096: Unify EGL surface related code in EGLSurface; Add notion of '...Sven Gothel2014-12-071-13/+33
* Bug 1038 - Allow skipping detection of certain GLProfiles: Skip native core p...Sven Gothel2014-07-291-1/+1
* Fix regression of commit 96d530e7127c89db9991080e6268c6e8430d0619: EGLDisplay...Sven Gothel2014-07-081-1/+1
* Findbugs.not-written.null: Fix referencing non-written fields (never written ...Sven Gothel2014-07-081-8/+8
* Findbugs.minor: Fix 'array -> string', missing argumentSven Gothel2014-07-081-2/+2
* Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e...Sven Gothel2014-07-031-51/+53
* Fix 'typo' in messages: 'Catched' -> 'Caught'Sven Gothel2014-06-281-1/+1
* Bug 948 - Autodetect GLRendererQuirks.SingletonEGLDisplayOnlySven Gothel2014-01-241-6/+17
* Bug 948 - NVIDIA 331.38 (Linux X11) EGL impl. only supports _one_ EGL Display...Sven Gothel2014-01-241-0/+18
* EGLDisplayUtil.eglCreateEGLGraphicsDevice(..): Don't open() device implicit; ...Sven Gothel2014-01-231-26/+20
* Bug 929 - Reflect ES3 Compatibility with ES2Sven Gothel2013-12-211-7/+9
* Bug 925 - Accept an ES3 Context, if reported via GL-Version-String w/o EGL_OP...Sven Gothel2013-12-211-18/+29
* GLDrawableFactory: destroy() -> shutdownImpl() - Add DEBUG output in implemen...Sven Gothel2013-11-281-3/+5
* Bug 890 - Fix GLES3 Profile Mapping, i.e. GL2ES2 queries and mappings; Valida...Sven Gothel2013-11-071-7/+2
* Bug 888 / Bug 891 - Enhance GLCapabilities-Query: Apply changes of commit 613...Sven Gothel2013-11-051-1/+1
* EGLDrawableFactory.createDummySurfaceImpl: fix caps to pbuffer - since we do ...Sven Gothel2013-10-311-1/+1
* Fix Bug 875 - Cleanup branch using VersionNumber (fix 'Int' check strictMatch...Sven Gothel2013-10-301-2/+2
* jogl: remove all trailing whitespaceHarvey Harrison2013-10-171-68/+68
* Remedy for Bug 782: Issue Debug.initSingleton() or Debug.debug(..) before cal...Sven Gothel2013-07-171-1/+6
* Fix OSX GL-core lack of pbuffer: GLDrawableFactory.canCreateGLPbuffer(..) add...Sven Gothel2013-07-171-1/+1
* Add Support for GL 4.3 (Bug 716) and ES 3.0 (Bug 717)Sven Gothel2013-07-151-37/+77
* Security: Apply security changes from GlueGenSven Gothel2013-06-211-6/+6
* Simplify GLDrawableFactory's SharedResource Query Methods; Move WindowsWGLDra...Sven Gothel2013-04-261-53/+31