| Commit message (Expand) | Author | Age | Files | Lines |
* | OSX/CALayer: OSX/CALayer Threading Part3 - Run CALayer ops in a streaming des... | Sven Gothel | 2013-03-19 | 3 | -136/+226 |
* | MyNSOpenGLContext::dealloc: Avoid 'invalid context' | Sven Gothel | 2013-03-19 | 1 | -3/+25 |
* | OSX CGL: Don't issue [NSOpenGLContext clearDrawable] for [NSOpenGLContext set... | Sven Gothel | 2013-03-18 | 1 | -3/+10 |
* | Remodel OSX/CALayer Threading (commit 896e8b021b39e9415040a57a1d540d7d24b02db... | Sven Gothel | 2013-03-15 | 6 | -140/+166 |
* | Fix NEWT WindowImpl reparent-recreate w/ GLEventListenerState: Bug introduced... | Sven Gothel | 2013-03-14 | 2 | -9/+12 |
* | OSX/CALayer: Simplify FixCALayerLayout()/layoutSurfaceLayer() call, no more n... | Sven Gothel | 2013-03-14 | 2 | -67/+4 |
* | OSX/CALayer: Revise CALayer 'RunOnMainThread' utilization, avoiding deadlocks | Sven Gothel | 2013-03-14 | 2 | -39/+27 |
* | GLEventListenerState: Moved to public package 'com.jogamp.opengl.util' | Sven Gothel | 2013-03-13 | 3 | -8/+9 |
* | Minor Changes: EGLDisplayUtil: Add stack trace in DEBUG mode for opened DPYs;... | Sven Gothel | 2013-03-13 | 2 | -18/+62 |
* | 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 | 17 | -275/+308 |
* | 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 buggy unit test for Bug 694: The unpack alignment has to be considered! | Sven Gothel | 2013-03-09 | 1 | -5/+29 |
* | GLJPanel: Updating GLJPanel documention w/ current mode of operation | Sven Gothel | 2013-03-08 | 1 | -12/+14 |
* | GLJPanel: Add DEBUG_VIEWPORT flag, Add USE_GLSL_TEXTURE_RASTERIZER flag, DEBU... | Sven Gothel | 2013-03-08 | 1 | -25/+42 |
* | 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 | 2 | -2/+3 |
* | Fix NEWT/AWT WindowClosing Unit Tests ; Review/Cleanup NEWT WindowClosing mec... | Sven Gothel | 2013-02-28 | 3 | -9/+8 |
* | Fix CALayer pos/size and animation.b01 | Sven Gothel | 2013-02-22 | 2 | -65/+133 |
* | GLProfile: Adding convenient query for highest programmable core only GL profile | Sven Gothel | 2013-02-21 | 1 | -1/+36 |
* | Bug 548 and Bug 679: Add 'glFlush()' requirement (OSX < 10.7.3 && NVIDIA GPU)... | Sven Gothel | 2013-02-21 | 3 | -17/+54 |
* | 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 | 3 | -7/+21 |
* | Fix Bug 644: AWT GLCanvas and GLJPanel ignored their visibility state | Sven Gothel | 2013-02-16 | 4 | -16/+23 |
* | 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 | 2 | -12/+47 |
* | Fix Bug 675: NPE w/ Beans.setDesignTime(true) ; Fix GLCanvas.destroy(): Don't... | Sven Gothel | 2013-02-15 | 1 | -117/+134 |
* | Fix Bug 691 (part-2): Extra '[subLayer release]' is wrong, since 'CGL.release... | Sven Gothel | 2013-02-15 | 2 | -14/+16 |
* | Fix OSX CALayer Bug 690 and Bug 691: Occasional Freeze on CVDisplayLinkStop; ... | Sven Gothel | 2013-02-14 | 2 | -32/+89 |
* | Java2D OGLPipeline(GLJPanel+Threading): More fine grained control about OGL t... | Sven Gothel | 2013-02-12 | 3 | -123/+151 |
* | GLContext: *TRACE_SWITCH spacing | Sven Gothel | 2013-02-11 | 3 | -14/+14 |
* | Fix Animator resume() wait-condition (drawablesEmpty didn't wait for pausedIs... | Sven Gothel | 2013-02-01 | 1 | -2/+2 |
* | 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 |
* | Fix misc API docs .. | Sven Gothel | 2013-01-27 | 2 | -3/+3 |
* | Animator: API doc cleanup, isPaused()==true if drawablesEmpty (Animator == FP... | Sven Gothel | 2013-01-27 | 3 | -19/+41 |
* | Refine GL[Auto]Drawable 'realized' state in API doc, and relax it's realized ... | Sven Gothel | 2013-01-26 | 5 | -18/+31 |
* | 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 | 2 | -18/+23 |
* | Bug 665 (part 1) - Allow dis-association of GLContext's GLDrawable .. | Sven Gothel | 2013-01-24 | 8 | -159/+355 |
* | Android: Allow selection of native window formats RGBA8888, RGBX8888 and RGB5... | Sven Gothel | 2013-01-20 | 2 | -4/+19 |
* | Android/NewtVersionActivity: Dump avail. GLCaps / Use stderr, since log would... | Sven Gothel | 2013-01-19 | 1 | -6/+25 |
* | Adapt to change 5060b728b26a89a14367f8fca9f4eb7968f719ca: ShaderState.uniform... | Sven Gothel | 2013-01-19 | 1 | -3/+5 |
* | Fix Bug 669: Recursive GLContext makeCurrent()/release() | Sven Gothel | 2013-01-18 | 3 | -38/+97 |
* | ShaderState: Reduce hash-map utilization at shader switch (reset uniforms/att... | Sven Gothel | 2013-01-15 | 1 | -44/+59 |