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/ ;
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
nativewindow
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bug 1156 - Implement DRM/GBM Support for JOGL(EGL) and NEWT
Sven Gothel
2019-11-28
8
-7
/
+684
*
Bug 1156: GBM: Bring up incl GL rendering (TODO: GBM working page flip / sync)
Sven Gothel
2019-11-23
1
-0
/
+4
*
Bug 1156: EGL-GBM: Fix NativeWindowFactory native-window-type query according...
Sven Gothel
2019-11-22
2
-58
/
+72
*
Bug 1156: EGL-GBM: Fix Cleanup (Newt package relocation / hack default GBM)
Sven Gothel
2019-11-21
1
-8
/
+8
*
gbm/WindowDriver: make it compile and link
Xerxes RĂ„nby
2019-11-21
1
-1
/
+1
*
detect gbm platform on linux when no other display server is running
Erik De Rijcke
2019-11-21
1
-5
/
+43
*
MacOS: Add more debug log details
Sven Gothel
2019-11-21
2
-16
/
+49
*
Bug 1393: OSXUtil: Optionally inject Apple's 'Main Thread Checker'
java11
ios
Sven Gothel
2019-09-09
1
-2
/
+21
*
OSXUtil::IsMainThread() Utilize ThreadLocal storage flag avoiding unnecessary...
Sven Gothel
2019-09-08
1
-24
/
+19
*
Buig 1389: Fix SIGSEGV on OpenJDK11 on [NSApplicationAWT sendEvent:]
Sven Gothel
2019-09-08
4
-8
/
+18
*
Bug 1392: Simplify CapabilitiesFilter: Criteria -> Test, remove RemovalCriter...
Sven Gothel
2019-09-07
1
-20
/
+17
*
Bug 1392: Add CapabilitiesFilter and GLCapabilitiesFilter supporting diverse ...
Sven Gothel
2019-09-07
1
-0
/
+164
*
Bug 1363: Java 11: Utilize UnsafeUtil.doWithoutIllegalAccessLogger(..) avoidi...
Sven Gothel
2019-09-04
3
-53
/
+84
*
Bug 1363: Java 11: JAWTUtil: Use sun.awt.SunToolkit.awtLock/Unlock and disabl...
Sven Gothel
2019-09-04
1
-65
/
+120
*
Bug 1363: Java 11: Resolve unsupported JAWTUtil.getMonitorDisplayID(..)
Sven Gothel
2019-08-19
1
-5
/
+11
*
Bug 1363: Java 11: Use getPixelScale standard method even on Mac under Java9+
Sven Gothel
2019-08-19
1
-50
/
+50
*
Bug 1363: Java 11: Don't use GraphicsDevice.getScaleFactor() on Java9+ [illeg...
Sven Gothel
2019-08-19
1
-3
/
+16
*
Bug 1363: Java 11: Don't use sun.awt.SunToolkit.awtLock/Unlock on Java9+ [ill...
Sven Gothel
2019-08-19
1
-10
/
+15
*
iOS: IOSUtil_CreateGLViewDemoA0 tests native UIWindow parenting (works)
Sven Gothel
2019-07-08
1
-4
/
+11
*
NEWT iOS: Support translucent windows
Sven Gothel
2019-07-08
3
-12
/
+23
*
NEWT iOS: Support Multi-Touch Events, PixelScale, ..
Sven Gothel
2019-07-08
2
-1
/
+2
*
iOS / MacOS: PixelScale Update
Sven Gothel
2019-07-08
5
-49
/
+44
*
iOS: EAGLLayer FBO w/ DEPTH buffer workaround 1
Sven Gothel
2019-06-24
1
-0
/
+3
*
iOS: Initial working commit supporting iOS (ipad pro 11)
Sven Gothel
2019-06-23
11
-8
/
+1524
*
Bug 1358: 'Honor' SWT's projection of High-DPI Scaling (Reading hidden pixel ...
Sven Gothel
2019-04-10
1
-1
/
+55
*
Bug 1362: SWTAccessor: c -> cGTK for readability
Sven Gothel
2019-04-05
1
-19
/
+20
*
Bug 1362: Enhancing SWT/GTK Support for GTK 2.90, SWT > 4.8 (?)
Wade Walker
2019-04-05
1
-9
/
+40
*
Bug 1370: Call from Main-Thread: NW's OSXUtil.CreateNSWindow0(..) and NEWT's ...
Sven Gothel
2019-04-05
1
-3
/
+8
*
Bug 1367: Adapt to TempFileCache & TempJarCache Changes
Sven Gothel
2019-04-03
1
-1
/
+1
*
Merge pull request #90 from packet0/patch-1
Sven Gothel
2019-03-26
1
-1
/
+2
|
\
|
*
SWTAccessor: Cleanup disable debug messages
packet0
2015-08-11
1
-1
/
+2
*
|
Adding NativeWindowHolder extends NativeSurfaceHolder; API Doc for NEWTDemoLi...
Sven Gothel
2019-03-20
1
-0
/
+41
*
|
JavaFX: Remove JFXAccessor redundancy
Sven Gothel
2019-03-19
1
-15
/
+13
*
|
JavaFX: Fix API doc of JFXAccessor
Sven Gothel
2019-03-19
1
-6
/
+6
*
|
JavaFX: Adding JavaFX Support for NEWT utilizing native Window parenting via ...
Sven Gothel
2019-03-19
3
-1
/
+307
*
|
OSX/Newt: Catch NSRangeException on closing a window
Sven Gothel
2019-01-23
1
-0
/
+5
*
|
Bug 1290: Expand query whether BCM IV is being used, exclude '/dev/dri/card0'
rc
pulled
Sven Gothel
2018-01-16
2
-18
/
+78
*
|
Merge pull request #96 from gohai/vc4-module
Sven Gothel
2018-01-15
1
-1
/
+3
|
\
\
|
*
|
Change BCM VC IV detection to handle presence of vc4 DRI module
gohai
2016-02-10
1
-1
/
+3
*
|
|
Merge remote-tracking branch 'remotes/hharrison/master'
Sven Gothel
2018-01-15
1
-8
/
+8
|
\
\
\
|
*
|
|
jogl: complete audit of code for unneeded calls to .intern()
Harvey Harrison
2015-12-07
1
-8
/
+8
|
|
/
/
*
/
/
Bug 1299: Fix Warning when using JOGL on Mac OS X El Capitan
Sven Gothel
2018-01-15
1
-1
/
+6
|
/
/
*
|
X11Util.openDisplay: DEBUG: Show reusable and pending display count
Sven Gothel
2015-11-15
1
-4
/
+6
*
|
Remove deprectated classes and methods
Sven Gothel
2015-10-15
3
-49
/
+7
*
|
Bug 1247: JAWTWindow fail early w/ useful info: setAWTGraphicsConfiguration(....
Sven Gothel
2015-10-09
1
-0
/
+6
*
|
Bug 1247: Enhance JAWTWindow DEBUG output (not fixing any issues)
Sven Gothel
2015-10-09
1
-13
/
+17
*
|
Bug 1232 - NEWT Translucent Decorated Windows Not Working On Windows >= 8 (La...
Sven Gothel
2015-10-01
3
-53
/
+175
*
|
Bug 1232 - NEWT Translucent Decorated Windows Not Working On Windows >= 8 (La...
Sven Gothel
2015-09-26
1
-0
/
+26
*
|
Bug 1211: Hardening Condition-Wait from Spurious-Wakeups and unintended Inter...
Sven Gothel
2015-09-15
2
-23
/
+23
*
|
NativeWindowFactory.createDevice(..): Support creating EGLGraphicsDevice usin...
Sven Gothel
2015-09-02
1
-3
/
+23
[next]