| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Minor: GLWindow fix size validation; GLContextImpl: Remove hold ctx lock coun... | Sven Gothel | 2013-01-11 | 1 | -6/+3 |
* | GLAutoDrawable/AnimatorBase: Add ExclusiveContextThread (ECT) feature; Animat... | Sven Gothel | 2013-01-11 | 2 | -161/+290 |
* | Update PNGJ 0.85 -> 1.12 (w/ interlace read support) ; Added PNG Interlace re... | Sven Gothel | 2012-12-31 | 50 | -1440/+3891 |
* | Bug632: Test NEWT Child Window Translucency (X11/Windows) .. | Sven Gothel | 2012-12-30 | 1 | -5/+8 |
* | SharedResourceRunner: Always dump Exception if catched @ creation, not just i... | Sven Gothel | 2012-12-30 | 1 | -3/+1 |
* | setGLFunctionAvailability(..): Unify GLInt and GLString version validation; R... | Sven Gothel | 2012-12-30 | 1 | -50/+102 |
* | Cleanup / Simplify: setGLFunctionAvailability(..) / createContextARBVersions(... | Sven Gothel | 2012-12-30 | 1 | -50/+95 |
* | Fix Bug 658 (Mesa 9.0 3.1 Intel compat quirk, 3.1 core only) ; No PROFILE_ALI... | Sven Gothel | 2012-12-29 | 1 | -38/+77 |
* | AWT GLCanvas: More strict GLDrawable realization [on AWT-EDT], skip if creati... | Sven Gothel | 2012-12-28 | 1 | -0/+1 |
* | Bug 642 / Refine 1ae0737f34143a5ed655bd9c4d5fe9b0437c7774: GLContextImpl.make... | Sven Gothel | 2012-12-22 | 1 | -48/+42 |
* | Fix Bug 642 TestJSplitPaneMixHwLw01AWT (AWT-GLCanvas); Robustness GLContext/G... | Sven Gothel | 2012-12-22 | 2 | -23/+35 |
* | *Drawable impl. DEBUG: Add getThreadName() to debug out. | Sven Gothel | 2012-12-22 | 8 | -13/+16 |
* | GLContextImpl: Make createContextARBImpl/setGLFunctionAvailability more robos... | Sven Gothel | 2012-12-21 | 9 | -23/+32 |
* | MacOSXCGLContext: Use new setLocation(gl, shader-program); Minor edits.. | Sven Gothel | 2012-12-16 | 1 | -1/+1 |
* | GLJPanel: Impl. is GLProfile agnostic; Use GLDrawableFactory.createOffscreenD... | Sven Gothel | 2012-12-16 | 3 | -5/+208 |
* | GLArrayData/ImmModeSink: Remove implicit dependency on ShaderState - allow op... | Sven Gothel | 2012-12-16 | 4 | -30/+115 |
* | Cleanup GLContext special entries: getOffscreenContextPixelDataType(), getOff... | Sven Gothel | 2012-12-15 | 11 | -98/+81 |
* | Fix GLDrawableHelper invokeGLImpl(..): Only attempt to release context after ... | Sven Gothel | 2012-12-02 | 1 | -25/+28 |
* | OSX CALayer Stencil/.. Fix: In case of FBO CALayer usage, use default caps/pi... | Sven Gothel | 2012-11-21 | 2 | -17/+27 |
* | Added a condition to skip updateGraphicsConfigurationARB when non-hardware-ac... | jthedering | 2012-11-11 | 1 | -1/+2 |
* | GLDrawableHelper disposeAllGLEventListener(): Don't use cached listener size ... | Sven Gothel | 2012-11-11 | 1 | -3/+2 |
* | Reorganize math code into: com.jogamp.opengl.math and com.jogamp.opengl.math.... | Sven Gothel | 2012-11-11 | 12 | -18/+15 |
* | Merge MathFloat into FloatUtil | Sven Gothel | 2012-11-11 | 3 | -62/+18 |
* | Fix GLAutoDrawable.dispose(): Dispose drawable even w/o context; JAWTWindow.l... | Sven Gothel | 2012-11-08 | 2 | -112/+102 |
* | GLFBODrawableImpl: Following suit w/ commit b83b068c0f426f24a58e2bd9f52de9ebd... | Sven Gothel | 2012-11-06 | 1 | -1/+1 |
* | Fix GLDrawableHelper.recreateGLDrawable(..): Sync GL command stream before de... | Sven Gothel | 2012-11-06 | 1 | -4/+9 |