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
/
jogl
/
classes
/
com
/
jogamp
/
opengl
/
swt
Commit message (
Expand
)
Author
Age
Files
Lines
*
GraphUIDemoArgs: Issue GLProfile.initSingleton() once in static init block, e...
Sven Gothel
2023-08-13
1
-1
/
+1
*
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 1358: 'Honor' SWT's projection of High-DPI Scaling (Reading hidden pixel ...
Sven Gothel
2019-04-10
1
-25
/
+21
*
Bug 1362: Minimal action required: setBackground of the parent canvas before ...
Sven Gothel
2019-04-09
1
-0
/
+5
*
Bug 682 - Relocating javax.media.opengl.* -> com.jogamp.opengl.* (Part 1)
Sven Gothel
2015-02-02
1
-25
/
+25
*
GLSharedContextSetter: Fix API doc and all html references (fix URL and compl...
Sven Gothel
2014-08-29
1
-0
/
+6
*
Bug 1039 - Specify behavior of GLEventListener Exceptions occurring while GLA...
Sven Gothel
2014-08-06
1
-0
/
+5
*
Bug 1039 - Specify behavior of GLEventListener Exceptions occurring while GLA...
Sven Gothel
2014-07-31
1
-13
/
+34
*
GLDrawable: Expose getRequestedGLCapabilities() (Include to public API)
Sven Gothel
2014-07-31
1
-6
/
+2
*
Bug 1033: Guarantee atomicity of high-level GLAutoDrawable operations, avoidi...
Sven Gothel
2014-07-27
1
-2
/
+14
*
Bug 1031: Remove Deprecated Classes and Methods (JOGL)
Sven Gothel
2014-07-10
1
-66
/
+4
*
Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e...
Sven Gothel
2014-07-03
1
-21
/
+21
*
UpstreamSurfaceHook: Add 'NativeSurface getUpstreamSurface()' (from EGLUpstre...
Sven Gothel
2014-06-08
1
-0
/
+11
*
Bug 742 HiDPI: [Core API Change] Distinguish window-units and pixel-units: Re...
Sven Gothel
2014-05-22
1
-2
/
+2
*
Bug 742 HiDPI: [Core API Change] Distinguish window-units and pixel-units; Ad...
Sven Gothel
2014-05-21
1
-7
/
+7
*
Better shared GLAutoDrawable synchronization: Block slave instances to also b...
Sven Gothel
2014-01-21
1
-0
/
+5
*
Bug 877 Concurrency Discussion: Update doc MultiThreading.txt, volatile field...
Sven Gothel
2013-10-29
1
-1
/
+1
*
Bug 776 GLContext Sharing: Add GLSharedContextSetter to SWT GLCanvas
Sven Gothel
2013-10-28
1
-37
/
+146
*
Bug 776 GLContext Sharing: Refine API for relaxed and lazy GLContext sharing ...
Sven Gothel
2013-10-27
1
-2
/
+2
*
jogl: add missing @Override annotations
Harvey Harrison
2013-10-17
1
-0
/
+1
*
jogl: remove all trailing whitespace
Harvey Harrison
2013-10-17
1
-67
/
+67
*
Fix Bug 720: Unify all platform specific GLContextImpl specializations; Fix B...
Sven Gothel
2013-04-18
1
-0
/
+6
*
Bug 665: Allow re-association of GLContext/GLEventListener to a GLDrawable (P...
Sven Gothel
2013-03-13
1
-5
/
+2
*
GLAutoDrawable/AnimatorBase: Add ExclusiveContextThread (ECT) feature; Animat...
Sven Gothel
2013-01-11
1
-0
/
+10
*
GLJPanel: Impl. is GLProfile agnostic; Use GLDrawableFactory.createOffscreenD...
Sven Gothel
2012-12-16
1
-1
/
+1
*
SWT GLCanvas: Fix sporadic drop of redraw on X11 _and_ allow using custom GLC...
Sven Gothel
2012-12-04
1
-115
/
+235
*
SWT GLCanvas/NewtCanvasSWT: Check isVisible() @ validation; NewtCanvasSWT rem...
Sven Gothel
2012-12-02
1
-1
/
+1
*
SWT GLCanvas: Fix dispose bug, check for isDisposed() and add DisposeListener...
Sven Gothel
2012-11-29
1
-17
/
+52
*
Fix regression of commit 4dd44b985fe0541be3a3bcd9045d201ed3ca2cc5: Setting 's...
Sven Gothel
2012-11-28
1
-1
/
+1
*
Fix GLAutoDrawable.dispose(): Dispose drawable even w/o context; JAWTWindow.l...
Sven Gothel
2012-11-08
1
-27
/
+31
*
GLAutoDrawable: Refine API change of commit c002e04f848116922a1ed7bd96ead5496...
Sven Gothel
2012-11-05
1
-5
/
+7
*
GLAutoDrawable: Fix GLEventListener lifecycle and expose more user control (A...
Sven Gothel
2012-11-04
1
-13
/
+60
*
Refine GLDrawable.swapBuffer() fix (AWT/SWT GLCanvas and GLAutoDrawableBase) ...
Sven Gothel
2012-10-08
1
-1
/
+3
*
Fix GLDrawable.swapBuffer() implementation in AWT/SWT GLCanvas and GLAutoDraw...
Sven Gothel
2012-10-08
1
-17
/
+9
*
Fix Bug 572 (2nd time): GLCanvas.validateGLDrawable() @ display() and reshape...
Sven Gothel
2012-10-05
1
-1
/
+1
*
Misc: Add commented-out NEWT X11/XCB-Event and X11ScreenRandR1[13] compilatio...
Sven Gothel
2012-10-02
1
-1
/
+1
*
GLDrawableHelper.init(..): Avoid double reshape if subsequent display issues ...
Sven Gothel
2012-09-29
1
-1
/
+1
*
Seamless Integration of an FBObject based GLFBODrawable as GLOffscreenAutoDra...
Sven Gothel
2012-09-15
1
-7
/
+34
*
SWT Update: SWT GLCanvas creates lazy when resource is ready; Create new Newt...
Sven Gothel
2012-07-25
1
-60
/
+139
*
Fix Bug 606 - New AWT threading implementation breaks .. ; Fix GLAutoDrawable...
Sven Gothel
2012-07-22
1
-78
/
+94
*
Bug 599 - FBObject / Offscreen Support - Part 1
Sven Gothel
2012-07-19
1
-19
/
+53
*
Fix SWT GLCanvas threading. Note: On OSX _only_ it's main thread is valid!
Sven Gothel
2012-07-06
1
-77
/
+22
*
Enhance Bootsrapping of JOGL around 37% - 40% (1st start in new JVM) - GLProf...
Sven Gothel
2012-07-06
1
-1
/
+1
*
GLAutoDrawable* refinement of abstraction / generalization - API Change!
Sven Gothel
2012-07-04
1
-21
/
+25
*
GLAutoDrawable: Refine API doc; Use new abstract impl. GLAutoDrawableBase (GL...
Sven Gothel
2012-07-02
1
-9
/
+20
*
AWT/SWT GLCanvas: Remove volatile of context instance, use drawable instance'...
Sven Gothel
2012-06-28
1
-2
/
+2
*
SWT/AWT GLCanvas multithreading annotations (see commit 1a91ec5c8b6fd9d9db7bc...
Sven Gothel
2012-06-28
1
-0
/
+13
*
SWT GLCanvas: Fix destroy(), Remove local concurrency hack & out-of-process l...
Sven Gothel
2012-06-28
1
-103
/
+113
*
GLContext*: Remove '[set/is]Synchronized(..)' - Defaults to wait for locks: 1...
Sven Gothel
2012-05-13
1
-1
/
+0
[next]