aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/jogamp/opengl/macosx/cgl/MacOSXCGLDrawableFactory.java
Commit message (Expand)AuthorAgeFilesLines
* Bug 1203: GLDrawable-Stateless operations in GLContextImpl, using ctxVersion ...Sven Gothel2015-08-291-1/+1
* Bug 682 - Relocating javax.media.opengl.* -> com.jogamp.opengl.* (Part 1)Sven Gothel2015-02-021-14/+14
* Bug 1068 - Unify Surfaceless probing; Fix Surfaceless for OSX and Windows (pr...Sven Gothel2015-01-231-41/+66
* Misc Fix: GLContext*; Refine DEBUG output in GLDrawableFactory's createShareR...Sven Gothel2015-01-231-1/+3
* Simplify GLDrawable[Impl|Factory].getGLDynamicLookupHelper(..)Sven Gothel2015-01-231-1/+1
* Bug 1068 - Use GenericUpstreamSurfacelessHook for all createSurfacelessImpl(....Sven Gothel2015-01-231-2/+4
* Bug 1068 - Allow GLContext creation and makeCurrent without default framebuff...Sven Gothel2014-12-071-4/+3
* Bug 1068, 1096: Unify EGL surface related code in EGLSurface; Add notion of '...Sven Gothel2014-12-071-0/+6
* Bug 1035 - Allow Gamma [Brightness, Contrast] settings to be performed on dis...Sven Gothel2014-07-271-6/+12
* Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e...Sven Gothel2014-07-031-28/+28
* Fix 'typo' in messages: 'Catched' -> 'Caught'Sven Gothel2014-06-281-2/+2
* GLDrawableFactory: destroy() -> shutdownImpl() - Add DEBUG output in implemen...Sven Gothel2013-11-281-1/+4
* Bug 894 - GLDrawableFactory* [dummy|offscreen] Surface creation w/ own device...Sven Gothel2013-11-061-2/+2
* jogl: add missing @Override annotationsHarvey Harrison2013-10-171-0/+1
* jogl: remove all trailing whitespaceHarvey Harrison2013-10-171-14/+14
* Fix OSX GL-core lack of pbuffer: GLDrawableFactory.canCreateGLPbuffer(..) add...Sven Gothel2013-07-171-2/+7
* Simplify GLDrawableFactory's SharedResource Query Methods; Move WindowsWGLDra...Sven Gothel2013-04-261-53/+34
* Fix Bug 720: Unify all platform specific GLContextImpl specializations; Fix B...Sven Gothel2013-04-181-11/+0
* Debug Messages: Unify getThreadName() usage and 'Catched Exception' messagesSven Gothel2013-04-101-1/+1
* Bug 713: Handle broken EGL setup - Catch all Exception types, not only Jogamp...Sven Gothel2013-04-051-2/+1
* CGL/CGLExt Robustness: Use NIODirectOnly for all bindings. For these internal...Sven Gothel2012-10-301-4/+5
* Relax Bug 613 workaround of commit 92398025abdabb2fdef0d78edd41e730991a6f94Sven Gothel2012-10-021-4/+5
* MacOSXCGLDrawableFactory: Cannot use shared context to retrieve quirks since ...Sven Gothel2012-09-211-10/+21
* Add GLRendererQuirks; Fix shared EGL/ES resources;Sven Gothel2012-09-201-8/+11
* Seamless Integration of an FBObject based GLFBODrawable as GLOffscreenAutoDra...Sven Gothel2012-09-151-55/+16
* Cleanup shutdown mechanism ; Fix X11/ATI SIGV at shutdown ; EGLDisplayUtil: C...Sven Gothel2012-09-071-6/+4
* Fix EGLDrawableFactory ES1/ES2 detection for !pbuffer ; Misc robustness chang...Sven Gothel2012-08-211-0/+5
* Bug 599 - FBObject / Offscreen Support - Part 1Sven Gothel2012-07-191-45/+108
* GLAutoDrawable* refinement of abstraction / generalization - API Change!Sven Gothel2012-07-041-1/+1
* GLDrawable* cleanup: Add @Override, remove trailing whitespace, ..Sven Gothel2012-06-281-31/+54
* GLContext*: Remove '[set/is]Synchronized(..)' - Defaults to wait for locks: 1...Sven Gothel2012-05-131-1/+0
* NativeWindow public-spec to public-impl reorg (javax.media.nativewindow.<impl...Sven Gothel2012-03-061-2/+2
* Fix GLProfile/GLDrawableFactory bug: Recursion on default desktop device, sin...Sven Gothel2012-02-251-2/+3
* API Change [GLProfile/GLContext]: Add notion of hardware acceleration in GLPr...Sven Gothel2012-02-201-1/+1
* MacOSXCGLDrawableFactory: Fix typo 'Applet' -> 'Apple' for APPLE_float_pixelsSven Gothel2012-02-131-7/+8
* OpenGL ES/EGL OverhaulSven Gothel2012-02-131-4/+5
* OSX Fix: Catch releaseImpl's glFinish() exception (DebugGL); Make GLContext.r...Sven Gothel2012-01-131-3/+10
* OSX Fixes: bug 548 (another regression: pixelfmt), ctx creation failure -> no...Sven Gothel2012-01-131-0/+1
* GLContext*/GLDrawableHelper: Fix consistency of recursive makeCurrent()/relea...Sven Gothel2012-01-081-1/+0
* GLDrawableFactory*.createOffscreenDrawable(): No implicit setRealized(true) @...Sven Gothel2011-12-171-1/+2
* Fix concurrency bug of GLProfile initialization ; Fix SharedResourceRunner 'd...Sven Gothel2011-12-111-2/+6
* New GLProfile.ShutdownType: SHARED_ONLY / COMPLETE - Enhance/Fix Lifecycle Ma...Sven Gothel2011-12-011-15/+24
* GLDrawableFactory: Implementations lifecycle is handled via constructor/destr...Sven Gothel2011-12-011-33/+44
* More Robust GLProfile Initialization ; Add NativeWindowFactory ShutdownSven Gothel2011-11-301-3/+10
* GLContextImpl*: createImpl() / makeCurrentImpl() refinement / robostnessSven Gothel2011-11-291-1/+1
* GraphicsConfigurationFactory: Kick off 'registerFactory' via static method in...Sven Gothel2011-11-231-3/+4
* NativeSurface's getGraphicsConfiguration() returns the native (delegated) Abs...Sven Gothel2011-11-231-1/+1
* OS X Layered View Part8: Generalize OffscreenLayerSurface ; Use local JAWT in...Sven Gothel2011-11-121-45/+0
* Revert introduction of NativeSurfaceHolder and NativeWindowHolder interfacesSven Gothel2011-11-111-6/+0
* NativeWindow: SurfaceChangeable::setSize() -> surfaceSizeChanged() to avoid c...Sven Gothel2011-11-091-1/+1