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
/
GLDrawableHelper.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use ExceptionUtils.dumpStack(..) instead of Thread.dumpStack()
Sven Gothel
2014-10-26
1
-2
/
+2
*
GLException.dumpThrowable(..) -> GlueGen's ExceptionUtils.dumpThrowable(..)
Sven Gothel
2014-10-08
1
-6
/
+7
*
Fix synchronization issues in GLDrawableHelper.flushGLRunnables(), fixes rare...
Sven Gothel
2014-09-22
1
-26
/
+18
*
Stabilize, fix regression: GLDrawable.invoke(..) and Animator* display-loop '...
Sven Gothel
2014-09-22
1
-0
/
+2
*
Bug 1066: Reduce glGetError() in GLDrawableHelper.reshape(.., setViewport==true)
Sven Gothel
2014-09-21
1
-5
/
+4
*
Bug 1054: GLContext: makeCurrent() needs a null-check of [mutable] drawable;...
Sven Gothel
2014-08-30
1
-2
/
+1
*
Bug 1039 - Specify behavior of GLEventListener Exceptions occurring while GLA...
Sven Gothel
2014-08-06
1
-9
/
+14
*
Bug 1039 - Specify behavior of GLEventListener Exceptions occurring while GLA...
Sven Gothel
2014-08-05
1
-2
/
+9
*
Bug 1039 - Specify behavior of GLEventListener Exceptions occurring while GLA...
Sven Gothel
2014-07-31
1
-20
/
+76
*
Bug 1029 - Memory leak in GLDrawableHelper: 'perThreadInitAction' shall use a...
Sven Gothel
2014-07-28
1
-6
/
+21
*
Bug 1033: Guarantee atomicity of high-level GLAutoDrawable operations, avoidi...
Sven Gothel
2014-07-27
1
-24
/
+110
*
Refine commit ec2d94ca26ddab8ec67135ebc5f2d0a43f6a4c25: Call 'areAllGLEventLi...
Sven Gothel
2014-07-10
1
-8
/
+1
*
Bug 1021: Make OVR access vendor agnostic: Package 'com.jogamp.opengl.util.st...
Sven Gothel
2014-07-05
1
-0
/
+27
*
Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e...
Sven Gothel
2014-07-03
1
-44
/
+46
*
Fix 'typo' in messages: 'Catched' -> 'Caught'
Sven Gothel
2014-06-28
1
-3
/
+3
*
Bug 742 HiDPI: [Core API Change] Distinguish window-units and pixel-units: Re...
Sven Gothel
2014-05-22
1
-1
/
+1
*
Bug 742 HiDPI: [Core API Change] Distinguish window-units and pixel-units; Ad...
Sven Gothel
2014-05-21
1
-4
/
+4
*
Better shared GLAutoDrawable synchronization: Block slave instances to also b...
Sven Gothel
2014-01-21
1
-1
/
+14
*
Fix GLDrawableHelper.resizeOffscreenDrawable(..): Do nothing if !drawable.isR...
Sven Gothel
2014-01-11
1
-4
/
+7
*
Misc Cleanup: JAWTWindow: Reusing visible in HIERARCHY listener; Remove obsol...
Sven Gothel
2014-01-11
1
-5
/
+5
*
GLDrawableHelper.reshape(): Catch pre-existing GL errors before glViewport(.....
Sven Gothel
2013-10-29
1
-0
/
+9
*
Bug 776 GLContext Sharing: Refine API for relaxed and lazy GLContext sharing ...
Sven Gothel
2013-10-27
1
-1
/
+59
*
jogl: add missing @Override annotations
Harvey Harrison
2013-10-17
1
-1
/
+3
*
jogl: remove all trailing whitespace
Harvey Harrison
2013-10-17
1
-99
/
+99
*
Remedy for Bug 782: Issue Debug.initSingleton() or Debug.debug(..) before cal...
Sven Gothel
2013-07-17
1
-1
/
+6
*
Fix Bug 735: GLAutoDrawable must issue glViewport(..) even w/o GLEventListene...
Sven Gothel
2013-06-17
1
-14
/
+21
*
GLDrawableHelper Perf.: Branch into execGLRunnables(..) only if glRunnables.s...
Sven Gothel
2013-06-16
1
-17
/
+15
*
Debug Messages: Unify getThreadName() usage and 'Catched Exception' messages
Sven Gothel
2013-04-10
1
-5
/
+7
*
OSX/CALayer: OSX/CALayer Threading Part3 - Run CALayer ops in a streaming des...
Sven Gothel
2013-03-19
1
-1
/
+1
*
Bug 665: Allow re-association of GLContext/GLEventListener to a GLDrawable (P...
Sven Gothel
2013-03-13
1
-21
/
+24
*
GLDrawableHelper.invoke: If drawable is !realized -> deferred execution
Sven Gothel
2013-01-27
1
-2
/
+2
*
Bug 665 (part 1) - Allow dis-association of GLContext's GLDrawable ..
Sven Gothel
2013-01-24
1
-12
/
+19
*
GLAutoDrawable/AnimatorBase: Add ExclusiveContextThread (ECT) feature; Animat...
Sven Gothel
2013-01-11
1
-141
/
+280
*
GLJPanel: Impl. is GLProfile agnostic; Use GLDrawableFactory.createOffscreenD...
Sven Gothel
2012-12-16
1
-4
/
+12
*
Fix GLDrawableHelper invokeGLImpl(..): Only attempt to release context after ...
Sven Gothel
2012-12-02
1
-25
/
+28
*
GLDrawableHelper disposeAllGLEventListener(): Don't use cached listener size ...
Sven Gothel
2012-11-11
1
-3
/
+2
*
Fix GLAutoDrawable.dispose(): Dispose drawable even w/o context; JAWTWindow.l...
Sven Gothel
2012-11-08
1
-95
/
+86
*
Fix GLDrawableHelper.recreateGLDrawable(..): Sync GL command stream before de...
Sven Gothel
2012-11-06
1
-4
/
+9
*
GLAutoDrawable: Refine API change of commit c002e04f848116922a1ed7bd96ead5496...
Sven Gothel
2012-11-05
1
-1
/
+46
*
GLAutoDrawable: Fix GLEventListener lifecycle and expose more user control (A...
Sven Gothel
2012-11-04
1
-63
/
+243
*
Fix Bug 572 (2nd time): GLCanvas.validateGLDrawable() @ display() and reshape...
Sven Gothel
2012-10-05
1
-3
/
+8
*
GLDrawableHelper.init(..): Avoid double reshape if subsequent display issues ...
Sven Gothel
2012-09-29
1
-3
/
+6
*
GLXUtil: Lock X11 Device
Sven Gothel
2012-09-28
1
-1
/
+0
*
Seamless Integration of an FBObject based GLFBODrawable as GLOffscreenAutoDra...
Sven Gothel
2012-09-15
1
-30
/
+155
*
Fix Bug 606 - New AWT threading implementation breaks .. ; Fix GLAutoDrawable...
Sven Gothel
2012-07-22
1
-7
/
+10
*
GLAutoDrawable* refinement of abstraction / generalization - API Change!
Sven Gothel
2012-07-04
1
-26
/
+123
*
Minor cleanup
Sven Gothel
2012-06-29
1
-4
/
+4
*
NEWT/GLWindow.display(): No explicit surface locking/unlocking for GLDrawable...
Sven Gothel
2012-03-04
1
-2
/
+5
*
GLContext*/GLDrawableHelper: Fix consistency of recursive makeCurrent()/relea...
Sven Gothel
2012-01-08
1
-34
/
+155
*
GLJPanel: Fix dispose of backend (J2DOGL thread, no double dispose)..,
Sven Gothel
2011-12-22
1
-9
/
+6
[next]