| Commit message (Expand) | Author | Age | Files | Lines |
* | GLDrawable* cleanup: Add @Override, remove trailing whitespace, .. | Sven Gothel | 2012-06-28 | 3 | -46/+70 |
* | Misc cleanup: Add @Override, remove trailing whitespace | Sven Gothel | 2012-06-27 | 4 | -97/+139 |
* | Misc cleanup: Add @Override, remove trailing whitespace | Sven Gothel | 2012-06-27 | 4 | -50/+73 |
* | GLContext*: Remove '[set/is]Synchronized(..)' - Defaults to wait for locks: 1... | Sven Gothel | 2012-05-13 | 1 | -1/+0 |
* | Completing swap-interval implementation for OSX's CALayer usage. Closing Bug 555 | Sven Gothel | 2012-04-22 | 1 | -13/+12 |
* | Recognize swap-interval in NSOpenGLLayer mode | Andres Colubri | 2012-04-22 | 1 | -2/+12 |
* | StringBuffer -> StringBuilder (Local objects, no concurrency) ; Impacts: Capa... | Sven Gothel | 2012-04-16 | 1 | -1/+1 |
* | Adapt to gluegen commit 1c03dfd6d1939a46018583419956e350e531f4fe - Fix Bug 566 | Sven Gothel | 2012-03-26 | 1 | -0/+3 |
* | GL/GLContext: Properly define swapInterval incl. default value for EGL (1) an... | Sven Gothel | 2012-03-10 | 1 | -8/+3 |
* | NativeWindow public-spec to public-impl reorg (javax.media.nativewindow.<impl... | Sven Gothel | 2012-03-06 | 5 | -10/+12 |
* | Cleanup DEBUG flags of *GraphicsConfigurationFactory (Use the common 'nativew... | Sven Gothel | 2012-02-25 | 2 | -4/+0 |
* | Fix GLProfile/GLDrawableFactory bug: Recursion on default desktop device, sin... | Sven Gothel | 2012-02-25 | 1 | -2/+3 |
* | DEBUG Output: More thread-names to drawable/context lifecycle; Remove massive... | Sven Gothel | 2012-02-22 | 1 | -4/+4 |
* | 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 | -2/+2 |
* | Enhance ExtensionAvailabilityCache ; Expose extension count in GLContext (and... | Sven Gothel | 2012-02-13 | 1 | -2/+2 |
* | MacOSXCGLDrawableFactory: Fix typo 'Applet' -> 'Apple' for APPLE_float_pixels | Sven Gothel | 2012-02-13 | 2 | -8/+15 |
* | Fix JOGL GLContextImpl ProcAddressTable and Extension Caching | Sven Gothel | 2012-02-13 | 1 | -5/+4 |
* | OpenGL ES/EGL Overhaul | Sven Gothel | 2012-02-13 | 1 | -4/+5 |
* | Use glFlush() in favor of glFinish() for bug 548 and bug 533 fix - due to per... | Sven Gothel | 2012-01-23 | 1 | -4/+4 |
* | OSX Fix: Catch releaseImpl's glFinish() exception (DebugGL); Make GLContext.r... | Sven Gothel | 2012-01-13 | 2 | -5/+26 |
* | OSX Fixes: bug 548 (another regression: pixelfmt), ctx creation failure -> no... | Sven Gothel | 2012-01-13 | 4 | -18/+20 |
* | Fix bug 548 and bug 533 - OSX [10.6] NVidia driver may require glFinish() bef... | Sven Gothel | 2012-01-09 | 1 | -0/+2 |
* | GLContext*/GLDrawableHelper: Fix consistency of recursive makeCurrent()/relea... | Sven Gothel | 2012-01-08 | 1 | -1/+0 |
* | MacOSXCGLContext Offscreen Layer: Throw exception in case drawable is not rea... | Sven Gothel | 2011-12-17 | 1 | -2/+5 |
* | GLDrawableFactory*.createOffscreenDrawable(): No implicit setRealized(true) @... | Sven Gothel | 2011-12-17 | 3 | -7/+4 |
* | MacOSXCGLContext.isGLProfileSupported(): No GL3* on pre lion - early out | Sven Gothel | 2011-12-13 | 1 | -0/+5 |
* | setGLFunctionAvailability(..): Reduce the calls to resetProcAddressTable() 12... | Sven Gothel | 2011-12-13 | 2 | -2/+2 |
* | Fix concurrency bug of GLProfile initialization ; Fix SharedResourceRunner 'd... | Sven Gothel | 2011-12-11 | 1 | -2/+6 |
* | New GLProfile.ShutdownType: SHARED_ONLY / COMPLETE - Enhance/Fix Lifecycle Ma... | Sven Gothel | 2011-12-01 | 1 | -15/+24 |
* | GLDrawableFactory: Implementations lifecycle is handled via constructor/destr... | Sven Gothel | 2011-12-01 | 1 | -33/+44 |
* | 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 | 6 | -15/+64 |
* | Fix Bug 527: Creating a context w/ shared context, while the latter is in use... | Sven Gothel | 2011-11-28 | 4 | -17/+20 |
* | Nativewindow AWT Device/Screen: Cleanup construction [default, specific]; AWT... | Sven Gothel | 2011-11-25 | 1 | -1/+1 |
* | GraphicsConfigurationFactory: Kick off 'registerFactory' via static method in... | Sven Gothel | 2011-11-23 | 3 | -7/+12 |
* | NativeSurface's getGraphicsConfiguration() returns the native (delegated) Abs... | Sven Gothel | 2011-11-23 | 3 | -6/+6 |
* | OS X Layered View Part8: Generalize OffscreenLayerSurface ; Use local JAWT in... | Sven Gothel | 2011-11-12 | 4 | -104/+16 |
* | OSX: Fix context update call | Sven Gothel | 2011-11-12 | 1 | -4/+14 |
* | Nativewindow: Introduce API private MutableGraphicsConfiguration | Sven Gothel | 2011-11-12 | 1 | -6/+3 |
* | Revert introduction of NativeSurfaceHolder and NativeWindowHolder interfaces | Sven Gothel | 2011-11-11 | 1 | -6/+0 |
* | Minor edits: Remove dead code / fix dbg printf | Sven Gothel | 2011-11-11 | 1 | -52/+0 |
* | OS X Layered View: Part6 (native) Using a root CALayer where we attach/detach... | Sven Gothel | 2011-11-10 | 1 | -3/+3 |
* | MacOSXPbufferCGLDrawable: verbose debug messages | Sven Gothel | 2011-11-10 | 1 | -1/+2 |
* | NativeWindow: SurfaceChangeable::setSize() -> surfaceSizeChanged() to avoid c... | Sven Gothel | 2011-11-09 | 1 | -1/+1 |
* | Cleanup offscreen/pbuffer drawables - minor edits | Sven Gothel | 2011-11-09 | 3 | -12/+7 |
* | OS X Layered View: Part5 NEWT/AWT Interaction ; Fix NSOpenGLLayer pos ; Cleanup | Sven Gothel | 2011-11-09 | 3 | -9/+6 |
* | Minor edits: remove redundancies | Sven Gothel | 2011-11-09 | 1 | -2/+2 |
* | OS X Layered View: Part2 Java/Native MacOSXCGLContext / MacOSXPbufferCGLContext | Sven Gothel | 2011-11-09 | 2 | -41/+40 |
* | OSX: SharedResource add knowledge of NPOT-, RECT- and Float-Texture features,... | Sven Gothel | 2011-11-08 | 2 | -87/+116 |