| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix Bug 753: Stuttering caused by lack of GL resource synchronization between... | Sven Gothel | 2013-06-17 | 1 | -1/+51 |
* | MacOSXCGLContext: Use final qualifier for CGL.CGLLockContext(cglCtx) result. | Sven Gothel | 2013-06-16 | 1 | -1/+1 |
* | Fix Bug 737: Add shader default precision for GLSL [1.30 .. 1.50[ - See GLSL ... | Sven Gothel | 2013-05-17 | 1 | -2/+2 |
* | Fix Bug 720: Unify all platform specific GLContextImpl specializations; Fix B... | Sven Gothel | 2013-04-18 | 1 | -4/+57 |
* | GLContextImpl: destroy(): Fix null drawable check; makeCurrentWithinLock(): A... | Sven Gothel | 2013-04-12 | 1 | -14/+40 |
* | Debug Messages: Unify getThreadName() usage and 'Catched Exception' messages | Sven Gothel | 2013-04-10 | 1 | -5/+5 |
* | MacOSXCGLContext: NPE in DEBUG mode while releaseNSOpenGLLayer on main-thread... | Sven Gothel | 2013-03-20 | 1 | -2/+2 |
* | MacOSXCGLContext: Remove Debug output | Sven Gothel | 2013-03-19 | 1 | -1/+0 |
* | OSX/CALayer: OSX/CALayer Threading Part3 - Run CALayer ops in a streaming des... | Sven Gothel | 2013-03-19 | 1 | -134/+224 |
* | Remodel OSX/CALayer Threading (commit 896e8b021b39e9415040a57a1d540d7d24b02db... | Sven Gothel | 2013-03-15 | 1 | -49/+78 |
* | OSX/CALayer: Revise CALayer 'RunOnMainThread' utilization, avoiding deadlocks | Sven Gothel | 2013-03-14 | 1 | -18/+12 |
* | Bug 665: Allow re-association of GLContext/GLEventListener to a GLDrawable (P... | Sven Gothel | 2013-03-13 | 1 | -75/+57 |
* | Bug 548 and Bug 679: Add 'glFlush()' requirement (OSX < 10.7.3 && NVIDIA GPU)... | Sven Gothel | 2013-02-21 | 1 | -3/+6 |
* | Fix NPE of Bug 679: The ctx was released w/o fully initialized (no proper ARB... | Sven Gothel | 2013-02-20 | 1 | -1/+3 |
* | OSX/Java7/CALayer + JAWT: Partially Fix AWT/NEWT CALayer 'out of sight' bug, ... | Sven Gothel | 2013-02-20 | 1 | -0/+1 |
* | Fix Bug 691 (part-3): NSOpenGLLayer::openGLContextForPixelFormat(..) on main-... | Sven Gothel | 2013-02-16 | 1 | -6/+25 |
* | Fix Bug 691 (part-2): Extra '[subLayer release]' is wrong, since 'CGL.release... | Sven Gothel | 2013-02-15 | 1 | -4/+1 |
* | Fix OSX CALayer Bug 690 and Bug 691: Occasional Freeze on CVDisplayLinkStop; ... | Sven Gothel | 2013-02-14 | 1 | -1/+4 |
* | MacOSXCGLContext: Use new setLocation(gl, shader-program); Minor edits.. | Sven Gothel | 2012-12-16 | 1 | -1/+1 |
* | Cleanup GLContext special entries: getOffscreenContextPixelDataType(), getOff... | Sven Gothel | 2012-12-15 | 1 | -14/+0 |
* | OSX CALayer Stencil/.. Fix: In case of FBO CALayer usage, use default caps/pi... | Sven Gothel | 2012-11-21 | 1 | -15/+25 |
* | MacOSXCGLContext[NSOpenGLLayer/NSView]: Propagate drawable change | Sven Gothel | 2012-11-04 | 1 | -21/+54 |
* | MacOSXCGLContext: Fix ShaderCode instantiation .. (duh!) ; Tested via reparen... | Sven Gothel | 2012-10-31 | 1 | -22/+9 |
* | Add OSX CALayer OpenGL 3 (core) support: Derive pixelformat from parent (GL3)... | Sven Gothel | 2012-10-31 | 1 | -5/+71 |
* | CGL/CGLExt Robustness: Use NIODirectOnly for all bindings. For these internal... | Sven Gothel | 2012-10-30 | 1 | -6/+9 |
* | OSX Context: Fix caps determination for on-/offscreen since pformat's NSOpenG... | Sven Gothel | 2012-10-04 | 1 | -22/+14 |
* | MacOSXCGLContext: Fix missing initialization of 'needsSetContextPBuffer' if n... | Sven Gothel | 2012-09-21 | 1 | -4/+4 |
* | OSX CALayer / MacOSXCGLContext: Remove pbuffer swap garbage; Split pbuffer/FB... | Sven Gothel | 2012-09-20 | 1 | -23/+22 |
* | OSX: Capture 'invalid drawable' message cause by NSOpenGLContext::setView(NUL... | Sven Gothel | 2012-09-16 | 1 | -6/+9 |
* | Seamless Integration of an FBObject based GLFBODrawable as GLOffscreenAutoDra... | Sven Gothel | 2012-09-15 | 1 | -271/+445 |
* | Fix Capabilities ambiguity and explosion of queried available-list; Add FBO a... | Sven Gothel | 2012-09-07 | 1 | -1/+8 |
* | Fix OSX OffscreenLayerSurface (OLS) regressions (pbuffer based) | Sven Gothel | 2012-07-20 | 1 | -6/+7 |
* | Fix OSX regression of commit 20bf031db719f7baa4c6e74734fc999061e08fe2 - handl... | Sven Gothel | 2012-07-20 | 1 | -1/+16 |
* | Bug 599 - FBObject / Offscreen Support - Part 1 | Sven Gothel | 2012-07-19 | 1 | -11/+13 |
* | Misc cleanup: Add @Override, remove trailing whitespace | Sven Gothel | 2012-06-27 | 1 | -64/+101 |
* | Completing swap-interval implementation for OSX's CALayer usage. Closing Bug 555 | Sven Gothel | 2012-04-22 | 1 | -13/+12 |
* | Recognize swap-interval in NSOpenGLLayer mode | Andres Colubri | 2012-04-22 | 1 | -2/+12 |
* | StringBuffer -> StringBuilder (Local objects, no concurrency) ; Impacts: Capa... | Sven Gothel | 2012-04-16 | 1 | -1/+1 |
* | GL/GLContext: Properly define swapInterval incl. default value for EGL (1) an... | Sven Gothel | 2012-03-10 | 1 | -8/+3 |
* | DEBUG Output: More thread-names to drawable/context lifecycle; Remove massive... | Sven Gothel | 2012-02-22 | 1 | -4/+4 |
* | Enhance ExtensionAvailabilityCache ; Expose extension count in GLContext (and... | Sven Gothel | 2012-02-13 | 1 | -2/+2 |
* | Fix JOGL GLContextImpl ProcAddressTable and Extension Caching | Sven Gothel | 2012-02-13 | 1 | -5/+4 |
* | 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 | 1 | -2/+16 |
* | OSX Fixes: bug 548 (another regression: pixelfmt), ctx creation failure -> no... | Sven Gothel | 2012-01-13 | 1 | -2/+6 |
* | Fix bug 548 and bug 533 - OSX [10.6] NVidia driver may require glFinish() bef... | Sven Gothel | 2012-01-09 | 1 | -0/+2 |
* | MacOSXCGLContext Offscreen Layer: Throw exception in case drawable is not rea... | Sven Gothel | 2011-12-17 | 1 | -2/+5 |
* | MacOSXCGLContext.isGLProfileSupported(): No GL3* on pre lion - early out | Sven Gothel | 2011-12-13 | 1 | -0/+5 |
* | GLContextImpl*: createImpl() / makeCurrentImpl() refinement / robostness | Sven Gothel | 2011-11-29 | 1 | -6/+43 |
* | Fix Bug 527: Creating a context w/ shared context, while the latter is in use... | Sven Gothel | 2011-11-28 | 1 | -12/+11 |