summaryrefslogtreecommitdiffstats
path: root/src/jogl
Commit message (Expand)AuthorAgeFilesLines
...
| * PNGImage: Add license header ; TestPNGImage01NEWT package move ..Sven Gothel2013-03-271-1/+27
| * GLJPanel: Refine API docSven Gothel2013-03-261-8/+15
| * NEWT/Android (Bug 665): Add Support for GLStateKeeper ; onPause() always dest...Sven Gothel2013-03-221-13/+23
| * Animator: Cleanup DEBUG outputSven Gothel2013-03-221-4/+4
| * Add GLStateKeeper handling GLEventListenerState preservation and restauration...Sven Gothel2013-03-224-15/+140
| * MacOSXCGLContext: NPE in DEBUG mode while releaseNSOpenGLLayer on main-thread...Sven Gothel2013-03-201-2/+2
| * PNGImage: Cleanup code and reuse scanlineRGBA buffer in indexed mode. Add DEB...Sven Gothel2013-03-201-29/+36
| * Handles indexed PNGsJulien Gouesse2013-03-201-21/+49
| * MacOSXCGLContext: Remove Debug outputSven Gothel2013-03-191-1/+0
| * GLJPanel: No need to utilize AWT Component's default ImageObserver code - pix...Sven Gothel2013-03-191-1/+1
| * OSX/CALayer: OSX/CALayer Threading Part3 - Run CALayer ops in a streaming des...Sven Gothel2013-03-193-136/+226
| * MyNSOpenGLContext::dealloc: Avoid 'invalid context'Sven Gothel2013-03-191-3/+25
| * OSX CGL: Don't issue [NSOpenGLContext clearDrawable] for [NSOpenGLContext set...Sven Gothel2013-03-181-3/+10
| * Remodel OSX/CALayer Threading (commit 896e8b021b39e9415040a57a1d540d7d24b02db...Sven Gothel2013-03-156-140/+166
| * Fix NEWT WindowImpl reparent-recreate w/ GLEventListenerState: Bug introduced...Sven Gothel2013-03-142-9/+12
| * OSX/CALayer: Simplify FixCALayerLayout()/layoutSurfaceLayer() call, no more n...Sven Gothel2013-03-142-67/+4
| * OSX/CALayer: Revise CALayer 'RunOnMainThread' utilization, avoiding deadlocksSven Gothel2013-03-142-39/+27
| * GLEventListenerState: Moved to public package 'com.jogamp.opengl.util'Sven Gothel2013-03-133-8/+9
| * Minor Changes: EGLDisplayUtil: Add stack trace in DEBUG mode for opened DPYs;...Sven Gothel2013-03-132-18/+62
| * Bug 665: Allow re-association of GLContext/GLEventListener to a GLDrawable (P...Sven Gothel2013-03-131-0/+56
| * Bug 665: Allow re-association of GLContext/GLEventListener to a GLDrawable (P...Sven Gothel2013-03-1317-275/+308
| * MemoryObject: Use GlueGen's new HashUtilSven Gothel2013-03-131-44/+6
| * *External*Context Impl: Remove unused 'lastContext' field, incl. their makeCu...Sven Gothel2013-03-134-85/+2
| * Fix buggy unit test for Bug 694: The unpack alignment has to be considered!Sven Gothel2013-03-091-5/+29
| * GLJPanel: Updating GLJPanel documention w/ current mode of operationSven Gothel2013-03-081-12/+14
| * GLJPanel: Add DEBUG_VIEWPORT flag, Add USE_GLSL_TEXTURE_RASTERIZER flag, DEBU...Sven Gothel2013-03-081-25/+42
| * Fix Bug 695: WGLExt.wglChoosePixelFormatARB causes buffer underflow due to a ...Sven Gothel2013-02-282-2/+2
| * Adapt to GlueGen's relocation of AWTEDTExecutor - GlueGen commit 99a50b38f565...Sven Gothel2013-02-282-2/+3
| * Fix NEWT/AWT WindowClosing Unit Tests ; Review/Cleanup NEWT WindowClosing mec...Sven Gothel2013-02-283-9/+8
| * Fix CALayer pos/size and animation.b01Sven Gothel2013-02-222-65/+133
| * GLProfile: Adding convenient query for highest programmable core only GL profileSven Gothel2013-02-211-1/+36
| * Bug 548 and Bug 679: Add 'glFlush()' requirement (OSX < 10.7.3 && NVIDIA GPU)...Sven Gothel2013-02-213-17/+54
| * Relax GLContextImpl.setGLFunctionAvailability(..)'s Version Matching if testi...Sven Gothel2013-02-211-2/+2
| * Fix GLVersionNumber (Bug 679): Don't use a subsequent version number if not v...Sven Gothel2013-02-211-3/+8
| * Fix NPE of Bug 679: The ctx was released w/o fully initialized (no proper ARB...Sven Gothel2013-02-202-2/+4
| * OSX/Java7/CALayer + JAWT: Partially Fix AWT/NEWT CALayer 'out of sight' bug, ...Sven Gothel2013-02-203-7/+21
| * Fix Bug 644: AWT GLCanvas and GLJPanel ignored their visibility stateSven Gothel2013-02-164-16/+23
| * X11/WGL: Better Exception Message for failed ARB context creation if profile ...Sven Gothel2013-02-162-2/+2
| * Fix Bug 691 (part-3): NSOpenGLLayer::openGLContextForPixelFormat(..) on main-...Sven Gothel2013-02-162-12/+47
| * Fix Bug 675: NPE w/ Beans.setDesignTime(true) ; Fix GLCanvas.destroy(): Don't...Sven Gothel2013-02-151-117/+134
| * Fix Bug 691 (part-2): Extra '[subLayer release]' is wrong, since 'CGL.release...Sven Gothel2013-02-152-14/+16
| * Fix OSX CALayer Bug 690 and Bug 691: Occasional Freeze on CVDisplayLinkStop; ...Sven Gothel2013-02-142-32/+89
| * Java2D OGLPipeline(GLJPanel+Threading): More fine grained control about OGL t...Sven Gothel2013-02-123-123/+151
| * GLContext: *TRACE_SWITCH spacingSven Gothel2013-02-113-14/+14
| * Fix Animator resume() wait-condition (drawablesEmpty didn't wait for pausedIs...Sven Gothel2013-02-011-2/+2
| * Bug 665 (part 3) - Allow dis-association of GLContext's GLDrawable .. - Add E...Sven Gothel2013-01-272-27/+116
| * GLDrawableHelper.invoke: If drawable is !realized -> deferred executionSven Gothel2013-01-271-2/+2
| * Fix misc API docs ..Sven Gothel2013-01-272-3/+3
| * Animator: API doc cleanup, isPaused()==true if drawablesEmpty (Animator == FP...Sven Gothel2013-01-273-19/+41
| * Refine GL[Auto]Drawable 'realized' state in API doc, and relax it's realized ...Sven Gothel2013-01-265-18/+31