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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bug 1393: MacOS: Wait for window position setting on main-thread (blocking)
Sven Gothel
2019-11-21
3
-27
/
+11
*
IOS: CGL.updateContextRegister(..) call on main-thread using AppKit
Sven Gothel
2019-11-21
1
-2
/
+21
*
MacOS: Add more debug log details
Sven Gothel
2019-11-21
2
-16
/
+49
*
Bug 1393: MacOS: Implement AppKit EDTUtil operating solely on main-thread
Sven Gothel
2019-09-16
2
-1
/
+362
*
Bug 1393: Adding test cases setting visibility before enabling exclusive cont...
Sven Gothel
2019-09-16
1
-18
/
+78
*
Bug 1394 - NEWT X11Window didn't gather inset at window creation (properly)
Sven Gothel
2019-09-11
1
-16
/
+46
*
Bug 1393: Add window position validation in TestDisplayLifecycle*NEWT
Sven Gothel
2019-09-11
2
-15
/
+45
*
NEWT Cleanup: WindowImpl: Drop unused 'defer' argument (state change only): i...
Sven Gothel
2019-09-10
9
-26
/
+21
*
NEWT Cleanup: WindowImpl::visibleChanged(ZZ): Remove unused 'defer' argument....
Sven Gothel
2019-09-10
18
-51
/
+51
*
Bug 1393: OSXUtil: Optionally inject Apple's 'Main Thread Checker'
java11
ios
Sven Gothel
2019-09-09
1
-2
/
+21
*
Bug 1393: MacOS/iOS: Issue updateSizePosInsets0 async to AppKit Main-Thread
Sven Gothel
2019-09-09
2
-5
/
+22
*
Bug 1393: Run orderFront0(=setVisible) async off-thread on AppKit after sync ...
Sven Gothel
2019-09-09
6
-161
/
+162
*
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
6
-14
/
+20
*
Bug 1392: Simplify CapabilitiesFilter: Criteria -> Test, remove RemovalCriter...
Sven Gothel
2019-09-07
3
-31
/
+28
*
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
10
-103
/
+257
*
Bug 1392: Add CapabilitiesFilter and GLCapabilitiesFilter supporting diverse ...
Sven Gothel
2019-09-07
2
-0
/
+237
*
Bug 1391: Cleanup to submit fix: Update known Quirk range; BuggyColorRenderbu...
Sven Gothel
2019-09-07
3
-11
/
+25
*
Bug 1390: Fix GLPixelBuffer.GLPixelAttributes::convert(GL, int, boolean) fail...
Sven Gothel
2019-09-05
1
-7
/
+17
*
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
4
-238
/
+131
*
Bug 1384: Move remaining 'lose' property quirks into GLRendererQuirks.Override
Sven Gothel
2019-08-23
3
-42
/
+27
*
Bug 1385: Limit Quirk GL3CompatNonCompliant to Mesa < 18.2.0
Sven Gothel
2019-08-23
1
-3
/
+4
*
Bug 1383: Tighten version/profile qualification: fail if: requested compat pr...
Sven Gothel
2019-08-23
1
-2
/
+10
*
Bug 1383: Final fix: Always test GL3CompatNonCompliant and test on requested ...
Sven Gothel
2019-08-22
2
-2
/
+18
*
Bug 1383: GLContextImpl.setGLFunctionAvailbility(..): Ensure only one request...
Sven Gothel
2019-08-22
1
-2
/
+33
*
Bug 1283: GLContextImpl.setGLFunctionAvailbility(..) calls: When leaving Open...
Sven Gothel
2019-08-22
5
-6
/
+6
*
Bug 1383: GLContext.isValidGLVersion() ensure only one profile bit is set max...
Sven Gothel
2019-08-22
1
-1
/
+14
*
Bug 1383: Cleanup GLContextImpl.setGLFunctionAvailability(..): Parameter, var...
Sven Gothel
2019-08-22
1
-119
/
+151
*
GLRendererQuirks: Fix typo
Sven Gothel
2019-08-21
1
-1
/
+1
*
JoglVersion.getGLInfo: Increase robustness of debug output
Sven Gothel
2019-08-21
2
-8
/
+20
*
Bug 1384: Allow GLRendererQuirks to be overridden by user properties
Sven Gothel
2019-08-21
2
-69
/
+131
*
Bug 1101: Add missing disposal of Pipelined_QuadRenderer's VBOs
Sven Gothel
2019-08-20
1
-3
/
+15
*
Bug 1363: Java 11: Resolve unsupported JAWTUtil.getMonitorDisplayID(..)
Sven Gothel
2019-08-19
2
-8
/
+14
*
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
*
Removed illegal reflective access to sun.java2d.opengl.OGLUtilities
Wade Walker
2019-08-19
1
-31
/
+8
*
Removed references to non-existent method getPeer() in debug code
Wade Walker
2019-08-19
1
-2
/
+2
*
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
6
-14
/
+46
*
NEWT iOS WindowDriver: Remove unused orig UIWindow/UIView creation path
Sven Gothel
2019-07-08
2
-216
/
+1
*
NEWT iOS WindowDriver: native UIWindow/UIView creation change
Sven Gothel
2019-07-08
2
-13
/
+159
*
NEWT iOS: Support Multi-Touch Events, PixelScale, ..
Sven Gothel
2019-07-08
13
-587
/
+977
*
NEWT iOS / MacOS: Simplify setJavaWindowObject
Sven Gothel
2019-07-08
2
-15
/
+17
*
iOS / MacOS: PixelScale Update
Sven Gothel
2019-07-08
10
-110
/
+118
*
Copyright: Add missing Copyright tag
Sven Gothel
2019-07-08
5
-2
/
+57
*
NEWT WindowImpl.doPointerEvent: Use native short[] for pNames
Sven Gothel
2019-07-08
5
-29
/
+26
*
NEWT: Align native MacOS / IOS file- and classnames
Sven Gothel
2019-06-26
4
-102
/
+102
[next]