| Commit message (Expand) | Author | Age | Files | Lines |
* | Minor cleanup | Sven Gothel | 2012-06-29 | 1 | -8/+10 |
* | GLDrawable* cleanup: Add @Override, remove trailing whitespace, .. | Sven Gothel | 2012-06-28 | 7 | -50/+102 |
* | Capabilities cleanup: make most get*() final, impl. Comparable to Capabilitie... | Sven Gothel | 2012-06-27 | 1 | -2/+5 |
* | Misc cleanup: Add @Override, remove trailing whitespace | Sven Gothel | 2012-06-27 | 4 | -43/+69 |
* | Misc cleanup: Add @Override, remove trailing whitespace | Sven Gothel | 2012-06-27 | 7 | -62/+84 |
* | JOGL CapabilitiesChooser-API and impl.: Cleanup using generics: 'List l' -> '... | Sven Gothel | 2012-06-21 | 2 | -5/+6 |
* | GLContext*: Remove '[set/is]Synchronized(..)' - Defaults to wait for locks: 1... | Sven Gothel | 2012-05-13 | 1 | -1/+0 |
* | StringBuffer -> StringBuilder (Local objects, no concurrency) ; Impacts: Capa... | Sven Gothel | 2012-04-16 | 2 | -3/+3 |
* | Adapt to gluegen commit 1c03dfd6d1939a46018583419956e350e531f4fe - Fix Bug 566 | Sven Gothel | 2012-03-26 | 1 | -0/+4 |
* | X11GLXContext: Remove DEBUG_GLX_MAKECURRENT | Sven Gothel | 2012-03-25 | 1 | -7/+0 |
* | Enhance and generalize AWT Threading* implementation; Minor changes .. | Sven Gothel | 2012-03-25 | 1 | -23/+23 |
* | X11GLXContext: X11Util.setX11ErrorHandler( .., DEBUG ? verbose : quiet ) | Sven Gothel | 2012-03-19 | 1 | -3/+3 |
* | Fix bug 564 (X11 Mesa 8.0.1 GL 3.0 w/o GLX_ARB_create_context) | Sven Gothel | 2012-03-18 | 1 | -4/+6 |
* | Reduce Thread.dumpStack() in debug mode where no negative behavior appears or... | Sven Gothel | 2012-03-18 | 2 | -4/+3 |
* | GL/GLContext: Properly define swapInterval incl. default value for EGL (1) an... | Sven Gothel | 2012-03-10 | 1 | -5/+4 |
* | NativeWindow public* reorg 3/3 ; NativeVisualID -> VisualIDHolder incl. prope... | Sven Gothel | 2012-03-06 | 2 | -19/+22 |
* | NativeWindow public-spec to public-impl reorg (javax.media.nativewindow.<impl... | Sven Gothel | 2012-03-06 | 6 | -18/+33 |
* | X11 Fix NativeVisualID regression (commit 90c46b1ef1f199ceb63e85c85e9ebeb919d... | Sven Gothel | 2012-03-05 | 2 | -33/+4 |
* | Complete LOCK_SURFACE_CHANGED ; Introduce NativeVisualID (Daisy chaining *Gra... | Sven Gothel | 2012-03-05 | 3 | -13/+28 |
* | Include GraphicsConfigurationFactory in lifecycle (initSingleton/shutdown) - ... | Sven Gothel | 2012-02-25 | 1 | -1/+9 |
* | X11: Fix unavailable GLX (Server): Use fallback GraphicsConfigurationFactory ... | Sven Gothel | 2012-02-25 | 3 | -18/+29 |
* | X11/GLX: Query X Server whether GLX is available (X11/SharedResourceRunner) ;... | Sven Gothel | 2012-02-25 | 2 | -13/+22 |
* | Fix GLProfile/GLDrawableFactory bug: Recursion on default desktop device, sin... | Sven Gothel | 2012-02-25 | 1 | -4/+5 |
* | DEBUG Output: More thread-names to drawable/context lifecycle; Remove massive... | Sven Gothel | 2012-02-22 | 6 | -32/+32 |
* | GraphicsConfigurationFactory: Add DEBUG dump @ chooser | Sven Gothel | 2012-02-22 | 1 | -0/+1 |
* | API Change [GLProfile/GLContext]: Add notion of hardware acceleration in GLPr... | Sven Gothel | 2012-02-20 | 1 | -1/+1 |
* | Fix ExtensionAvailabilityCache ; Enhance caching. | Sven Gothel | 2012-02-14 | 2 | -4/+4 |
* | Enhance ExtensionAvailabilityCache ; Expose extension count in GLContext (and... | Sven Gothel | 2012-02-13 | 1 | -2/+2 |
* | Fix JOGL GLContextImpl ProcAddressTable and Extension Caching | Sven Gothel | 2012-02-13 | 1 | -5/+3 |
* | OpenGL ES/EGL Overhaul | Sven Gothel | 2012-02-13 | 1 | -3/+3 |
* | GLContext*/GLDrawableHelper: Fix consistency of recursive makeCurrent()/relea... | Sven Gothel | 2012-01-08 | 1 | -1/+0 |
* | GLDrawableFactory*.createOffscreenDrawable(): No implicit setRealized(true) @... | Sven Gothel | 2011-12-17 | 2 | -7/+4 |
* | setGLFunctionAvailability(..): Reduce the calls to resetProcAddressTable() 12... | Sven Gothel | 2011-12-13 | 2 | -3/+3 |
* | Fix concurrency bug of GLProfile initialization ; Fix SharedResourceRunner 'd... | Sven Gothel | 2011-12-11 | 1 | -9/+8 |
* | New GLProfile.ShutdownType: SHARED_ONLY / COMPLETE - Enhance/Fix Lifecycle Ma... | Sven Gothel | 2011-12-01 | 1 | -18/+31 |
* | GLDrawableFactory: Implementations lifecycle is handled via constructor/destr... | Sven Gothel | 2011-12-01 | 1 | -33/+45 |
* | More Robust GLProfile Initialization ; Add NativeWindowFactory Shutdown | Sven Gothel | 2011-11-30 | 1 | -3/+10 |
* | GLContextImpl*: createImpl() / makeCurrentImpl() refinement / robostness | Sven Gothel | 2011-11-29 | 2 | -10/+3 |
* | Fix Bug 527: Creating a context w/ shared context, while the latter is in use... | Sven Gothel | 2011-11-28 | 2 | -8/+6 |
* | X11Util: Remove wrapped/locked X11Lib methods | Sven Gothel | 2011-11-26 | 6 | -20/+20 |
* | SharedResourceRunner: Use generics ; X11GLXDrawableFactory.SharedRunnable shu... | Sven Gothel | 2011-11-26 | 1 | -5/+9 |
* | GLX Information usage cleanup | Sven Gothel | 2011-11-25 | 5 | -180/+241 |
* | NativeWindow X11GraphicsDevice: Pass 'owner' for close-display operation @ co... | Sven Gothel | 2011-11-25 | 2 | -2/+2 |
* | JOGL/NativeWindow: Push down JOGL's X11AWTGLXGraphicsConfigurationFactory to ... | Sven Gothel | 2011-11-25 | 2 | -195/+11 |
* | GraphicsConfigurationFactory: Kick off 'registerFactory' via static method in... | Sven Gothel | 2011-11-23 | 3 | -7/+11 |
* | NativeSurface's getGraphicsConfiguration() returns the native (delegated) Abs... | Sven Gothel | 2011-11-23 | 8 | -15/+15 |
* | X11GLXDrawableFactory.createOffscreenSurfaceImpl(): Create own screen/device ... | Sven Gothel | 2011-11-23 | 1 | -8/+14 |
* | NativeWindow: SurfaceChangeable::setSize() -> surfaceSizeChanged() to avoid c... | Sven Gothel | 2011-11-09 | 4 | -4/+4 |
* | Cleanup offscreen/pbuffer drawables - minor edits | Sven Gothel | 2011-11-09 | 1 | -5/+4 |
* | JOGL *Drawable swapBufferImpl() cleanup: Don't force swap-buffer off for offs... | Sven Gothel | 2011-11-06 | 3 | -15/+5 |