| Commit message (Expand) | Author | Age | Files | Lines |
* | SWT GLCanvas: Java 1.5 clean (No @override for interfaces); Add license heade... | Sven Gothel | 2012-01-09 | 1 | -652/+0 |
* | Merge pull request #41 from krisher/master | Sven Gothel | 2012-01-09 | 1 | -0/+652 |
|\ |
|
| * | Hopefully fixed use of GLCapabilitiesChooser (I didn't realize that this was ... | Dan Krisher | 2011-11-14 | 1 | -24/+3 |
| * | [WIP] Added an SWT based GLCanvas implementation nearly identical to the AWT ... | Dan Krisher | 2011-11-14 | 1 | -0/+673 |
* | | Fix bug 548 and bug 533 - OSX [10.6] NVidia driver may require glFinish() bef... | Sven Gothel | 2012-01-09 | 1 | -0/+2 |
* | | Dispatch the '5' GDI/WGL functions and allow using their 'wgl' variants. GDI ... | Sven Gothel | 2012-01-09 | 7 | -21/+115 |
* | | GLContext/NativeSurface Impl's toString(): Add lock.toString() | Sven Gothel | 2012-01-08 | 1 | -5/+0 |
* | | GLContext*/GLDrawableHelper: Fix consistency of recursive makeCurrent()/relea... | Sven Gothel | 2012-01-08 | 5 | -174/+318 |
* | | GLJPanel: Fix dispose of backend (J2DOGL thread, no double dispose).., | Sven Gothel | 2011-12-22 | 3 | -34/+48 |
* | | Fix regression of commit 47dc069104723f3d2e8d9ebdd700182e067163d0: Lock share... | Sven Gothel | 2011-12-18 | 1 | -131/+140 |
* | | 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 | 10 | -41/+39 |
* | | GLDebugMessageHandler: Move Windows 32bit exclusion to init() block signaling... | Sven Gothel | 2011-12-13 | 1 | -13/+12 |
* | | GLDebugMessageHandler: Disable Windows 32bit due to 32bit on 64bit JVM/OpenGL... | Sven Gothel | 2011-12-13 | 1 | -5/+14 |
* | | 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 | 9 | -43/+69 |
* | | GLDrawableHelper.reshape(): check whether to call GLEventListener's init() ho... | Sven Gothel | 2011-12-11 | 1 | -3/+8 |
* | | Fix concurrency bug of GLProfile initialization ; Fix SharedResourceRunner 'd... | Sven Gothel | 2011-12-11 | 7 | -67/+134 |
* | | New GLProfile.ShutdownType: SHARED_ONLY / COMPLETE - Enhance/Fix Lifecycle Ma... | Sven Gothel | 2011-12-01 | 5 | -82/+135 |
* | | GLContext fix shutdown(): Clear proc address tables and extension cache (GLCo... | Sven Gothel | 2011-12-01 | 1 | -2/+6 |
* | | Minor edits. | Sven Gothel | 2011-12-01 | 4 | -16/+1 |
* | | GLDrawableFactory: Implementations lifecycle is handled via constructor/destr... | Sven Gothel | 2011-12-01 | 4 | -116/+168 |
* | | Move manual GDI utils to GDIUtil ; Minor cleanup. | Sven Gothel | 2011-12-01 | 2 | -2/+5 |
* | | More Robust GLProfile Initialization ; Add NativeWindowFactory Shutdown | Sven Gothel | 2011-11-30 | 6 | -18/+51 |
* | | GLContextImpl*: createImpl() / makeCurrentImpl() refinement / robostness | Sven Gothel | 2011-11-29 | 14 | -49/+105 |
* | | Fix Bug 527: Creating a context w/ shared context, while the latter is in use... | Sven Gothel | 2011-11-28 | 9 | -55/+68 |
* | | 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 | 3 | -17/+17 |
* | | NEWT/GLContextImpl: Refine API doc, NEWT: Display name -> connection name | Sven Gothel | 2011-11-26 | 1 | -1/+4 |
* | | GLX Information usage cleanup | Sven Gothel | 2011-11-25 | 7 | -190/+249 |
* | | NativeWindow X11GraphicsDevice: Pass 'owner' for close-display operation @ co... | Sven Gothel | 2011-11-25 | 2 | -2/+2 |
* | | Nativewindow AWT Device/Screen: Cleanup construction [default, specific]; AWT... | 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 | 11 | -25/+39 |
* | | NativeSurface's getGraphicsConfiguration() returns the native (delegated) Abs... | Sven Gothel | 2011-11-23 | 27 | -44/+44 |
* | | X11GLXDrawableFactory.createOffscreenSurfaceImpl(): Create own screen/device ... | Sven Gothel | 2011-11-23 | 1 | -8/+14 |
* | | Fix GLDrawableFactory: Move 'GLContext getOrCreateSharedContext(..)' to non p... | Sven Gothel | 2011-11-21 | 1 | -0/+16 |
* | | WindowsWGLDrawableFactory createOffscreenDrawable() - Don't spin off creation... | Sven Gothel | 2011-11-18 | 2 | -27/+17 |
* | | OS X Layered View Part8: Generalize OffscreenLayerSurface ; Use local JAWT in... | Sven Gothel | 2011-11-12 | 5 | -116/+64 |
* | | OSX: Fix context update call | Sven Gothel | 2011-11-12 | 1 | -4/+14 |
* | | Nativewindow: Introduce API private MutableGraphicsConfiguration | Sven Gothel | 2011-11-12 | 4 | -15/+24 |
* | | 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 | 9 | -9/+9 |
* | | Cleanup offscreen/pbuffer drawables - minor edits | Sven Gothel | 2011-11-09 | 6 | -46/+28 |
* | | minor edit | Sven Gothel | 2011-11-09 | 1 | -1/+1 |
* | | 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 |