aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/jogamp/opengl/GLDrawableHelper.java
Commit message (Expand)AuthorAgeFilesLines
* Bug 1021: Make OVR access vendor agnostic: Package 'com.jogamp.opengl.util.st...Sven Gothel2014-07-051-0/+27
* Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e...Sven Gothel2014-07-031-44/+46
* Fix 'typo' in messages: 'Catched' -> 'Caught'Sven Gothel2014-06-281-3/+3
* Bug 742 HiDPI: [Core API Change] Distinguish window-units and pixel-units: Re...Sven Gothel2014-05-221-1/+1
* Bug 742 HiDPI: [Core API Change] Distinguish window-units and pixel-units; Ad...Sven Gothel2014-05-211-4/+4
* Better shared GLAutoDrawable synchronization: Block slave instances to also b...Sven Gothel2014-01-211-1/+14
* Fix GLDrawableHelper.resizeOffscreenDrawable(..): Do nothing if !drawable.isR...Sven Gothel2014-01-111-4/+7
* Misc Cleanup: JAWTWindow: Reusing visible in HIERARCHY listener; Remove obsol...Sven Gothel2014-01-111-5/+5
* GLDrawableHelper.reshape(): Catch pre-existing GL errors before glViewport(.....Sven Gothel2013-10-291-0/+9
* Bug 776 GLContext Sharing: Refine API for relaxed and lazy GLContext sharing ...Sven Gothel2013-10-271-1/+59
* jogl: add missing @Override annotationsHarvey Harrison2013-10-171-1/+3
* jogl: remove all trailing whitespaceHarvey Harrison2013-10-171-99/+99
* Remedy for Bug 782: Issue Debug.initSingleton() or Debug.debug(..) before cal...Sven Gothel2013-07-171-1/+6
* Fix Bug 735: GLAutoDrawable must issue glViewport(..) even w/o GLEventListene...Sven Gothel2013-06-171-14/+21
* GLDrawableHelper Perf.: Branch into execGLRunnables(..) only if glRunnables.s...Sven Gothel2013-06-161-17/+15
* Debug Messages: Unify getThreadName() usage and 'Catched Exception' messagesSven Gothel2013-04-101-5/+7
* OSX/CALayer: OSX/CALayer Threading Part3 - Run CALayer ops in a streaming des...Sven Gothel2013-03-191-1/+1
* Bug 665: Allow re-association of GLContext/GLEventListener to a GLDrawable (P...Sven Gothel2013-03-131-21/+24
* GLDrawableHelper.invoke: If drawable is !realized -> deferred executionSven Gothel2013-01-271-2/+2
* Bug 665 (part 1) - Allow dis-association of GLContext's GLDrawable ..Sven Gothel2013-01-241-12/+19
* GLAutoDrawable/AnimatorBase: Add ExclusiveContextThread (ECT) feature; Animat...Sven Gothel2013-01-111-141/+280
* GLJPanel: Impl. is GLProfile agnostic; Use GLDrawableFactory.createOffscreenD...Sven Gothel2012-12-161-4/+12
* Fix GLDrawableHelper invokeGLImpl(..): Only attempt to release context after ...Sven Gothel2012-12-021-25/+28
* GLDrawableHelper disposeAllGLEventListener(): Don't use cached listener size ...Sven Gothel2012-11-111-3/+2
* Fix GLAutoDrawable.dispose(): Dispose drawable even w/o context; JAWTWindow.l...Sven Gothel2012-11-081-95/+86
* Fix GLDrawableHelper.recreateGLDrawable(..): Sync GL command stream before de...Sven Gothel2012-11-061-4/+9
* GLAutoDrawable: Refine API change of commit c002e04f848116922a1ed7bd96ead5496...Sven Gothel2012-11-051-1/+46
* GLAutoDrawable: Fix GLEventListener lifecycle and expose more user control (A...Sven Gothel2012-11-041-63/+243
* Fix Bug 572 (2nd time): GLCanvas.validateGLDrawable() @ display() and reshape...Sven Gothel2012-10-051-3/+8
* GLDrawableHelper.init(..): Avoid double reshape if subsequent display issues ...Sven Gothel2012-09-291-3/+6
* GLXUtil: Lock X11 DeviceSven Gothel2012-09-281-1/+0
* Seamless Integration of an FBObject based GLFBODrawable as GLOffscreenAutoDra...Sven Gothel2012-09-151-30/+155
* Fix Bug 606 - New AWT threading implementation breaks .. ; Fix GLAutoDrawable...Sven Gothel2012-07-221-7/+10
* GLAutoDrawable* refinement of abstraction / generalization - API Change!Sven Gothel2012-07-041-26/+123
* Minor cleanupSven Gothel2012-06-291-4/+4
* NEWT/GLWindow.display(): No explicit surface locking/unlocking for GLDrawable...Sven Gothel2012-03-041-2/+5
* GLContext*/GLDrawableHelper: Fix consistency of recursive makeCurrent()/relea...Sven Gothel2012-01-081-34/+155
* GLJPanel: Fix dispose of backend (J2DOGL thread, no double dispose)..,Sven Gothel2011-12-221-9/+6
* GLDrawableFactory*.createOffscreenDrawable(): No implicit setRealized(true) @...Sven Gothel2011-12-171-2/+10
* GLDrawableHelper.reshape(): check whether to call GLEventListener's init() ho...Sven Gothel2011-12-111-3/+8
* GLCanvas / GLWindow: Change 'manual' resize/repaint animation filterSven Gothel2011-10-131-0/+8
* minor editingSven Gothel2011-10-081-3/+0
* GLWindow/GLDrawableHelper: Adding experimental notion of skipping GL context ...Sven Gothel2011-10-081-16/+62
* GLArrayDataWrapper: Allow vboTarget '0' -> no VBOSven Gothel2011-09-021-2/+2
* GLRunnable API Change: Return boolean indicating whether the back buffer shal...Rami Santina2011-08-091-11/+19
* GLDrawableHelper: listener's locking cleaned ; Fix generics (warnings) ..Sven Gothel2011-04-241-43/+14
* NEWT GLWindow: Remove context current check for swapBuffer() callSven Gothel2011-04-221-0/+1
* Code cleanup: override, imports, StringBuilder, ..Sven Gothel2011-02-261-4/+5
* Move implementation private files from com.jogamp.<module>.impl. to jogamp.<m...Sven Gothel2011-02-091-1/+1
* Move implementation private files from com.jogamp.<module>.impl. to jogamp.<m...Sven Gothel2011-02-081-0/+386