aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/jogamp/opengl/macosx
Commit message (Expand)AuthorAgeFilesLines
* Bug 929 - Reflect ES3 Compatibility with ES2Sven Gothel2013-12-211-1/+1
* 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
* GLContextImpl: Move sharedContextHandle check to makeCurrentWithinLock(..) an...Sven Gothel2013-11-023-27/+13
* Bug 875: Safeguard setGLFunctionAvailability(.. strictMatch=false.. ) operati...Sven Gothel2013-10-301-2/+3
* Bug 867 OSX [Common Code]: Trigger GLRendererQuirks.GL4NeedsGL3Request and ma...Sven Gothel2013-10-251-1/+1
* Bug 867 - OSX: Allow core >=4 if isMavericksOrLater; Use [kCGLOGLPVersion_GL4...Sven Gothel2013-10-242-27/+48
* jogl: add missing @Override annotationsHarvey Harrison2013-10-175-0/+5
* jogl: remove all trailing whitespaceHarvey Harrison2013-10-178-139/+139
* NativeWindow/OSX: Fix RunOnThread/RunLater - Properly determine 'forkOnMain' ...Sven Gothel2013-10-071-1/+1
* Fix Bug 839: Clarify whether resetStates(..) shall clearStates() - Pass 'isIn...Sven Gothel2013-09-211-2/+2
* Fix OSX GL-core lack of pbuffer: GLDrawableFactory.canCreateGLPbuffer(..) add...Sven Gothel2013-07-172-12/+7
* Add Support for GL 4.3 (Bug 716) and ES 3.0 (Bug 717)Sven Gothel2013-07-151-4/+10
* NEWT: Using WeakReferences for global cache of Display, Screen and Window ins...Sven Gothel2013-07-041-4/+2
* Security: Apply security changes from GlueGenSven Gothel2013-06-211-2/+2
* Fix Bug 753: Stuttering caused by lack of GL resource synchronization between...Sven Gothel2013-06-171-1/+51
* MacOSXCGLContext: Use final qualifier for CGL.CGLLockContext(cglCtx) result.Sven Gothel2013-06-161-1/+1
* Fix Bug 737: Add shader default precision for GLSL [1.30 .. 1.50[ - See GLSL ...Sven Gothel2013-05-171-2/+2
* Simplify GLDrawableFactory's SharedResource Query Methods; Move WindowsWGLDra...Sven Gothel2013-04-263-55/+36
* Fix Bug 720: Unify all platform specific GLContextImpl specializations; Fix B...Sven Gothel2013-04-1811-487/+68
* GLContextImpl: destroy(): Fix null drawable check; makeCurrentWithinLock(): A...Sven Gothel2013-04-121-14/+40
* Debug Messages: Unify getThreadName() usage and 'Catched Exception' messagesSven Gothel2013-04-103-10/+6
* Bug 713: Handle broken EGL setup - Catch all Exception types, not only Jogamp...Sven Gothel2013-04-051-2/+1
* MacOSXCGLContext: NPE in DEBUG mode while releaseNSOpenGLLayer on main-thread...Sven Gothel2013-03-201-2/+2
* MacOSXCGLContext: Remove Debug outputSven Gothel2013-03-191-1/+0
* OSX/CALayer: OSX/CALayer Threading Part3 - Run CALayer ops in a streaming des...Sven Gothel2013-03-191-134/+224
* Remodel OSX/CALayer Threading (commit 896e8b021b39e9415040a57a1d540d7d24b02db...Sven Gothel2013-03-153-59/+78
* OSX/CALayer: Revise CALayer 'RunOnMainThread' utilization, avoiding deadlocksSven Gothel2013-03-141-18/+12
* Bug 665: Allow re-association of GLContext/GLEventListener to a GLDrawable (P...Sven Gothel2013-03-132-76/+57
* *External*Context Impl: Remove unused 'lastContext' field, incl. their makeCu...Sven Gothel2013-03-131-20/+0
* Bug 548 and Bug 679: Add 'glFlush()' requirement (OSX < 10.7.3 && NVIDIA GPU)...Sven Gothel2013-02-211-3/+6
* Fix NPE of Bug 679: The ctx was released w/o fully initialized (no proper ARB...Sven Gothel2013-02-201-1/+3
* OSX/Java7/CALayer + JAWT: Partially Fix AWT/NEWT CALayer 'out of sight' bug, ...Sven Gothel2013-02-201-0/+1
* Fix Bug 691 (part-3): NSOpenGLLayer::openGLContextForPixelFormat(..) on main-...Sven Gothel2013-02-161-6/+25
* Fix Bug 691 (part-2): Extra '[subLayer release]' is wrong, since 'CGL.release...Sven Gothel2013-02-151-4/+1
* Fix OSX CALayer Bug 690 and Bug 691: Occasional Freeze on CVDisplayLinkStop; ...Sven Gothel2013-02-141-1/+4
* *Drawable impl. DEBUG: Add getThreadName() to debug out.Sven Gothel2012-12-221-1/+1
* GLContextImpl: Make createContextARBImpl/setGLFunctionAvailability more robos...Sven Gothel2012-12-212-2/+2
* MacOSXCGLContext: Use new setLocation(gl, shader-program); Minor edits..Sven Gothel2012-12-161-1/+1
* Cleanup GLContext special entries: getOffscreenContextPixelDataType(), getOff...Sven Gothel2012-12-152-26/+2
* OSX CALayer Stencil/.. Fix: In case of FBO CALayer usage, use default caps/pi...Sven Gothel2012-11-211-15/+25
* MacOSXCGLContext[NSOpenGLLayer/NSView]: Propagate drawable changeSven Gothel2012-11-042-22/+57
* MacOSXCGLContext: Fix ShaderCode instantiation .. (duh!) ; Tested via reparen...Sven Gothel2012-10-311-22/+9
* Add OSX CALayer OpenGL 3 (core) support: Derive pixelformat from parent (GL3)...Sven Gothel2012-10-311-5/+71
* Fix regression of commit e5692f615a8c40e7ca750261baf5e8ecdb0a34b8: CGL/CGLExt...Sven Gothel2012-10-301-1/+2
* CGL/CGLExt Robustness: Use NIODirectOnly for all bindings. For these internal...Sven Gothel2012-10-303-95/+96
* OSX Context: Fix caps determination for on-/offscreen since pformat's NSOpenG...Sven Gothel2012-10-041-22/+14
* Relax Bug 613 workaround of commit 92398025abdabb2fdef0d78edd41e730991a6f94Sven Gothel2012-10-021-4/+5
* MacOSXCGLContext: Fix missing initialization of 'needsSetContextPBuffer' if n...Sven Gothel2012-09-211-4/+4
* MacOSXCGLDrawableFactory: Cannot use shared context to retrieve quirks since ...Sven Gothel2012-09-211-10/+21