| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix Bug 705 - Make Mesa X11 driver < 8.0 use new Quirk DontCloseX11DisplayCon... | Martin Hegedus | 2013-04-15 | 1 | -0/+32 |
* | Fix Bug 692: Add tracking of VERTEX_ARRAY_BINDING, and enable allowing a boun... | Sven Gothel | 2013-04-14 | 2 | -0/+6 |
* | FBObject.init() uses safe 1x1 size like reset(..) to behave equal; GLFBODrawa... | Sven Gothel | 2013-04-12 | 1 | -17/+16 |
* | GLContextImpl: destroy(): Fix null drawable check; makeCurrentWithinLock(): A... | Sven Gothel | 2013-04-12 | 2 | -24/+58 |
* | GLContextImpl.destroy(): Fail fast in case of invalid dawable [null, !realize... | Sven Gothel | 2013-04-10 | 1 | -14/+21 |
* | GLDrawable: Refine API doc; GLDrawableImpl: Balance createHandle()/destroyHan... | Sven Gothel | 2013-04-10 | 4 | -28/+64 |
* | Debug Messages: Unify getThreadName() usage and 'Catched Exception' messages | Sven Gothel | 2013-04-10 | 12 | -44/+40 |
* | Bug 713: Handle broken EGL setup - Catch all Exception types, not only Jogamp... | Sven Gothel | 2013-04-05 | 3 | -6/+3 |
* | Fix Bug 671: Add JPEG Decoder w/o AWT Dependencies | Sven Gothel | 2013-04-01 | 1 | -0/+1505 |
* | GLStateKeeper: Add clearPreservedGLState() | Sven Gothel | 2013-03-28 | 1 | -2/+7 |
* | Complete 9a4fcc7ea4ec61e4ceed791acced734ac04ea270: SharedResourceRunner.Impl.... | Sven Gothel | 2013-03-27 | 1 | -3/+0 |
* | SharedRessourceRunner: Add isDeviceSupported(..) query before spawn off threa... | Sven Gothel | 2013-03-27 | 3 | -2/+31 |
* | Add GLStateKeeper handling GLEventListenerState preservation and restauration... | Sven Gothel | 2013-03-22 | 1 | -11/+37 |
* | 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 | 3 | -136/+226 |
* | Remodel OSX/CALayer Threading (commit 896e8b021b39e9415040a57a1d540d7d24b02db... | Sven Gothel | 2013-03-15 | 3 | -59/+78 |
* | Fix NEWT WindowImpl reparent-recreate w/ GLEventListenerState: Bug introduced... | Sven Gothel | 2013-03-14 | 1 | -1/+4 |
* | OSX/CALayer: Revise CALayer 'RunOnMainThread' utilization, avoiding deadlocks | Sven Gothel | 2013-03-14 | 1 | -18/+12 |
* | GLEventListenerState: Moved to public package 'com.jogamp.opengl.util' | Sven Gothel | 2013-03-13 | 2 | -364/+1 |
* | Minor Changes: EGLDisplayUtil: Add stack trace in DEBUG mode for opened DPYs;... | Sven Gothel | 2013-03-13 | 1 | -16/+60 |
* | Bug 665: Allow re-association of GLContext/GLEventListener to a GLDrawable (P... | Sven Gothel | 2013-03-13 | 1 | -0/+56 |
* | Bug 665: Allow re-association of GLContext/GLEventListener to a GLDrawable (P... | Sven Gothel | 2013-03-13 | 10 | -192/+242 |
* | MemoryObject: Use GlueGen's new HashUtil | Sven Gothel | 2013-03-13 | 1 | -44/+6 |
* | *External*Context Impl: Remove unused 'lastContext' field, incl. their makeCu... | Sven Gothel | 2013-03-13 | 4 | -85/+2 |
* | Fix Bug 695: WGLExt.wglChoosePixelFormatARB causes buffer underflow due to a ... | Sven Gothel | 2013-02-28 | 2 | -2/+2 |
* | Adapt to GlueGen's relocation of AWTEDTExecutor - GlueGen commit 99a50b38f565... | Sven Gothel | 2013-02-28 | 1 | -1/+2 |
* | Bug 548 and Bug 679: Add 'glFlush()' requirement (OSX < 10.7.3 && NVIDIA GPU)... | Sven Gothel | 2013-02-21 | 2 | -15/+44 |
* | Relax GLContextImpl.setGLFunctionAvailability(..)'s Version Matching if testi... | Sven Gothel | 2013-02-21 | 1 | -2/+2 |
* | Fix GLVersionNumber (Bug 679): Don't use a subsequent version number if not v... | Sven Gothel | 2013-02-21 | 1 | -3/+8 |
* | Fix NPE of Bug 679: The ctx was released w/o fully initialized (no proper ARB... | Sven Gothel | 2013-02-20 | 2 | -2/+4 |
* | OSX/Java7/CALayer + JAWT: Partially Fix AWT/NEWT CALayer 'out of sight' bug, ... | Sven Gothel | 2013-02-20 | 1 | -0/+1 |
* | Fix Bug 644: AWT GLCanvas and GLJPanel ignored their visibility state | Sven Gothel | 2013-02-16 | 1 | -0/+1 |
* | X11/WGL: Better Exception Message for failed ARB context creation if profile ... | Sven Gothel | 2013-02-16 | 2 | -2/+2 |
* | 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 |
* | Java2D OGLPipeline(GLJPanel+Threading): More fine grained control about OGL t... | Sven Gothel | 2013-02-12 | 2 | -116/+144 |
* | GLContext: *TRACE_SWITCH spacing | Sven Gothel | 2013-02-11 | 2 | -13/+13 |
* | Bug 665 (part 3) - Allow dis-association of GLContext's GLDrawable .. - Add E... | Sven Gothel | 2013-01-27 | 2 | -27/+116 |
* | GLDrawableHelper.invoke: If drawable is !realized -> deferred execution | Sven Gothel | 2013-01-27 | 1 | -2/+2 |
* | Refine GL[Auto]Drawable 'realized' state in API doc, and relax it's realized ... | Sven Gothel | 2013-01-26 | 2 | -7/+13 |
* | WGLContext: Enhance DEBUG output for failed makeCurrentImpl(..) | Sven Gothel | 2013-01-26 | 1 | -1/+5 |
* | ProxySurface: Add 'NativeSurface getUpstreamSurface()' ; ProxySurfaceImpl: Do... | Sven Gothel | 2013-01-26 | 1 | -0/+1 |
* | [EGL/X11]Context: Enhance DEBUG output for failed makeCurrentImpl(..) | Sven Gothel | 2013-01-26 | 2 | -10/+20 |
* | FBObject/GLFBODrawableImpl: Silence stderr if not in DEBUG mode relying on ap... | Sven Gothel | 2013-01-26 | 1 | -16/+19 |
* | Bug 665 (part 1) - Allow dis-association of GLContext's GLDrawable .. | Sven Gothel | 2013-01-24 | 4 | -25/+310 |
* | Android: Allow selection of native window formats RGBA8888, RGBX8888 and RGB5... | Sven Gothel | 2013-01-20 | 2 | -4/+19 |
* | Fix Bug 669: Recursive GLContext makeCurrent()/release() | Sven Gothel | 2013-01-18 | 2 | -38/+86 |
* | Adding GEOMETRY_SHADER support in ShaderCode, adding core GL3/GEOMETRY_SHADER... | Sven Gothel | 2013-01-12 | 2 | -19/+18 |