| Commit message (Expand) | Author | Age | Files | Lines |
* | GLCanvas: Avoid NPE in debug mode @ reshape (duh) | Sven Gothel | 2012-10-12 | 1 | -1/+3 |
* | 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 | -9/+2 |
* | Refine a3cb6bb14f410f67fccf5ccd4cd7ecc66f448389, fix deadlock (regression) | Sven Gothel | 2012-10-05 | 1 | -19/+27 |
* | Fix Bug 572 (2nd time): GLCanvas.validateGLDrawable() @ display() and reshape... | Sven Gothel | 2012-10-05 | 1 | -29/+31 |
* | GLDrawableHelper.init(..): Avoid double reshape if subsequent display issues ... | Sven Gothel | 2012-09-29 | 2 | -2/+2 |
* | Seamless Integration of an FBObject based GLFBODrawable as GLOffscreenAutoDra... | Sven Gothel | 2012-09-15 | 2 | -51/+81 |
* | Fix GLCanvas's JAWTWindow reference ; Add ES2 test in TestAWT01GLn ; Ubuntu 1... | Sven Gothel | 2012-08-18 | 1 | -5/+6 |
* | Fix GraphicsConfigurationFactory: Map factory to device-type _and_ capabiliti... | Sven Gothel | 2012-07-24 | 1 | -4/+5 |
* | Fix Bug 606 - New AWT threading implementation breaks .. ; Fix GLAutoDrawable... | Sven Gothel | 2012-07-22 | 1 | -143/+174 |
* | Bug 599 - FBObject / Offscreen Support - Part 1 | Sven Gothel | 2012-07-19 | 2 | -2/+12 |
* | 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 | 2 | -36/+46 |
* | GLAutoDrawable: Refine API doc; Use new abstract impl. GLAutoDrawableBase (GL... | Sven Gothel | 2012-07-02 | 2 | -18/+33 |
* | 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 | -6/+17 |
* | GLDrawable* cleanup: Add @Override, remove trailing whitespace, .. | Sven Gothel | 2012-06-28 | 3 | -123/+258 |
* | Fix Bug 572: AWT-GLCanvas shall force setRealized(true) on AWT-EDT avoiding A... | Sven Gothel | 2012-05-14 | 1 | -3/+8 |
* | GLContext*: Remove '[set/is]Synchronized(..)' - Defaults to wait for locks: 1... | Sven Gothel | 2012-05-13 | 2 | -4/+0 |
* | NEWT API Change 'WindowClosingProtocol': Use 'enum WindowClosingMode' instead... | Sven Gothel | 2012-05-02 | 2 | -4/+6 |
* | Enhance and generalize AWT Threading* implementation; Minor changes .. | Sven Gothel | 2012-03-25 | 2 | -247/+144 |
* | Cleanup: Use getThreadName() and validateCurrent() to remove redundancy and t... | Sven Gothel | 2012-03-20 | 1 | -26/+24 |
* | Reduce Thread.dumpStack() in debug mode where no negative behavior appears or... | Sven Gothel | 2012-03-18 | 1 | -1/+1 |
* | Adapt to gluegen Properties/Security commits f4ac27e177f6deb444280d3b375e7d34... | Sven Gothel | 2012-03-13 | 1 | -7/+3 |
* | NativeWindow public-spec to public-impl reorg (javax.media.nativewindow.<impl... | Sven Gothel | 2012-03-06 | 2 | -6/+6 |
* | DEBUG Output: More thread-names to drawable/context lifecycle; Remove massive... | Sven Gothel | 2012-02-22 | 1 | -6/+6 |
* | Minor GL/GLContext additions / cleanups (GL_BGRA, isNPOTTextureAvailable()) | Sven Gothel | 2012-02-22 | 1 | -2/+2 |
* | OpenGL ES/EGL Overhaul | Sven Gothel | 2012-02-13 | 2 | -10/+5 |
* | SWT GLCanvas: Adapt to latest JOGL changes (init, destroy, ..), Align main() ... | Sven Gothel | 2012-01-09 | 1 | -3/+3 |
* | GLContext*/GLDrawableHelper: Fix consistency of recursive makeCurrent()/relea... | Sven Gothel | 2012-01-08 | 2 | -78/+54 |
* | GLJPanel: Fix dispose of backend (J2DOGL thread, no double dispose).., | Sven Gothel | 2011-12-22 | 2 | -104/+94 |
* | New Interface 'OffscreenLayerOption', impl. by JAWTWindow (impl) and NewtCanv... | Sven Gothel | 2011-12-17 | 1 | -31/+67 |
* | GLDrawableFactory*.createOffscreenDrawable(): No implicit setRealized(true) @... | Sven Gothel | 2011-12-17 | 1 | -0/+1 |
* | Fix concurrency bug of GLProfile initialization ; Fix SharedResourceRunner 'd... | Sven Gothel | 2011-12-11 | 1 | -1/+0 |
* | Nativewindow AWT Device/Screen: Cleanup construction [default, specific]; AWT... | Sven Gothel | 2011-11-25 | 1 | -1/+3 |
* | NativeSurface's getGraphicsConfiguration() returns the native (delegated) Abs... | Sven Gothel | 2011-11-23 | 2 | -4/+4 |
* | OSX: SharedResource add knowledge of NPOT-, RECT- and Float-Texture features,... | Sven Gothel | 2011-11-08 | 1 | -11/+3 |
* | GLCanvas / GLWindow: Change 'manual' resize/repaint animation filter | Sven Gothel | 2011-10-13 | 1 | -1/+1 |
* | Adapt to GlueGen's Lock ChangeSet: e4baba27507ce78e64a150ec6f69fb96f5721a34 ;... | Sven Gothel | 2011-09-27 | 1 | -6/+11 |
* | Destruction of GLAutoDrawable shall not remove them from AnimatorControl (due... | Sven Gothel | 2011-09-08 | 1 | -2/+0 |
* | Test: Cleanup warnings; Add GLProfile.initSingleton(true) call for fluctuatin... | Sven Gothel | 2011-08-30 | 1 | -1/+0 |
* | NewtVersionActivity: Remove 'gears' test; Version Info: Drop NativeWindow/New... | Sven Gothel | 2011-08-22 | 1 | -1/+1 |
* | Fix 'main' invocation | Sven Gothel | 2011-07-07 | 1 | -0/+1 |
* | GLProfile: Initialization fix and clarifications ( GLExceptions on n/a profil... | Sven Gothel | 2011-07-07 | 2 | -12/+29 |
* | Add unified support for GL_ARB_debug_output and GL_AMD_debug_output. | Sven Gothel | 2011-04-24 | 2 | -2/+31 |
* | Fix TAB: Replace all TAB with 4 spaces | Sven Gothel | 2011-04-08 | 1 | -3/+3 |
* | Fix unnecessary NPE in case of unrealized GLCanvas (getRequestedCapabilities()) | Sven Gothel | 2011-03-26 | 1 | -1/+1 |
* | Fix Bug #460 - GLCanvas NPE | Sven Gothel | 2011-03-21 | 1 | -1/+4 |
* | Attempt to analyze failed AWT UI tests, where no paint is being issued to GLC... | Sven Gothel | 2011-02-26 | 1 | -3/+14 |
* | Code cleanup: override, imports, StringBuilder, .. | Sven Gothel | 2011-02-26 | 1 | -10/+17 |