summaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/jogamp/opengl/egl
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
* EGLGraphicsDevice: Cleanup and enhance API doc for clarity ...Sven Gothel2023-03-041-8/+8
* Drop redundant NativeWindowFactory.getDefaultToolkitLock(type, deviceHandle) ...Sven Gothel2023-03-021-3/+3
* 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-282-3/+9
* Bug 1156 Regression (Bug 1417): Probe whether 'eglGetPlatformDisplay(..)' is ...Sven Gothel2019-12-251-1/+37
* Bug 1156: NEWT WindowDriver: Handle case with requested CapabilitiesImmutable...Sven Gothel2019-12-091-0/+19
* 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
* VC4: Only load Broadcom EGL driver when guessVCIVUsedXerxes Rånby2019-12-042-40/+36
* VC4: Broadcom uses libbrcmEGL.so, libbrcmGLESv2.so, libbrcmOpenVG.so and libb...Xerxes Rånby2019-12-022-3/+17
* Bug 1156: Using EGL.eglCreatePlatformWindowSurface(..) crashes on NVIDIA 430....Sven Gothel2019-11-281-1/+4
* Bug 1156 - Implement DRM/GBM Support for JOGL(EGL) and NEWTSven Gothel2019-11-284-40/+127
* Bug 1156: GBM: Bring up incl GL rendering (TODO: GBM working page flip / sync)Sven Gothel2019-11-231-13/+20
* Bug 1156: EGL-GBM: Fix NativeWindowFactory native-window-type query according...Sven Gothel2019-11-221-1/+1
* Bug 1156: EGL-GBM: [Re]use EGL Platform type for eglCreatePlatformWindowSurfa...Sven Gothel2019-11-222-35/+66
* Bug 1156: GBM: FIXME: Remove scanning for desktop-GL via EGL, see commit e674...Sven Gothel2019-11-221-1/+6
* Bug 1156: EGL-GBM: Fix Cleanup (Newt package relocation / hack default GBM)Sven Gothel2019-11-211-4/+5
* Bug 1156: EGL-GBM: Cleanup Code & Replace Newt GBM implementationSven Gothel2019-11-211-11/+18
* detect gbm platform on linux when no other display server is runningErik De Rijcke2019-11-211-1/+22
* Bug 1392: Simplify CapabilitiesFilter: Criteria -> Test, remove RemovalCriter...Sven Gothel2019-09-071-5/+5
* Bug 1391 Bug 1392: Implement GLRendererQuirks DontChooseFBConfigBestMatch and...Sven Gothel2019-09-071-36/+52
* iOS: Initial working commit supporting iOS (ipad pro 11)Sven Gothel2019-06-231-1/+1
* Bug 1290: Expand query whether BCM IV is being used, exclude '/dev/dri/card0'rcpulledSven Gothel2018-01-161-9/+9
* Change library search order for Broadcom VC IV graphicsgohai2017-02-161-1/+17
* Bug 1202: Fix vsync regression on OSX when using CALayerSven Gothel2015-09-011-1/+2
* Bug 1203: Add missing constraints in desktop *GLContext.create* methods: Bail...Sven Gothel2015-08-301-1/+1
* 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-302-13/+30
* Bug 1202 (related): Fix SEMVER regressions mostly due to Bug 1202 commits (ad...Sven Gothel2015-08-291-1/+1
* 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-292-234/+291
* Bug 1203: Cleanup and Prepare for regular EGL Profile probingSven Gothel2015-08-292-22/+42
* Bug 1203: Refine DEBUG outputSven Gothel2015-08-295-12/+46
* Bug 1203: EGLGraphicsDevice.nativeDisplayID: Differentiate upstream device's ...Sven Gothel2015-08-293-6/+19
* Bug 1203: GLDrawable-Stateless operations in GLContextImpl, using ctxVersion ...Sven Gothel2015-08-292-9/+16
* Bug 1203: SharedResourceRunner.Implementation impl. shall use AbstractGraphic...Sven Gothel2015-08-291-32/+14
* Bug 1202 - Add support of Adaptive Vsync via [GLX|WGL]_EXT_swap_control_tearSven Gothel2015-08-271-4/+12
* Bug 1062: Utilize 'GLProfile.disableOpenGLDesktop' for EGLDrawableFactory des...Sven Gothel2015-08-051-28/+32
* Bug 1150 - Fix GLContextImpl.createImpl(..) NoARBCreateContext and '!ARB GL >...Sven Gothel2015-03-261-12/+22
* Bug 1135 - Cleanup: Remove GL_NV_vertex_array_range extension support in GLCo...Sven Gothel2015-03-061-11/+0
* 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-0211-88/+88
* GLContextImpl.makeCurrentImpl(): Remove redundant test whether context is alr...Sven Gothel2015-01-231-10/+8
* 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-233-26/+50
* Simplify GLDrawable[Impl|Factory].getGLDynamicLookupHelper(..)Sven Gothel2015-01-232-20/+11
* Bug 1038: Refine handling of GLRendererQuirks.NoARBCreateContextSven Gothel2015-01-231-23/+24