index
:
jogl.git
1.x-maint
2.1-maint
BLACKBIRD
JOGL_2_SANDBOX
JSR-231
MIPS_PORT
Sun_Microsystem
b01
b202_gl44
b22x
bug1294
bug1398
egl-gbm
glctx_deadlock
ios
java11
javafx
jogl-1-1-temp-branch
master
merging
new_gl_headers
pulled
rc
rc_five
tegra-graph-shader_dosplit_dodiscard-freeze
tegra-graph-shader_dosplit_nodiscard-ok
tegra-graph-shader_nosplit_dodiscard_original-freeze
tegra-graph-shader_nosplit_nodiscard-errorP1202
travis
v2.0-rc2-maintenance
v2.3.1_winexe
x11_xinitthreads
xcb-test
JOGL repository on http://jogamp.org/ ;
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
jogl
/
classes
/
jogamp
/
opengl
/
egl
Commit message (
Expand
)
Author
Age
Files
Lines
*
GLDrawableFactoryImpl:createMutableSurfaceImpl(..): Pass orig AbstractGraphic...
Sven Gothel
2023-03-04
1
-5
/
+6
*
GLDrawableFactoryImpl:createDummySurfaceImpl() and createSurfacelessImpl(): P...
Sven Gothel
2023-03-04
1
-10
/
+12
*
EGLGraphicsDevice: Cleanup and enhance API doc for clarity ...
Sven Gothel
2023-03-04
1
-8
/
+8
*
Drop redundant NativeWindowFactory.getDefaultToolkitLock(type, deviceHandle) ...
Sven Gothel
2023-03-02
1
-3
/
+3
*
Don't import conditional platform specific 'static' code but fully qualify na...
Sven Gothel
2023-01-20
1
-11
/
+5
*
Bug 1347: Resolve Merged EGL/Desktop Profile Mapping
Sven Gothel
2019-12-28
2
-3
/
+9
*
Bug 1156 Regression (Bug 1417): Probe whether 'eglGetPlatformDisplay(..)' is ...
Sven Gothel
2019-12-25
1
-1
/
+37
*
Bug 1156: NEWT WindowDriver: Handle case with requested CapabilitiesImmutable...
Sven Gothel
2019-12-09
1
-0
/
+19
*
Bug 1416 - Allow EGLDrawableFactory re-creation after shutdown() - be functional
Sven Gothel
2019-12-09
1
-0
/
+1
*
Bug 1156, Bug 1401: Disable DesktopGL on EGL w/ DRM/GBM earlier in initializa...
Sven Gothel
2019-12-05
1
-20
/
+22
*
VC4: Only load Broadcom EGL driver when guessVCIVUsed
Xerxes Rånby
2019-12-04
2
-40
/
+36
*
VC4: Broadcom uses libbrcmEGL.so, libbrcmGLESv2.so, libbrcmOpenVG.so and libb...
Xerxes Rånby
2019-12-02
2
-3
/
+17
*
Bug 1156: Using EGL.eglCreatePlatformWindowSurface(..) crashes on NVIDIA 430....
Sven Gothel
2019-11-28
1
-1
/
+4
*
Bug 1156 - Implement DRM/GBM Support for JOGL(EGL) and NEWT
Sven Gothel
2019-11-28
4
-40
/
+127
*
Bug 1156: GBM: Bring up incl GL rendering (TODO: GBM working page flip / sync)
Sven Gothel
2019-11-23
1
-13
/
+20
*
Bug 1156: EGL-GBM: Fix NativeWindowFactory native-window-type query according...
Sven Gothel
2019-11-22
1
-1
/
+1
*
Bug 1156: EGL-GBM: [Re]use EGL Platform type for eglCreatePlatformWindowSurfa...
Sven Gothel
2019-11-22
2
-35
/
+66
*
Bug 1156: GBM: FIXME: Remove scanning for desktop-GL via EGL, see commit e674...
Sven Gothel
2019-11-22
1
-1
/
+6
*
Bug 1156: EGL-GBM: Fix Cleanup (Newt package relocation / hack default GBM)
Sven Gothel
2019-11-21
1
-4
/
+5
*
Bug 1156: EGL-GBM: Cleanup Code & Replace Newt GBM implementation
Sven Gothel
2019-11-21
1
-11
/
+18
*
detect gbm platform on linux when no other display server is running
Erik De Rijcke
2019-11-21
1
-1
/
+22
*
Bug 1392: Simplify CapabilitiesFilter: Criteria -> Test, remove RemovalCriter...
Sven Gothel
2019-09-07
1
-5
/
+5
*
Bug 1391 Bug 1392: Implement GLRendererQuirks DontChooseFBConfigBestMatch and...
Sven Gothel
2019-09-07
1
-36
/
+52
*
iOS: Initial working commit supporting iOS (ipad pro 11)
Sven Gothel
2019-06-23
1
-1
/
+1
*
Bug 1290: Expand query whether BCM IV is being used, exclude '/dev/dri/card0'
rc
pulled
Sven Gothel
2018-01-16
1
-9
/
+9
*
Change library search order for Broadcom VC IV graphics
gohai
2017-02-16
1
-1
/
+17
*
Bug 1202: Fix vsync regression on OSX when using CALayer
Sven Gothel
2015-09-01
1
-1
/
+2
*
Bug 1203: Add missing constraints in desktop *GLContext.create* methods: Bail...
Sven Gothel
2015-08-30
1
-1
/
+1
*
Bug 1203: OpenGL ES 3.1 NVIDIA 355.06's EGL impl. is unstable requires GLRend...
Sven Gothel
2015-08-30
1
-2
/
+2
*
Bug 1203: Optimize OpenGL Profile probing/mapping (Skip redundant queries)
Sven Gothel
2015-08-30
2
-13
/
+30
*
Bug 1202 (related): Fix SEMVER regressions mostly due to Bug 1202 commits (ad...
Sven Gothel
2015-08-29
1
-1
/
+1
*
Bug 1203: EGLDrawableFactory.mapAvailableEGLESConfig(..): Add missing close o...
Sven Gothel
2015-08-29
1
-52
/
+53
*
Bug 1203: Implement regular EGL OpenGL Profile probing (ES* + GL*)
Sven Gothel
2015-08-29
2
-234
/
+291
*
Bug 1203: Cleanup and Prepare for regular EGL Profile probing
Sven Gothel
2015-08-29
2
-22
/
+42
*
Bug 1203: Refine DEBUG output
Sven Gothel
2015-08-29
5
-12
/
+46
*
Bug 1203: EGLGraphicsDevice.nativeDisplayID: Differentiate upstream device's ...
Sven Gothel
2015-08-29
3
-6
/
+19
*
Bug 1203: GLDrawable-Stateless operations in GLContextImpl, using ctxVersion ...
Sven Gothel
2015-08-29
2
-9
/
+16
*
Bug 1203: SharedResourceRunner.Implementation impl. shall use AbstractGraphic...
Sven Gothel
2015-08-29
1
-32
/
+14
*
Bug 1202 - Add support of Adaptive Vsync via [GLX|WGL]_EXT_swap_control_tear
Sven Gothel
2015-08-27
1
-4
/
+12
*
Bug 1062: Utilize 'GLProfile.disableOpenGLDesktop' for EGLDrawableFactory des...
Sven Gothel
2015-08-05
1
-28
/
+32
*
Bug 1150 - Fix GLContextImpl.createImpl(..) NoARBCreateContext and '!ARB GL >...
Sven Gothel
2015-03-26
1
-12
/
+22
*
Bug 1135 - Cleanup: Remove GL_NV_vertex_array_range extension support in GLCo...
Sven Gothel
2015-03-06
1
-11
/
+0
*
Bug 1068 - Fix issue w/ unifying Surfaceless probing (commit 2120be14c7525ef0...
Sven Gothel
2015-02-03
1
-1
/
+4
*
Bug 682 - Relocating javax.media.opengl.* -> com.jogamp.opengl.* (Part 1)
Sven Gothel
2015-02-02
11
-88
/
+88
*
GLContextImpl.makeCurrentImpl(): Remove redundant test whether context is alr...
Sven Gothel
2015-01-23
1
-10
/
+8
*
Bug 1068 - Unify Surfaceless probing; Fix Surfaceless for OSX and Windows (pr...
Sven Gothel
2015-01-23
1
-67
/
+56
*
Misc Fix: GLContext*; Refine DEBUG output in GLDrawableFactory's createShareR...
Sven Gothel
2015-01-23
1
-12
/
+13
*
Bug 896: Refine criteria to allow OpenGL API usage for EGL
Sven Gothel
2015-01-23
3
-26
/
+50
*
Simplify GLDrawable[Impl|Factory].getGLDynamicLookupHelper(..)
Sven Gothel
2015-01-23
2
-20
/
+11
*
Bug 1038: Refine handling of GLRendererQuirks.NoARBCreateContext
Sven Gothel
2015-01-23
1
-23
/
+24
[next]