aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl/classes
Commit message (Expand)AuthorAgeFilesLines
* GLProfile: use dbl checked locking w/ volatile ; Proper shutdown sequence.Sven Gothel2011-12-011-26/+36
* GLDrawableFactory: Implementations lifecycle is handled via constructor/destr...Sven Gothel2011-12-015-143/+211
* Move manual GDI utils to GDIUtil ; Minor cleanup.Sven Gothel2011-12-012-2/+5
* More Robust GLProfile Initialization ; Add NativeWindowFactory ShutdownSven Gothel2011-11-308-25/+70
* GLContextImpl*: createImpl() / makeCurrentImpl() refinement / robostnessSven Gothel2011-11-2914-49/+105
* Fix Bug 527: Creating a context w/ shared context, while the latter is in use...Sven Gothel2011-11-289-55/+68
* X11Util: Remove wrapped/locked X11Lib methodsSven Gothel2011-11-266-20/+20
* SharedResourceRunner: Use generics ; X11GLXDrawableFactory.SharedRunnable shu...Sven Gothel2011-11-263-17/+17
* NEWT/GLContextImpl: Refine API doc, NEWT: Display name -> connection nameSven Gothel2011-11-261-1/+4
* GLX Information usage cleanupSven Gothel2011-11-257-190/+249
* NativeWindow X11GraphicsDevice: Pass 'owner' for close-display operation @ co...Sven Gothel2011-11-252-2/+2
* Nativewindow AWT Device/Screen: Cleanup construction [default, specific]; AWT...Sven Gothel2011-11-253-3/+5
* JOGL/NativeWindow: Push down JOGL's X11AWTGLXGraphicsConfigurationFactory to ...Sven Gothel2011-11-252-195/+11
* GraphicsConfigurationFactory: Kick off 'registerFactory' via static method in...Sven Gothel2011-11-2311-25/+39
* NativeSurface's getGraphicsConfiguration() returns the native (delegated) Abs...Sven Gothel2011-11-2330-49/+49
* X11GLXDrawableFactory.createOffscreenSurfaceImpl(): Create own screen/device ...Sven Gothel2011-11-231-8/+14
* Fix GLDrawableFactory: Move 'GLContext getOrCreateSharedContext(..)' to non p...Sven Gothel2011-11-212-16/+16
* WindowsWGLDrawableFactory createOffscreenDrawable() - Don't spin off creation...Sven Gothel2011-11-182-27/+17
* OS X Layered View Part8: Generalize OffscreenLayerSurface ; Use local JAWT in...Sven Gothel2011-11-125-116/+64
* OSX: Fix context update callSven Gothel2011-11-121-4/+14
* Nativewindow: Introduce API private MutableGraphicsConfigurationSven Gothel2011-11-124-15/+24
* Animator timeout/refinementSven Gothel2011-11-114-21/+22
* Revert introduction of NativeSurfaceHolder and NativeWindowHolder interfacesSven Gothel2011-11-112-8/+9
* Minor edits: Remove dead code / fix dbg printfSven Gothel2011-11-111-52/+0
* OS X Layered View: Part6 (native) Using a root CALayer where we attach/detach...Sven Gothel2011-11-101-3/+3
* Animator: Limit wait for condition in finishLifecycleAction() via timeoutSven Gothel2011-11-101-4/+9
* MacOSXPbufferCGLDrawable: verbose debug messagesSven Gothel2011-11-101-1/+2
* NativeWindow: SurfaceChangeable::setSize() -> surfaceSizeChanged() to avoid c...Sven Gothel2011-11-099-9/+9
* Cleanup offscreen/pbuffer drawables - minor editsSven Gothel2011-11-096-46/+28
* minor editSven Gothel2011-11-091-1/+1
* OS X Layered View: Part5 NEWT/AWT Interaction ; Fix NSOpenGLLayer pos ; CleanupSven Gothel2011-11-093-9/+6
* Minor edits: remove redundanciesSven Gothel2011-11-091-2/+2
* NativeWindow: Add accessor interfaces NativeSurfaceHolder and NativeWindowHolderSven Gothel2011-11-091-3/+2
* OS X Layered View: Part2 Java/Native MacOSXCGLContext / MacOSXPbufferCGLContextSven Gothel2011-11-092-41/+40
* Minor edits: Remove unused code and warningsSven Gothel2011-11-082-14/+3
* FPSCounter: Use Java 1.5 TimeUnitSven Gothel2011-11-081-2/+4
* GLContext: Intendation + Use generics (remove warnings)Sven Gothel2011-11-081-22/+27
* OSX: SharedResource add knowledge of NPOT-, RECT- and Float-Texture features,...Sven Gothel2011-11-084-98/+132
* JOGL: GLBase Add 'isNPOTTextureAvailable()' for convenienceSven Gothel2011-11-082-3/+12
* OS X Layered View: Use pbuffer method (pbuffer w/ dbl buffer)Sven Gothel2011-11-065-52/+115
* JOGL *Drawable swapBufferImpl() cleanup: Don't force swap-buffer off for offs...Sven Gothel2011-11-0613-95/+27
* JOGL/Offscreen-Drawable: Use setRealized(boolean) protocol for offscreen/pbufferSven Gothel2011-11-067-42/+74
* Impl layeredSurface (java/native):Sven Gothel2011-11-056-22/+182
* Cleanup ; JAWT* version flag setting based whetherSven Gothel2011-11-053-2/+18
* Win32: Reuse Platform's OS VersionNumberSven Gothel2011-10-291-1/+1
* GLProfile: Add GLProfile getImpl(); Use getImpl() for getGL2ES[12](..), dropp...Sven Gothel2011-10-262-72/+71
* OSX: Enable OpenGL profile support, ie OpenGL 3.2 -> GL3 for OSX >= 10.7Sven Gothel2011-10-264-152/+357
* Minor edits / cleanup of GLContext*Sven Gothel2011-10-266-26/+13
* MacOSX: Pull down (and fix releaseContext) NSOPENGL/CGL mode/impl, fixes SWT ...Sven Gothel2011-10-2511-591/+499
* Test: NEWT Remote GLWindow w/ GL2ES1 (GLSL n/a on remote GLX, eg. NV)Sven Gothel2011-10-211-1/+1