| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | OS X Layered View: Use pbuffer method (pbuffer w/ dbl buffer) | Sven Gothel | 2011-11-06 | 5 | -52/+115 |
* | JOGL *Drawable swapBufferImpl() cleanup: Don't force swap-buffer off for offs... | Sven Gothel | 2011-11-06 | 3 | -47/+6 |
* | JOGL/Offscreen-Drawable: Use setRealized(boolean) protocol for offscreen/pbuffer | Sven Gothel | 2011-11-06 | 3 | -15/+30 |
* | Impl layeredSurface (java/native): | Sven Gothel | 2011-11-05 | 6 | -22/+182 |
* | OSX: Enable OpenGL profile support, ie OpenGL 3.2 -> GL3 for OSX >= 10.7 | Sven Gothel | 2011-10-26 | 4 | -152/+357 |
* | MacOSX: Pull down (and fix releaseContext) NSOPENGL/CGL mode/impl, fixes SWT ... | Sven Gothel | 2011-10-25 | 8 | -588/+496 |
* | MacOSX: Always release ctx on main thread (offscreen was frozen as well); Cle... | Sven Gothel | 2011-10-13 | 4 | -21/+4 |
* | MacOSX: Fix shared ctx release [onMainThread]; Make GLContextShareSet lifecyc... | Sven Gothel | 2011-10-13 | 3 | -19/+25 |
* | JOGL/OSX: Properly utilize NSOpenGLContext update() via ContextUpdater, which... | Sven Gothel | 2011-10-13 | 1 | -11/+37 |
* | NEWT/JOGL: MacOSX Update | Sven Gothel | 2011-09-25 | 1 | -0/+2 |
* | *GLContext: resetStates(); getPlatformExtensionsString(); GLX/WGL NV_swap_gro... | Sven Gothel | 2011-09-09 | 1 | -7/+13 |
* | Add GL Version 4.2 in GLContext Query - Add verification via glGetIntegerv(GL... | Sven Gothel | 2011-09-02 | 4 | -4/+4 |
* | DynamicLibraryBundle*: Use generics for better spec - following gluegen commi... | Sven Gothel | 2011-08-31 | 1 | -18/+9 |
* | Cleanup: Java Generics Use and Removed Unused Methods | Sven Gothel | 2011-08-24 | 1 | -2/+2 |
* | Adapt to DynamicLibraryBundleInfo API change ; Remove non std EGL/ES libs (An... | Sven Gothel | 2011-08-09 | 1 | -1/+1 |
* | GLProfile / eager init: Use relaxed query, if context was created while initi... | Sven Gothel | 2011-08-07 | 1 | -2/+7 |
* | GLContext Impl: Fix Platform 'GLX' ProcAddress Caching, allow multiple types | Sven Gothel | 2011-08-01 | 1 | -3/+3 |
* | GLContextImpl: GLContextLock -> RecursiveLock | Sven Gothel | 2011-04-23 | 1 | -5/+5 |