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
Commit message (
Expand
)
Author
Age
Files
Lines
*
X11GLXContext.getPlatformExtensionsStringImpl(): Add comment from pull reques...
Sven Gothel
2023-01-16
1
-0
/
+4
*
Merge pull request #107 from ndjojo/platform-extensions
Sven Gothel
2023-01-16
1
-10
/
+2
|
\
|
*
Update X11GLXContext.java
ndjojo
2021-01-20
1
-10
/
+2
*
|
Fix GLProfile GL2 Mapping: Only use GL3bc is available, add additional GLCont...
Sven Gothel
2023-01-15
1
-1
/
+11
*
|
Moved GlueGen's PlatformPropsImpl's static OSXVersion to GLContextImpl.MacOSV...
Sven Gothel
2023-01-15
2
-6
/
+29
*
|
Replace AccessController.doPrivileged() w/ SecurityUtil.doPrivileged() - via ...
Sven Gothel
2023-01-14
1
-2
/
+2
*
|
Replace AccessController.doPrivileged() w/ SecurityUtil.doPrivileged()
Sven Gothel
2023-01-14
14
-34
/
+35
*
|
MacOS: MacOSXCGLContext.drawableUpdatedNotify(): Issue updateContext() on mai...
Sven Gothel
2023-01-14
2
-30
/
+27
*
|
MacOS: MacOSXCGLContext.NSOpenGLImpl.release(): Don't wait for releasing cont...
Sven Gothel
2023-01-14
1
-1
/
+2
*
|
MacOS: MacOSXCGLContext: Simplify version flags, remove Tiger, add Mojave.
Sven Gothel
2023-01-14
1
-6
/
+20
|
/
*
Fix 'typo' in branching, valid config index is >= 0 (not < 0)
Sven Gothel
2020-06-15
1
-1
/
+1
*
Bug 1398: MacOSXCGLContext: Ensure AWT is available before using it when quer...
Sven Gothel
2020-04-06
1
-5
/
+12
*
Bug 1398: Avoid AWT-AppKit blocking feedback flush deadlock and SetNSViewCmd ...
Sven Gothel
2020-04-06
1
-28
/
+60
*
Bug 1398: Ensure CGLContext lock will be acquired before leaving user makeCur...
Sven Gothel
2020-03-05
1
-25
/
+106
*
Bug 1398: MacOS: Perform [NSOpenGLContext setView:] on main-thread async w/o ...
Sven Gothel
2020-02-24
2
-130
/
+234
*
Bug 1374: NEWT/AWT: Annotation regarding general High-DPI for even non native...
Sven Gothel
2020-01-17
1
-0
/
+6
*
SWT GLCanvas: Fix NPE in DEBUG mode; NewtCanvasSWT: Resurect comment in setBo...
Sven Gothel
2020-01-06
1
-1
/
+3
*
Bug 1358: GLCanvas: Call new OSXUtil.SetWindowPixelScale(..) when GLCanvas ge...
Sven Gothel
2020-01-05
1
-1
/
+14
*
Bug 1420: Add FFMpeg 4.* versioned lib-names and provide optional internal li...
Sven Gothel
2020-01-03
2
-59
/
+153
*
Bug 1312: GLContextShareSet: Utilize WeakIdentityHashMap for shareMap and its...
Sven Gothel
2019-12-31
1
-2
/
+3
*
Bug 1312: GLContextShareSet Cleanup
Sven Gothel
2019-12-31
2
-15
/
+63
*
Reuse Gluegen's Bitfield.Util for 'PowerOf2' computation
Sven Gothel
2019-12-31
1
-30
/
+6
*
Bug 1347: Resolve Merged EGL/Desktop Profile Mapping
Sven Gothel
2019-12-28
5
-19
/
+57
*
Bug 1287 - Complete Immutable glNamedBufferStorage support in GLBufferObjectT...
Sven Gothel
2019-12-27
1
-8
/
+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
2
-0
/
+29
*
Bug 1416 - Allow EGLDrawableFactory re-creation after shutdown() - be functional
Sven Gothel
2019-12-09
1
-0
/
+1
*
Bug 1200: GLRendererQuirks.NoSurfacelessCtx still persists on Linux/X11 NVIDI...
Sven Gothel
2019-12-08
2
-3
/
+4
*
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 1200: probeSurfacelessCtx works at least since NVIDIA 430.40.
Sven Gothel
2019-11-28
1
-2
/
+2
*
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: Utilize internal glGetStringi (same as glGetString) - Robostness
Sven Gothel
2019-11-22
3
-81
/
+147
*
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
*
make void* an opaque long in EGL generated class
Erik De Rijcke
2019-11-21
1
-11
/
+9
*
IOS: CGL.updateContextRegister(..) call on main-thread using AppKit
Sven Gothel
2019-11-21
1
-2
/
+21
*
Buig 1389: Fix SIGSEGV on OpenJDK11 on [NSApplicationAWT sendEvent:]
Sven Gothel
2019-09-08
1
-1
/
+1
*
Bug 1392: Simplify CapabilitiesFilter: Criteria -> Test, remove RemovalCriter...
Sven Gothel
2019-09-07
2
-11
/
+11
*
Bug 1392: X11PixmapGLXDrawable::createPixmap() requires X11GLXGraphicsConfigu...
Sven Gothel
2019-09-07
1
-2
/
+2
*
Bug 1391 Bug 1392: Implement GLRendererQuirks DontChooseFBConfigBestMatch and...
Sven Gothel
2019-09-07
8
-69
/
+175
*
Bug 1392: Add CapabilitiesFilter and GLCapabilitiesFilter supporting diverse ...
Sven Gothel
2019-09-07
1
-0
/
+73
*
Bug 1391: Cleanup to submit fix: Update known Quirk range; BuggyColorRenderbu...
Sven Gothel
2019-09-07
3
-11
/
+25
[next]